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

Last updated: June 29,2024

1. Install "mingw64-brotli.noarch" package

Learn how to install mingw64-brotli.noarch on Fedora 34

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

2. Uninstall "mingw64-brotli.noarch" package

Please follow the step by step instructions below to uninstall mingw64-brotli.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:28:40 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : mingw64-brotli
Version : 1.0.7
Release : 4.fc34
Architecture : noarch
Size : 353 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.