How to Install and Uninstall libbrotli.i686 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 12,2024

1. Install "libbrotli.i686" package

Please follow the instructions below to install libbrotli.i686 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install libbrotli.i686

2. Uninstall "libbrotli.i686" package

Please follow the guidelines below to uninstall libbrotli.i686 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove libbrotli.i686 $ sudo dnf autoremove

3. Information about the libbrotli.i686 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:05:10 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : libbrotli
Version : 1.0.9
Release : 6.el9
Architecture : i686
Size : 320 k
Source : brotli-1.0.9-6.el9.src.rpm
Repository : ubi-9-baseos-rpms
Summary : Library for brotli 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.