How to Install and Uninstall brotli.x86_64 Package on CentOS Stream 8

Last updated: April 20,2024

1. Install "brotli.x86_64" package

Please follow the instructions below to install brotli.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install brotli.x86_64

2. Uninstall "brotli.x86_64" package

Learn how to uninstall brotli.x86_64 on CentOS Stream 8:

$ sudo dnf remove brotli.x86_64 $ sudo dnf autoremove

3. Information about the brotli.x86_64 package on CentOS Stream 8

Last metadata expiration check: 0:51:13 ago on Sun Feb 25 03:03:59 2024.
Installed Packages
Name : brotli
Version : 1.0.6
Release : 3.el8
Architecture : x86_64
Size : 1.5 M
Source : brotli-1.0.6-3.el8.src.rpm
Repository : @System
From repo : baseos
Summary : Lossless compression algorithm
URL : https://github.com/google/brotli
License : MIT
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.