How To Install libzmf-tools on Fedora 36
Introduction
In this tutorial we learn how to install libzmf-tools
on Fedora 36.
What is libzmf-tools
Tools to transform Zoner documents into other formats. Currently supported
We can use yum
or dnf
to install libzmf-tools
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libzmf-tools.
Install libzmf-tools on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libzmf-tools
using dnf
by running the following command:
sudo dnf -y install libzmf-tools
Install libzmf-tools on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libzmf-tools
using yum
by running the following command:
sudo yum -y install libzmf-tools
How To Uninstall libzmf-tools on Fedora 36
To uninstall only the libzmf-tools
package we can use the following command:
sudo dnf remove libzmf-tools
libzmf-tools Package Contents on Fedora 36
/usr/bin/zmf2raw
/usr/bin/zmf2svg
/usr/lib/.build-id
/usr/lib/.build-id/38
/usr/lib/.build-id/38/aa78069201f89789db4fece5f6f8127600854f
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/118b83de9b3d4e8cf10d9c677d729d01fb30ff
/usr/share/man/man1/zmf2raw.1.gz
/usr/share/man/man1/zmf2svg.1.gz
References
Summary
In this tutorial we learn how to install libzmf-tools
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).