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

Last updated: September 29,2024

1. Install "zmat.x86_64" package

This guide covers the steps necessary to install zmat.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install zmat.x86_64

2. Uninstall "zmat.x86_64" package

Please follow the steps below to uninstall zmat.x86_64 on Fedora 38:

$ sudo dnf remove zmat.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:51:39 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : zmat
Version : 0.9.8
Release : 10.fc38
Architecture : x86_64
Size : 108 k
Source : zmat-0.9.8-10.fc38.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.