How to Install and Uninstall python3-flask-compress.noarch Package on Fedora 39

Last updated: November 29,2024

1. Install "python3-flask-compress.noarch" package

This guide covers the steps necessary to install python3-flask-compress.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-flask-compress.noarch

2. Uninstall "python3-flask-compress.noarch" package

Learn how to uninstall python3-flask-compress.noarch on Fedora 39:

$ sudo dnf remove python3-flask-compress.noarch $ sudo dnf autoremove

3. Information about the python3-flask-compress.noarch package on Fedora 39

Last metadata expiration check: 3:42:21 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-flask-compress
Version : 1.14
Release : 2.fc39
Architecture : noarch
Size : 23 k
Source : python-flask-compress-1.14-2.fc39.src.rpm
Repository : updates
Summary : Compress responses in your Flask app with gzip or brotli
URL : https://github.com/colour-science/flask-compress
License : MIT
Description : Flask-Compress allows you to easily compress your Flask application's
: responses with gzip.
:
: The preferred solution is to have a server (like Nginx) automatically
: compress the static files for you. If you don't have that option
: Flask-Compress will solve the problem for you.