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

Last updated: October 07,2024

1. Install "zmat.x86_64" package

This is a short guide on how to install zmat.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install zmat.x86_64

2. Uninstall "zmat.x86_64" package

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

$ sudo dnf remove zmat.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:43:19 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : zmat
Version : 0.9.8
Release : 8.fc36
Architecture : x86_64
Size : 109 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.