How To Install libzmf on Fedora 34
Introduction
In this tutorial we learn how to install libzmf
on Fedora 34.
What is libzmf
libzmf is library providing ability to interpret and import Zoner document formats into various applications. Currently it only supports Zoner Callisto/Draw v 4-5. libzmf 0.0.2 16.fc34 x86_64 86 k libzmf-0.0.2-16.fc34.src.rpm fedora A library for import of Zoner document formats http MPLv2.0 libzmf is library providing ability to interpret and import Zoner document formats into various applications. Currently it only supports Zoner Callisto/Draw v 4-5.
We can use yum
or dnf
to install libzmf
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libzmf.
Install libzmf on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install libzmf
using dnf
by running the following command:
sudo dnf -y install libzmf
Install libzmf on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install libzmf
using yum
by running the following command:
sudo yum -y install libzmf
How To Uninstall libzmf on Fedora 34
To uninstall only the libzmf
package we can use the following command:
sudo dnf remove libzmf
libzmf Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/36
/usr/lib/.build-id/36/159c1147f08971e35c2cfa5306aa183c9599f4
/usr/lib64/libzmf-0.0.so.0
/usr/lib64/libzmf-0.0.so.0.0.2
/usr/share/doc/libzmf
/usr/share/doc/libzmf/AUTHORS
/usr/share/doc/libzmf/NEWS
/usr/share/licenses/libzmf
/usr/share/licenses/libzmf/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/42
/usr/lib/.build-id/42/a3c9cade4598758a3e30d8506ebc0a9396ffd9
/usr/lib/libzmf-0.0.so.0
/usr/lib/libzmf-0.0.so.0.0.2
/usr/share/doc/libzmf
/usr/share/doc/libzmf/AUTHORS
/usr/share/doc/libzmf/NEWS
/usr/share/licenses/libzmf
/usr/share/licenses/libzmf/COPYING
References
- [libzmf website](http://wiki.documentfoundation.org/DLP/Libraries/libzmf http://wiki.documentfoundation.org/DLP/Libraries/libzmf)
Summary
In this tutorial we learn how to install libzmf
on Fedora 34 using yum and dnf.