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