How To Install NetworkManager-openvpn-gnome on Rocky Linux 8
Introduction
In this tutorial we learn how to install NetworkManager-openvpn-gnome
on Rocky Linux 8.
What is NetworkManager-openvpn-gnome
This package contains software for integrating VPN capabilities with the OpenVPN server with NetworkManager (GNOME files).
We can use yum
or dnf
to install NetworkManager-openvpn-gnome
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install NetworkManager-openvpn-gnome.
Install NetworkManager-openvpn-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 NetworkManager-openvpn-gnome
using dnf
by running the following command:
sudo dnf -y install NetworkManager-openvpn-gnome
Install NetworkManager-openvpn-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 NetworkManager-openvpn-gnome
using yum
by running the following command:
sudo yum -y install NetworkManager-openvpn-gnome
How To Uninstall NetworkManager-openvpn-gnome on Rocky Linux 8
To uninstall only the NetworkManager-openvpn-gnome
package we can use the following command:
sudo dnf remove NetworkManager-openvpn-gnome
NetworkManager-openvpn-gnome Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/66
/usr/lib/.build-id/66/dce78b989c975199c3b07d7f8494319c3449bc
/usr/lib/.build-id/79
/usr/lib/.build-id/79/563dd7e4f2b89e1deaae91f1a50a3b8f9c9a09
/usr/lib64/NetworkManager/libnm-vpn-plugin-openvpn-editor.so
/usr/libexec/nm-openvpn-auth-dialog
/usr/share/appdata/network-manager-openvpn.metainfo.xml
References
Summary
In this tutorial we learn how to install NetworkManager-openvpn-gnome
on Rocky Linux 8 using yum and dnf.