How to Install and Uninstall miniz.i686 Package on Fedora 34

Last updated: October 05,2024

1. Install "miniz.i686" package

This guide covers the steps necessary to install miniz.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install miniz.i686

2. Uninstall "miniz.i686" package

Please follow the steps below to uninstall miniz.i686 on Fedora 34:

$ sudo dnf remove miniz.i686 $ sudo dnf autoremove

3. Information about the miniz.i686 package on Fedora 34

Last metadata expiration check: 2:09:20 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : miniz
Version : 2.1.0
Release : 7.fc34
Architecture : i686
Size : 70 k
Source : miniz-2.1.0-7.fc34.src.rpm
Repository : fedora
Summary : Compression library implementing the zlib and Deflate
URL : https://github.com/richgel999/miniz
License : MIT and Unlicense
Description : Miniz is a lossless, high performance data compression library in a single
: source file that implements the zlib (RFC 1950) and Deflate (RFC 1951)
: compressed data format specification standards. It supports the most commonly
: used functions exported by the zlib library, but is a completely independent
: implementation so zlib's licensing requirements do not apply. It also
: contains simple to use functions for writing PNG format image files and
: reading/writing/appending ZIP format archives. Miniz's compression speed has
: been tuned to be comparable to zlib's, and it also has a specialized real-time
: compressor function designed to compare well against fastlz/minilzo.