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

Last updated: July 05,2024

1. Install "brotli.i686" package

Here is a brief guide to show you how to install brotli.i686 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install brotli.i686

2. Uninstall "brotli.i686" package

Please follow the guidance below to uninstall brotli.i686 on CentOS Stream 8:

$ sudo dnf remove brotli.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 2:11:14 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : brotli
Version : 1.0.6
Release : 3.el8
Architecture : i686
Size : 322 k
Source : brotli-1.0.6-3.el8.src.rpm
Repository : 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.