How To Install libodfgen on Fedora 34
Introduction
In this tutorial we learn how to install libodfgen
on Fedora 34.
What is libodfgen
libodfgen is a library for generating ODF documents. It is directly pluggable into input filters based on librevenge. It is used in libreoffice or calligra, for example. libodfgen 0.1.8 2.fc34 x86_64 270 k libodfgen-0.1.8-2.fc34.src.rpm fedora An ODF generator library https LGPLv2+ or MPLv2.0 libodfgen is a library for generating ODF documents. It is directly pluggable into input filters based on librevenge. It is used in libreoffice or calligra, for example.
We can use yum
or dnf
to install libodfgen
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libodfgen.
Install libodfgen 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 libodfgen
using dnf
by running the following command:
sudo dnf -y install libodfgen
Install libodfgen 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 libodfgen
using yum
by running the following command:
sudo yum -y install libodfgen
How To Uninstall libodfgen on Fedora 34
To uninstall only the libodfgen
package we can use the following command:
sudo dnf remove libodfgen
libodfgen Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/30
/usr/lib/.build-id/30/e787c634c6d97ccf4aff17b090b8de0a74b57e
/usr/lib64/libodfgen-0.1.so.1
/usr/lib64/libodfgen-0.1.so.1.0.8
/usr/share/doc/libodfgen
/usr/share/doc/libodfgen/NEWS
/usr/share/doc/libodfgen/README
/usr/share/licenses/libodfgen
/usr/share/licenses/libodfgen/COPYING.LGPL
/usr/share/licenses/libodfgen/COPYING.MPL
/usr/lib/.build-id
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/b39aaeb50b7557dc7d36fa28af34fb420a10c0
/usr/lib/libodfgen-0.1.so.1
/usr/lib/libodfgen-0.1.so.1.0.8
/usr/share/doc/libodfgen
/usr/share/doc/libodfgen/NEWS
/usr/share/doc/libodfgen/README
/usr/share/licenses/libodfgen
/usr/share/licenses/libodfgen/COPYING.LGPL
/usr/share/licenses/libodfgen/COPYING.MPL
References
- [libodfgen website](https://sourceforge.net/p/libwpd/wiki/libodfgen/ https://sourceforge.net/p/libwpd/wiki/libodfgen/)
Summary
In this tutorial we learn how to install libodfgen
on Fedora 34 using yum and dnf.