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

Last updated: May 17,2024

1. Install "python38-Flask-Compress" package

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

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

2. Uninstall "python38-Flask-Compress" package

In this section, we are going to explain the necessary steps to uninstall python38-Flask-Compress on openSuSE Tumbleweed:

$ sudo zypper remove python38-Flask-Compress

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

Information for package python38-Flask-Compress:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-Flask-Compress
Version : 1.10.1-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 36,9 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.