How to Install and Uninstall python3-brotli.x86_64 Package on CentOS 8 / RHEL 8

Last updated: July 08,2024

1. Install "python3-brotli.x86_64" package

In this section, we are going to explain the necessary steps to install python3-brotli.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install python3-brotli.x86_64

2. Uninstall "python3-brotli.x86_64" package

Please follow the instructions below to uninstall python3-brotli.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove python3-brotli.x86_64 $ sudo dnf autoremove

3. Information about the python3-brotli.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:46:24 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-brotli
Version : 1.0.6
Release : 2.el8
Architecture : x86_64
Size : 307 k
Source : brotli-1.0.6-2.el8.src.rpm
Repository : appstream
Summary : Lossless compression algorithm (python 3)
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.
: This package installs a Python 3 module.