How to Install and Uninstall wireguard-tools.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 18,2024

1. Install "wireguard-tools.x86_64" package

Please follow the guidelines below to install wireguard-tools.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install wireguard-tools.x86_64

2. Uninstall "wireguard-tools.x86_64" package

Please follow the steps below to uninstall wireguard-tools.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove wireguard-tools.x86_64 $ sudo dnf autoremove

3. Information about the wireguard-tools.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 9:01:46 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : wireguard-tools
Version : 1.0.20210315
Release : 1.el8
Architecture : x86_64
Size : 124 k
Source : wireguard-tools-1.0.20210315-1.el8.src.rpm
Repository : epel
Summary : Fast, modern, secure VPN tunnel
URL : https://www.wireguard.com/
License : GPLv2
Description : WireGuard is a novel VPN that runs inside the Linux Kernel and uses
: state-of-the-art cryptography (the "Noise" protocol). It aims to be
: faster, simpler, leaner, and more useful than IPSec, while avoiding
: the massive headache. It intends to be considerably more performant
: than OpenVPN. WireGuard is designed as a general purpose VPN for
: running on embedded interfaces and super computers alike, fit for
: many different circumstances. It runs over UDP.
:
: This package provides the wg binary for controlling WireGuard.