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

Last updated: October 05,2024

1. Install "openvpn-devel.i686" package

This is a short guide on how to install openvpn-devel.i686 on Fedora 35

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

2. Uninstall "openvpn-devel.i686" package

This guide covers the steps necessary to uninstall openvpn-devel.i686 on Fedora 35:

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

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

Last metadata expiration check: 0:47:39 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : openvpn-devel
Version : 2.5.7
Release : 1.fc35
Architecture : i686
Size : 40 k
Source : openvpn-2.5.7-1.fc35.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.