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

Last updated: October 04,2024

1. Install "zmat.i686" package

Please follow the guidelines below to install zmat.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install zmat.i686

2. Uninstall "zmat.i686" package

Learn how to uninstall zmat.i686 on Fedora 34:

$ sudo dnf remove zmat.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 3:05:41 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : zmat
Version : 0.9.8
Release : 6.fc34
Architecture : i686
Size : 108 k
Source : zmat-0.9.8-6.fc34.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.