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

Last updated: May 17,2024

1. Install "python2-Flask-Compress" package

Please follow the instructions below to install python2-Flask-Compress on openSUSE Leap

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

2. Uninstall "python2-Flask-Compress" package

This tutorial shows how to uninstall python2-Flask-Compress on openSUSE Leap:

$ sudo zypper remove python2-Flask-Compress

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

Information for package python2-Flask-Compress:
-----------------------------------------------
Repository : Main Repository
Name : python2-Flask-Compress
Version : 1.5.0-2.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 20,0 KiB
Installed : No
Status : not installed
Source package : python-Flask-Compress-1.5.0-2.1.src
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.