How To Install clementine on Fedora 34

clementine is A music player and library organizer

Introduction

In this tutorial we learn how to install clementine on Fedora 34.

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 34. In this tutorial we discuss both methods but you only need to choose one of method to install clementine.

Install clementine on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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

sudo dnf -y install clementine

Install clementine on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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 34

To uninstall only the clementine package we can use the following command:

sudo dnf remove clementine

clementine Package Contents on Fedora 34

/usr/bin/clementine
/usr/bin/clementine-tagreader
/usr/lib/.build-id
/usr/lib/.build-id/09
/usr/lib/.build-id/09/f205b50af6bb8ab94a794441648e71b7f08785
/usr/lib/.build-id/50
/usr/lib/.build-id/50/0eb90e56bfede1c1fba3f2b785df4132b3c8a1
/usr/share/applications/clementine.desktop
/usr/share/doc/clementine
/usr/share/doc/clementine/Changelog
/usr/share/icons/hicolor/128x128/apps/clementine.png
/usr/share/icons/hicolor/64x64/apps/clementine.png
/usr/share/icons/hicolor/scalable/apps/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/clementine.appdata.xml

References

Summary

In this tutorial we learn how to install clementine on Fedora 34 using yum and dnf.