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

Last updated: October 05,2024

1. Install "mingw32-brotli.noarch" package

Please follow the guidelines below to install mingw32-brotli.noarch on Fedora 34

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

2. Uninstall "mingw32-brotli.noarch" package

Please follow the guidelines below to uninstall mingw32-brotli.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:00:49 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : mingw32-brotli
Version : 1.0.7
Release : 4.fc34
Architecture : noarch
Size : 355 k
Source : mingw-brotli-1.0.7-4.fc34.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.