How To Install guayadeque on Fedora 36
Introduction
In this tutorial we learn how to install guayadeque
on Fedora 36.
What is guayadeque
Guayadeque is a music management program designed for all music enthusiasts. It is Full Featured Linux media player that can easily manage large collections and uses the Gstreamer media framework.
We can use yum
or dnf
to install guayadeque
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install guayadeque.
Install guayadeque 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 guayadeque
using dnf
by running the following command:
sudo dnf -y install guayadeque
Install guayadeque 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 guayadeque
using yum
by running the following command:
sudo yum -y install guayadeque
How To Uninstall guayadeque on Fedora 36
To uninstall only the guayadeque
package we can use the following command:
sudo dnf remove guayadeque
guayadeque Package Contents on Fedora 36
/usr/bin/guayadeque
/usr/lib/.build-id
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/5c35a0caee067f8cf380e3112b9eebd97be0a9
/usr/share/appdata/guayadeque.appdata.xml
/usr/share/applications/guayadeque.desktop
/usr/share/doc/guayadeque
/usr/share/doc/guayadeque/README
/usr/share/guayadeque
/usr/share/guayadeque/equalizers.default.conf
/usr/share/guayadeque/guayadeque.default.conf
/usr/share/guayadeque/lyrics_sources.xml
/usr/share/licenses/guayadeque
/usr/share/licenses/guayadeque/LICENSE
/usr/share/licenses/guayadeque/PACKAGE-LICENSING
/usr/share/pixmaps/guayadeque.png
References
Summary
In this tutorial we learn how to install guayadeque
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).