How to Install and Uninstall brotli-devel.i686 Package on Fedora 39

Last updated: January 13,2025

1. Install "brotli-devel.i686" package

In this section, we are going to explain the necessary steps to install brotli-devel.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install brotli-devel.i686

2. Uninstall "brotli-devel.i686" package

Please follow the step by step instructions below to uninstall brotli-devel.i686 on Fedora 39:

$ sudo dnf remove brotli-devel.i686 $ sudo dnf autoremove

3. Information about the brotli-devel.i686 package on Fedora 39

Last metadata expiration check: 5:10:52 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : brotli-devel
Version : 1.1.0
Release : 1.fc39
Architecture : i686
Size : 34 k
Source : brotli-1.1.0-1.fc39.src.rpm
Repository : fedora
Summary : Lossless compression algorithm (development files)
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 the development files