How to Install and Uninstall python36-Flask-Compress Package on openSuSE Tumbleweed

Last updated: July 01,2024

1. Install "python36-Flask-Compress" package

This guide let you learn how to install python36-Flask-Compress on openSuSE Tumbleweed

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

2. Uninstall "python36-Flask-Compress" package

Learn how to uninstall python36-Flask-Compress on openSuSE Tumbleweed:

$ sudo zypper remove python36-Flask-Compress

3. Information about the python36-Flask-Compress package on openSuSE Tumbleweed

Information for package python36-Flask-Compress:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-Flask-Compress
Version : 1.10.1-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 36,8 KiB
Installed : No
Status : not installed
Source package : python-Flask-Compress-1.10.1-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.