How To Install librvngabw on Fedora 34

librvngabw is An AbiWord document generator library An AbiWord document generator library

Introduction

In this tutorial we learn how to install librvngabw on Fedora 34.

What is librvngabw

librvngabw is a library for generating AbiWord documents. It is directly pluggable into import filters based on librevenge. librvngabw 0.0.3 3.fc34 x86_64 164 k librvngabw-0.0.3-3.fc34.src.rpm fedora An AbiWord document generator library https LGPLv2+ or MPLv2.0 librvngabw is a library for generating AbiWord documents. It is directly pluggable into import filters based on librevenge.

We can use yum or dnf to install librvngabw on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install librvngabw.

Install librvngabw 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 librvngabw using dnf by running the following command:

sudo dnf -y install librvngabw

Install librvngabw 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 librvngabw using yum by running the following command:

sudo yum -y install librvngabw

How To Uninstall librvngabw on Fedora 34

To uninstall only the librvngabw package we can use the following command:

sudo dnf remove librvngabw

librvngabw Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/33a792dee3faf83b4fde5d1afa54f0a75f6211
/usr/lib/librvngabw-0.0.so.0
/usr/lib/librvngabw-0.0.so.0.0.3
/usr/share/doc/librvngabw
/usr/share/doc/librvngabw/NEWS
/usr/share/doc/librvngabw/README
/usr/share/licenses/librvngabw
/usr/share/licenses/librvngabw/COPYING.LGPL
/usr/share/licenses/librvngabw/COPYING.MPL
/usr/lib/.build-id
/usr/lib/.build-id/69
/usr/lib/.build-id/69/a6330087f8d904cf37781b411b09418c9e4040
/usr/lib64/librvngabw-0.0.so.0
/usr/lib64/librvngabw-0.0.so.0.0.3
/usr/share/doc/librvngabw
/usr/share/doc/librvngabw/NEWS
/usr/share/doc/librvngabw/README
/usr/share/licenses/librvngabw
/usr/share/licenses/librvngabw/COPYING.LGPL
/usr/share/licenses/librvngabw/COPYING.MPL

References

Summary

In this tutorial we learn how to install librvngabw on Fedora 34 using yum and dnf.