How To Install clementine on Fedora 36
Introduction
In this tutorial we learn how to install clementine on Fedora 36.
What is clementine
Clementine is a multi-platform music player. It is inspired by Amarok 1.4, focusing on a fast and easy-to-use interface for searching and playing your music.
We can use yum or dnf to install clementine on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install clementine.
Install clementine 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 clementine using dnf by running the following command:
sudo dnf -y install clementine
Install clementine 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 clementine using yum by running the following command:
sudo yum -y install clementine
How To Uninstall clementine on Fedora 36
To uninstall only the clementine package we can use the following command:
sudo dnf remove clementine
clementine Package Contents on Fedora 36
/usr/bin/clementine
/usr/bin/clementine-tagreader
/usr/lib/.build-id
/usr/lib/.build-id/43
/usr/lib/.build-id/43/2e9589f579c84453b2f80d786d94a928bbdbad
/usr/lib/.build-id/88
/usr/lib/.build-id/88/e590d2270d30df5f2f7c86ff03f75609234d97
/usr/share/applications/org.clementine_player.Clementine.desktop
/usr/share/doc/clementine
/usr/share/doc/clementine/Changelog
/usr/share/icons/hicolor/128x128/apps/org.clementine_player.Clementine.png
/usr/share/icons/hicolor/64x64/apps/org.clementine_player.Clementine.png
/usr/share/icons/hicolor/scalable/apps/org.clementine_player.Clementine.svg
/usr/share/kservices5/clementine-feed.protocol
/usr/share/kservices5/clementine-itms.protocol
/usr/share/kservices5/clementine-itpc.protocol
/usr/share/kservices5/clementine-zune.protocol
/usr/share/licenses/clementine
/usr/share/licenses/clementine/COPYING
/usr/share/metainfo/org.clementine_player.Clementine.appdata.xml
References
Summary
In this tutorial we learn how to install clementine on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).