How to Install and Uninstall zmat.i686 Package on Fedora 36

Last updated: October 06,2024

1. Install "zmat.i686" package

Please follow the instructions below to install zmat.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install zmat.i686

2. Uninstall "zmat.i686" package

This guide covers the steps necessary to uninstall zmat.i686 on Fedora 36:

$ sudo dnf remove zmat.i686 $ sudo dnf autoremove

3. Information about the zmat.i686 package on Fedora 36

Last metadata expiration check: 3:21:48 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : zmat
Version : 0.9.8
Release : 8.fc36
Architecture : i686
Size : 110 k
Source : zmat-0.9.8-8.fc36.src.rpm
Repository : fedora
Summary : An easy-to-use data compression library
URL : https://github.com/fangq/zmat
License : GPLv3+
Description : ZMat is a portable C library to enable easy-to-use data compression
: and decompression (such as zlib/gzip/lzma/lzip/lz4/lz4hc algorithms)
: and base64 encoding/decoding in an application.
: It is fast and compact, can process a large array within a fraction
: of a second. Among the supported compression methods, lz4 is the
: fastest for compression/decompression; lzma is the slowest but has
: the highest compression ratio; zlib/gzip have the best balance
: between speed and compression time.