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

Last updated: September 30,2024

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

This is a short guide on how to install python3-flask-compress.noarch on Fedora 34

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

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

This tutorial shows how to uninstall python3-flask-compress.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:24:57 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-flask-compress
Version : 1.12
Release : 1.fc34
Architecture : noarch
Size : 20 k
Source : python-flask-compress-1.12-1.fc34.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.