How To Install libart_lgpl on Rocky Linux 8
Introduction
In this tutorial we learn how to install libart_lgpl
on Rocky Linux 8.
What is libart_lgpl
Graphics routines used by the GnomeCanvas widget and some other applications. libart renders vector paths and the like.
We can use yum
or dnf
to install libart_lgpl
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libart_lgpl.
Install libart_lgpl 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 libart_lgpl
using dnf
by running the following command:
sudo dnf -y install libart_lgpl
Install libart_lgpl 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 libart_lgpl
using yum
by running the following command:
sudo yum -y install libart_lgpl
How To Uninstall libart_lgpl on Rocky Linux 8
To uninstall only the libart_lgpl
package we can use the following command:
sudo dnf remove libart_lgpl
libart_lgpl Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/45
/usr/lib/.build-id/45/372b94da4ebb596cc2024c64be1170a016a38c
/usr/lib64/libart_lgpl_2.so.2
/usr/lib64/libart_lgpl_2.so.2.3.21
/usr/share/doc/libart_lgpl
/usr/share/doc/libart_lgpl/AUTHORS
/usr/share/doc/libart_lgpl/NEWS
/usr/share/doc/libart_lgpl/README
/usr/share/licenses/libart_lgpl
/usr/share/licenses/libart_lgpl/COPYING
References
Summary
In this tutorial we learn how to install libart_lgpl
on Rocky Linux 8 using yum and dnf.