brotli.x86_64 on CentOS 8 / RHEL 8

Last updated: September 27,2022

1. Install brotli.x86_64 package

Please follow the instructions below to install brotli.x86_64 package:

sudo dnf makecache
sudo dnf install brotli.x86_64

2. Uninstall / Remove brotli.x86_64 package

Please follow the step by step instructions below to uninstall brotli.x86_64 package:

sudo dnf remove brotli.x86_64
sudo dnf autoremove

3. Details of brotli.x86_64 package

Last metadata expiration check: 1 day, 3:28:12 ago on Sun May 9 13:03:46 2021.
Installed Packages
Name : brotli
Version : 1.0.6
Release : 2.el8
Architecture : x86_64
Size : 1.4 M
Source : brotli-1.0.6-2.el8.src.rpm
Repository : @System
From repo : anaconda
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.