How To Install amarok on CentOS 7
Introduction
In this tutorial we learn how to install amarok on CentOS 7.
What is amarok
Amarok is a multimedia player with - fresh playlist concept, very fast to use, with drag and drop - plays all formats supported by the various engines - audio effects, like reverb and compressor - compatible with the .m3u and .pls formats for playlists - nice GUI, integrates into the KDE look, but with a unique touch
We can use yum or dnf to install amarok on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install amarok.
Install amarok on CentOS 7 Using yum
Update yum database with yum using the following command.
sudo yum makecache
After updating yum database, We can install amarok using yum by running the following command:
sudo yum -y install amarok
Install amarok on CentOS 7 Using dnf
If you don’t have dnf installed you can install DNF on CentOS 7 first.
Update yum database with dnf using the following command.
sudo dnf makecache
After updating yum database, We can install amarok using dnf by running the following command:
sudo dnf -y install amarok
How To Uninstall amarok on CentOS 7
To uninstall only the amarok package we can use the following command:
sudo dnf remove amarok
References
Summary
In this tutorial we learn how to install amarok on CentOS 7 using yum and dnf.