How to Install and Uninstall libbrotli.x86_64 Package on CentOS Stream 9

Last updated: October 09,2024

1. Install "libbrotli.x86_64" package

This is a short guide on how to install libbrotli.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install libbrotli.x86_64

2. Uninstall "libbrotli.x86_64" package

This guide covers the steps necessary to uninstall libbrotli.x86_64 on CentOS Stream 9:

$ sudo dnf remove libbrotli.x86_64 $ sudo dnf autoremove

3. Information about the libbrotli.x86_64 package on CentOS Stream 9

Last metadata expiration check: 3:10:02 ago on Sat Mar 16 16:03:45 2024.
Installed Packages
Name : libbrotli
Version : 1.0.9
Release : 6.el9
Architecture : x86_64
Size : 766 k
Source : brotli-1.0.9-6.el9.src.rpm
Repository : @System
From repo : baseos
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.