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

Last updated: January 12,2025

1. Install "mingw64-brotli.noarch" package

Please follow the guidelines below to install mingw64-brotli.noarch on Fedora 36

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

2. Uninstall "mingw64-brotli.noarch" package

Here is a brief guide to show you how to uninstall mingw64-brotli.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:17:57 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : mingw64-brotli
Version : 1.0.7
Release : 6.fc36
Architecture : noarch
Size : 343 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.