How To Install okular-libs on Rocky Linux 8
In this tutorial we learn how to install okular-libs on Rocky Linux 8. okular-libs is Runtime files for okular
Introduction
In this tutorial we learn how to install okular-libs
on Rocky Linux 8.
What is okular-libs
Runtime files for okular.
We can use yum
or dnf
to install okular-libs
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install okular-libs.
Install okular-libs 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 okular-libs
using dnf
by running the following command:
sudo dnf -y install okular-libs
Install okular-libs 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 okular-libs
using yum
by running the following command:
sudo yum -y install okular-libs
How To Uninstall okular-libs on Rocky Linux 8
To uninstall only the okular-libs
package we can use the following command:
sudo dnf remove okular-libs
okular-libs Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/620c6fd181e4bdc88246a29e82efc198297712
/usr/lib64/libOkular5Core.so.9
/usr/lib64/libOkular5Core.so.9.0.0
References
Summary
In this tutorial we learn how to install okular-libs
on Rocky Linux 8 using yum and dnf.