How to Install and Uninstall miniz.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 09,2024

1. Install "miniz.x86_64" package

Learn how to install miniz.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install miniz.x86_64

2. Uninstall "miniz.x86_64" package

In this section, we are going to explain the necessary steps to uninstall miniz.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove miniz.x86_64 $ sudo dnf autoremove

3. Information about the miniz.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:10:38 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : miniz
Version : 2.1.0
Release : 3.el8
Architecture : x86_64
Size : 63 k
Source : miniz-2.1.0-3.el8.src.rpm
Repository : epel
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.