How To Install libproxy-gnome on Rocky Linux 8
Introduction
In this tutorial we learn how to install libproxy-gnome
on Rocky Linux 8.
What is libproxy-gnome
The libproxy-gnome package contains the libproxy plugin for gnome.
We can use yum
or dnf
to install libproxy-gnome
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libproxy-gnome.
Install libproxy-gnome 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 libproxy-gnome
using dnf
by running the following command:
sudo dnf -y install libproxy-gnome
Install libproxy-gnome 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 libproxy-gnome
using yum
by running the following command:
sudo yum -y install libproxy-gnome
How To Uninstall libproxy-gnome on Rocky Linux 8
To uninstall only the libproxy-gnome
package we can use the following command:
sudo dnf remove libproxy-gnome
libproxy-gnome Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/69
/usr/lib/.build-id/69/92bd70fa0ad7706e1b9203640b7aacdad56cea
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/c630bc8001c90072e794d836c0bf2a21af7cee
/usr/lib64/libproxy/0.4.15/modules/config_gnome3.so
/usr/libexec/pxgsettings
References
Summary
In this tutorial we learn how to install libproxy-gnome
on Rocky Linux 8 using yum and dnf.