How to Install and Uninstall openvpn-devel.i686 Package on Fedora 34

Last updated: September 23,2024

1. Install "openvpn-devel.i686" package

Please follow the guidance below to install openvpn-devel.i686 on Fedora 34

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

2. Uninstall "openvpn-devel.i686" package

This guide let you learn how to uninstall openvpn-devel.i686 on Fedora 34:

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

3. Information about the openvpn-devel.i686 package on Fedora 34

Last metadata expiration check: 0:23:34 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : openvpn-devel
Version : 2.5.6
Release : 1.fc34
Architecture : i686
Size : 40 k
Source : openvpn-2.5.6-1.fc34.src.rpm
Repository : updates
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.