How To Install wpa_supplicant-gui on Fedora 36

In this tutorial we learn how to install wpa_supplicant-gui in Fedora 36. wpa_supplicant-gui is Graphical User Interface for wpa_supplicant

Introduction

In this tutorial we learn how to install wpa_supplicant-gui on Fedora 36.

What is wpa_supplicant-gui

Graphical User Interface for wpa_supplicant written using QT

We can use yum or dnf to install wpa_supplicant-gui on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install wpa_supplicant-gui.

Install wpa_supplicant-gui on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install wpa_supplicant-gui using dnf by running the following command:

sudo dnf -y install wpa_supplicant-gui

Install wpa_supplicant-gui on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install wpa_supplicant-gui using yum by running the following command:

sudo yum -y install wpa_supplicant-gui

How To Uninstall wpa_supplicant-gui on Fedora 36

To uninstall only the wpa_supplicant-gui package we can use the following command:

sudo dnf remove wpa_supplicant-gui

wpa_supplicant-gui Package Contents on Fedora 36

/usr/bin/wpa_gui
/usr/lib/.build-id
/usr/lib/.build-id/55
/usr/lib/.build-id/55/1369d8a8eda39a265250319b621dbbbb8b323f
/usr/share/man/man8/wpa_gui.8.gz

References

Summary

In this tutorial we learn how to install wpa_supplicant-gui on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).