How To Install librsvg2-tools on Rocky Linux 8
Introduction
In this tutorial we learn how to install librsvg2-tools
on Rocky Linux 8.
What is librsvg2-tools
This package provides extra utilities based on the librsvg library.
We can use yum
or dnf
to install librsvg2-tools
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install librsvg2-tools.
Install librsvg2-tools on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install librsvg2-tools
using dnf
by running the following command:
sudo dnf -y install librsvg2-tools
Install librsvg2-tools on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install librsvg2-tools
using yum
by running the following command:
sudo yum -y install librsvg2-tools
How To Uninstall librsvg2-tools on Rocky Linux 8
To uninstall only the librsvg2-tools
package we can use the following command:
sudo dnf remove librsvg2-tools
librsvg2-tools Package Contents on Rocky Linux 8
/usr/bin/rsvg-convert
/usr/bin/rsvg-view-3
/usr/lib/.build-id
/usr/lib/.build-id/df
/usr/lib/.build-id/df/3342d5c0991e4b84c827597361358891450f7d
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/af12b78b59012586f9dba53686d99a3130163d
/usr/share/man/man1/rsvg-convert.1.gz
References
Summary
In this tutorial we learn how to install librsvg2-tools
on Rocky Linux 8 using yum and dnf.