How to Install and Uninstall mingw32-brotli.noarch Package on Fedora 36

Last updated: October 10,2024

1. Install "mingw32-brotli.noarch" package

In this section, we are going to explain the necessary steps to install mingw32-brotli.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install mingw32-brotli.noarch

2. Uninstall "mingw32-brotli.noarch" package

This is a short guide on how to uninstall mingw32-brotli.noarch on Fedora 36:

$ sudo dnf remove mingw32-brotli.noarch $ sudo dnf autoremove

3. Information about the mingw32-brotli.noarch package on Fedora 36

Last metadata expiration check: 4:16:40 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : mingw32-brotli
Version : 1.0.7
Release : 6.fc36
Architecture : noarch
Size : 348 k
Source : mingw-brotli-1.0.7-6.fc36.src.rpm
Repository : fedora
Summary : MinGW port of 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.