How To Install librevenge on Fedora 36
Introduction
In this tutorial we learn how to install librevenge
on Fedora 36.
What is librevenge
librevenge is a base library for writing document import filters. It has interfaces for text documents, vector graphics, spreadsheets and presentations.
We can use yum
or dnf
to install librevenge
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install librevenge.
Install librevenge 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 librevenge
using dnf
by running the following command:
sudo dnf -y install librevenge
Install librevenge 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 librevenge
using yum
by running the following command:
sudo yum -y install librevenge
How To Uninstall librevenge on Fedora 36
To uninstall only the librevenge
package we can use the following command:
sudo dnf remove librevenge
librevenge Package Contents on Fedora 36
---
title: "How To Install librevenge on Fedora 36"
linkTitle: "librevenge"
type: "docs"
description: "In this tutorial we learn how to install librevenge in Fedora 36. librevenge is A base library for writing document import filters"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/librevenge-featured.png
---
## Introduction
In this tutorial we learn how to install `librevenge` on Fedora 36.
### What is `librevenge`
> librevenge is a base library for writing document import filters. It has interfaces for text documents, vector graphics, spreadsheets and presentations.
We can use `yum` or `dnf` to install `librevenge` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install librevenge.
## Install librevenge on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install librevenge
using dnf
by running the following command:
sudo dnf -y install librevenge
Install librevenge 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 librevenge
using yum
by running the following command:
sudo yum -y install librevenge
How To Uninstall librevenge on Fedora 36
To uninstall only the librevenge
package we can use the following command:
sudo dnf remove librevenge
librevenge Package Contents on Fedora 36
/usr/lib/.build-id /usr/lib/.build-id/08 /usr/lib/.build-id/08/90157b535951545b610093948cf50e0346ef63 /usr/lib/.build-id/a0 /usr/lib/.build-id/a0/8b8f95d565638a9a6d9998ab304b091065a31a /usr/lib/.build-id/b6 /usr/lib/.build-id/b6/6d39d9785c50252df88cb1390010d41c8f23f6 /usr/lib/librevenge-0.0.so.0 /usr/lib/librevenge-0.0.so.0.0.4 /usr/lib/librevenge-generators-0.0.so.0 /usr/lib/librevenge-generators-0.0.so.0.0.4 /usr/lib/librevenge-stream-0.0.so.0 /usr/lib/librevenge-stream-0.0.so.0.0.4 /usr/share/doc/librevenge /usr/share/doc/librevenge/NEWS /usr/share/doc/librevenge/README /usr/share/licenses/librevenge /usr/share/licenses/librevenge/COPYING.LGPL /usr/share/licenses/librevenge/COPYING.MPL
References
Summary
In this tutorial we learn how to install librevenge
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/09 /usr/lib/.build-id/09/0c76a916dab2bb8ed11be59bb0a1dda2bd30c8 /usr/lib/.build-id/73 /usr/lib/.build-id/73/25085a07088f3363fc2f4dc60479f1369dfee4 /usr/lib/.build-id/f6 /usr/lib/.build-id/f6/d053aca519be4ff4980546bfff4bd649b37623 /usr/lib64/librevenge-0.0.so.0 /usr/lib64/librevenge-0.0.so.0.0.4 /usr/lib64/librevenge-generators-0.0.so.0 /usr/lib64/librevenge-generators-0.0.so.0.0.4 /usr/lib64/librevenge-stream-0.0.so.0 /usr/lib64/librevenge-stream-0.0.so.0.0.4 /usr/share/doc/librevenge /usr/share/doc/librevenge/NEWS /usr/share/doc/librevenge/README /usr/share/licenses/librevenge /usr/share/licenses/librevenge/COPYING.LGPL /usr/share/licenses/librevenge/COPYING.MPL
## References
* [librevenge website](http://sourceforge.net/p/libwpd/wiki/librevenge/)
## Summary
In this tutorial we learn how to install `librevenge` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).