How To Install libepubgen on Fedora 36
Introduction
In this tutorial we learn how to install libepubgen
on Fedora 36.
What is libepubgen
libepubgen is a library for generating EPUB documents. It is directly pluggable into import filters based on librevenge.
We can use yum
or dnf
to install libepubgen
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libepubgen.
Install libepubgen 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 libepubgen
using dnf
by running the following command:
sudo dnf -y install libepubgen
Install libepubgen 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 libepubgen
using yum
by running the following command:
sudo yum -y install libepubgen
How To Uninstall libepubgen on Fedora 36
To uninstall only the libepubgen
package we can use the following command:
sudo dnf remove libepubgen
libepubgen Package Contents on Fedora 36
---
title: "How To Install libepubgen on Fedora 36"
linkTitle: "libepubgen"
type: "docs"
description: "In this tutorial we learn how to install libepubgen in Fedora 36. libepubgen is An EPUB generator library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libepubgen-featured.png
---
## Introduction
In this tutorial we learn how to install `libepubgen` on Fedora 36.
/usr/lib/.build-id
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/7ea569e1be8eb4cf4cdb7af3e4aab0b0ef93a6
/usr/lib64/libepubgen-0.1.so.1
/usr/lib64/libepubgen-0.1.so.1.0.1
/usr/share/doc/libepubgen
/usr/share/doc/libepubgen/AUTHORS
/usr/share/doc/libepubgen/NEWS
/usr/share/doc/libepubgen/README
/usr/share/licenses/libepubgen
/usr/share/licenses/libepubgen/COPYING
### What is `libepubgen`
> libepubgen is a library for generating EPUB documents. It is directly pluggable into import filters based on librevenge.
We can use yum
or dnf
to install libepubgen
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libepubgen.
References
Install libepubgen on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
Summary
sudo dnf makecache --refresh
In this tutorial we learn how to install libepubgen
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
After updating yum database, We can install libepubgen
using dnf
by running the following command:
sudo dnf -y install libepubgen
Install libepubgen 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 libepubgen
using yum
by running the following command:
sudo yum -y install libepubgen
How To Uninstall libepubgen on Fedora 36
To uninstall only the libepubgen
package we can use the following command:
sudo dnf remove libepubgen
libepubgen Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/98
/usr/lib/.build-id/98/a8bea657e04605e8fdfbfbcdbbadf7ad7e318d
/usr/lib/libepubgen-0.1.so.1
/usr/lib/libepubgen-0.1.so.1.0.1
/usr/share/doc/libepubgen
/usr/share/doc/libepubgen/AUTHORS
/usr/share/doc/libepubgen/NEWS
/usr/share/doc/libepubgen/README
/usr/share/licenses/libepubgen
/usr/share/licenses/libepubgen/COPYING
References
Summary
In this tutorial we learn how to install libepubgen
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).