How to Install and Uninstall openvpn-devel.x86_64 Package on CentOS 8 / RHEL 8

Last updated: January 16,2025

1. Install "openvpn-devel.x86_64" package

Here is a brief guide to show you how to install openvpn-devel.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install openvpn-devel.x86_64

2. Uninstall "openvpn-devel.x86_64" package

Please follow the guidelines below to uninstall openvpn-devel.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove openvpn-devel.x86_64 $ sudo dnf autoremove

3. Information about the openvpn-devel.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:24:11 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : openvpn-devel
Version : 2.4.11
Release : 1.el8
Architecture : x86_64
Size : 32 k
Source : openvpn-2.4.11-1.el8.src.rpm
Repository : epel
Summary : Development headers and examples for OpenVPN plug-ins
URL : https://community.openvpn.net/
License : GPLv2
Description : OpenVPN can be extended through the --plugin option, which provides
: possibilities to add specialized authentication, user accounting,
: packet filtering and related features. These plug-ins need to be
: written in C and provides a more low-level and information rich access
: to similar features as the various script-hooks.