How To Install brotli on Fedora 36
Introduction
In this tutorial we learn how to install brotli
on Fedora 36.
What is brotli
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.
We can use yum
or dnf
to install brotli
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install brotli.
Install brotli on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install brotli
using dnf
by running the following command:
sudo dnf -y install brotli
Install brotli on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install brotli
using yum
by running the following command:
sudo yum -y install brotli
How To Uninstall brotli on Fedora 36
To uninstall only the brotli
package we can use the following command:
sudo dnf remove brotli
brotli Package Contents on Fedora 36
/usr/bin/brotli
/usr/lib/.build-id
/usr/lib/.build-id/36
/usr/lib/.build-id/36/e3434835fa2e4c2c43fb81d28074c9dae3cdbc
References
Summary
In this tutorial we learn how to install brotli
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install brotli on Fedora 36” linkTitle: “brotli” type: “docs” description: “In this tutorial we learn how to install brotli in Fedora 36. brotli is Lossless compression algorithm” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/brotli-featured.png
Introduction
In this tutorial we learn how to install brotli
on Fedora 36.
What is brotli
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.
We can use yum
or dnf
to install brotli
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install brotli.
Install brotli on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install brotli
using dnf
by running the following command:
sudo dnf -y install brotli
Install brotli on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install brotli
using yum
by running the following command:
sudo yum -y install brotli
How To Uninstall brotli on Fedora 36
To uninstall only the brotli
package we can use the following command:
sudo dnf remove brotli
brotli Package Contents on Fedora 36
/usr/bin/brotli
/usr/lib/.build-id
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/2743833be21df082f0b20c228eb3b87dec5f9d
References
Summary
In this tutorial we learn how to install brotli
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).