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

Last updated: October 11,2024

1. Install "octave-zmat.x86_64" package

This tutorial shows how to install octave-zmat.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install octave-zmat.x86_64

2. Uninstall "octave-zmat.x86_64" package

Please follow the steps below to uninstall octave-zmat.x86_64 on Fedora 36:

$ sudo dnf remove octave-zmat.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 5:34:11 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : octave-zmat
Version : 0.9.8
Release : 6.fc36
Architecture : x86_64
Size : 145 k
Source : octave-zmat-0.9.8-6.fc36.src.rpm
Repository : updates
Summary : A portable data compression/decompression toolbox for MATLAB/Octave
URL : https://github.com/fangq/zmat
License : GPLv3+ or BSD
Description : ZMat is a portable mex function to enable zlib/gzip/lzma/lzip/lz4/lz4hc
: based data compression/decompression and base64 encoding/decoding support
: in MATLAB and GNU Octave. It is fast and compact, can process a large
: array within a fraction of a second. Among the 6 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.