How To Install qasconfig on Fedora 36
In this tutorial we learn how to install qasconfig in Fedora 36. qasconfig is ALSA configuration browser
Introduction
In this tutorial we learn how to install qasconfig on Fedora 36.
What is qasconfig
Browser for the ALSA configuration tree.
We can use yum or dnf to install qasconfig on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qasconfig.
Install qasconfig 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 qasconfig using dnf by running the following command:
sudo dnf -y install qasconfig
Install qasconfig 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 qasconfig using yum by running the following command:
sudo yum -y install qasconfig
How To Uninstall qasconfig on Fedora 36
To uninstall only the qasconfig package we can use the following command:
sudo dnf remove qasconfig
qasconfig Package Contents on Fedora 36
/usr/bin/qasconfig
/usr/lib/.build-id
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/f7d76539618dbf4a34d1e9d79aa06bd8b72893
/usr/share/applications/qasconfig.desktop
/usr/share/icons/hicolor/16x16/apps/qasconfig.png
/usr/share/icons/hicolor/32x32/apps/qasconfig.png
/usr/share/icons/hicolor/48x48/apps/qasconfig.png
/usr/share/icons/hicolor/64x64/apps/qasconfig.png
/usr/share/icons/hicolor/scalable/apps/qasconfig.svg
/usr/share/man/man1/qasconfig.1.gz
/usr/share/metainfo/qasconfig.appdata.xml
References
Summary
In this tutorial we learn how to install qasconfig on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).