How To Install zmat on Fedora 34
Introduction
In this tutorial we learn how to install zmat
on Fedora 34.
What is zmat
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. zmat 0.9.8 6.fc34 x86_64 106 k zmat-0.9.8-6.fc34.src.rpm fedora An easy-to-use data compression library https GPLv3+ 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.
We can use yum
or dnf
to install zmat
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install zmat.
Install zmat on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
The output should look something like this:
After updating yum database, We can install zmat
using dnf
by running the following command:
Install zmat on Fedora 34 Using yum
Update yum database with yum
using the following command.
The output should look something like this:
After updating yum database, We can install zmat
using yum
by running the following command:
How To Uninstall zmat on Fedora 34
To uninstall only the zmat
package we can use the following command:
zmat Package Contents on Fedora 34
References
- [zmat website](https://github.com/fangq/zmat https://github.com/fangq/zmat)
Summary
In this tutorial we learn how to install zmat
on Fedora 34 using yum and dnf.