How to Install and Uninstall python3-Flask-Compress Package on openSUSE Leap

Last updated: May 12,2024

1. Install "python3-Flask-Compress" package

Learn how to install python3-Flask-Compress on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-Flask-Compress

2. Uninstall "python3-Flask-Compress" package

This guide covers the steps necessary to uninstall python3-Flask-Compress on openSUSE Leap:

$ sudo zypper remove python3-Flask-Compress

3. Information about the python3-Flask-Compress package on openSUSE Leap

Information for package python3-Flask-Compress:
-----------------------------------------------
Repository : Main Repository
Name : python3-Flask-Compress
Version : 1.5.0-2.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 23.0 KiB
Installed : No
Status : not installed
Source package : python-Flask-Compress-1.5.0-2.1.src
Upstream URL : https://github.com/colour-science/flask-compress
Summary : Compress responses in Flask apps with gzip
Description :
Flask-Compress allows compressing a Flask application's
responses with gzip.
The preferred solution is to have a server (like Nginx) automatically
compress the static files. If that option is not available,
Flask-Compress can solve the problem.