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

Last updated: October 09,2024

1. Install "zmat.x86_64" package

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

$ sudo dnf update $ sudo dnf install zmat.x86_64

2. Uninstall "zmat.x86_64" package

In this section, we are going to explain the necessary steps to uninstall zmat.x86_64 on Fedora 34:

$ sudo dnf remove zmat.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:02:48 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : zmat
Version : 0.9.8
Release : 6.fc34
Architecture : x86_64
Size : 106 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.