How To Install libodfgen on Fedora 36
Introduction
In this tutorial we learn how to install libodfgen
on Fedora 36.
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.
We can use yum
or dnf
to install libodfgen
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libodfgen.
Install libodfgen 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 libodfgen
using dnf
by running the following command:
sudo dnf -y install libodfgen
Install libodfgen 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 libodfgen
using yum
by running the following command:
sudo yum -y install libodfgen
How To Uninstall libodfgen on Fedora 36
To uninstall only the libodfgen
package we can use the following command:
sudo dnf remove libodfgen
libodfgen Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/2dd8132bacb749f72cd5107696f426bf195e2a
/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
Summary
In this tutorial we learn how to install libodfgen
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libodfgen on Fedora 36” linkTitle: “libodfgen” type: “docs” description: “In this tutorial we learn how to install libodfgen in Fedora 36. libodfgen is An ODF generator library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libodfgen-featured.png
Introduction
In this tutorial we learn how to install libodfgen
on Fedora 36.
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.
We can use yum
or dnf
to install libodfgen
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libodfgen.
Install libodfgen 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 libodfgen
using dnf
by running the following command:
sudo dnf -y install libodfgen
Install libodfgen 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 libodfgen
using yum
by running the following command:
sudo yum -y install libodfgen
How To Uninstall libodfgen on Fedora 36
To uninstall only the libodfgen
package we can use the following command:
sudo dnf remove libodfgen
libodfgen Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/1bc229dd9bb6e6fa93919c4dc644ac860aa52e
/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
References
Summary
In this tutorial we learn how to install libodfgen
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).