How to Install and Uninstall hostapd.src Package on Oracle Linux 8

Last updated: October 06,2024

1. Install "hostapd.src" package

Please follow the steps below to install hostapd.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install hostapd.src

2. Uninstall "hostapd.src" package

This guide covers the steps necessary to uninstall hostapd.src on Oracle Linux 8:

$ sudo dnf remove hostapd.src $ sudo dnf autoremove

3. Information about the hostapd.src package on Oracle Linux 8

Last metadata expiration check: 6:58:21 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : hostapd
Version : 2.10
Release : 1.el8
Architecture : src
Size : 2.4 M
Source : None
Repository : ol8_appstream
Summary : IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
URL : http://w1.fi/hostapd
License : BSD
Description : hostapd is a user space daemon for access point and authentication servers. It
: implements IEEE 802.11 access point management, IEEE 802.1X/WPA/WPA2/EAP
: Authenticators and RADIUS authentication server.
:
: hostapd is designed to be a "daemon" program that runs in the back-ground and
: acts as the backend component controlling authentication. hostapd supports
: separate frontend programs and an example text-based frontend, hostapd_cli, is
: included with hostapd.