How to Install and Uninstall nginx-module-brotli Package on openSUSE Leap

Last updated: April 19,2024

1. Install "nginx-module-brotli" package

Please follow the steps below to install nginx-module-brotli on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install nginx-module-brotli

2. Uninstall "nginx-module-brotli" package

Please follow the steps below to uninstall nginx-module-brotli on openSUSE Leap:

$ sudo zypper remove nginx-module-brotli

3. Information about the nginx-module-brotli package on openSUSE Leap

Information for package nginx-module-brotli:
--------------------------------------------
Repository : Main Repository
Name : nginx-module-brotli
Version : 0.0.0+git08092016.1252981-bp155.2.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 26.8 KiB
Installed : No
Status : not installed
Source package : nginx-module-brotli-0.0.0+git08092016.1252981-bp155.2.12.src
Upstream URL : https://github.com/google/ngx_brotli
Summary : NGINX module for Brotli compression
Description :
Brotli is a generic-purpose lossless compression algorithm that compresses data
using a combination of a modern variant of the LZ77 algorithm, Huffman coding
and 2nd order context modeling, with a compression ratio comparable to the best
currently available general-purpose compression methods. It is similar in speed
with deflate but offers more dense compression.
ngx_brotli is a set of two nginx modules:
ngx_brotli filter module - used to compress responses on-the-fly,
ngx_brotli static module - used to serve pre-compressed files.

5. The same packages on other Linux Distributions