Installing MPD on CentOS7

Why CentOS7?
Sometimes in production you have to use CentOS7 even if it has lost its life. Or you might be working with vagrant and only OS you have available is CentOS7.
Installing packages from official repositories
CentOS7 has very limited packages available in official repositories. So you have to install epel-release and nux-dextop packages to extend your packages list.
Install epel-release
By default, epel-release isn’t installed. So first step you have to install epel-release. It’s available in official repositories. Just execute following command:
|
|
Download nux-dextop
As stated above, CentOS7 has very limited packages. But still you can use other repositories to overcome this issue. Nux Dextop is a third-party RPM repository that contains multimedia and desktop packages for Enterprise Linux distributions such as RHEL, CentOS, Oracle Linux, Scientific Linux and more. First of all, you have to download the rpm package for nux-dextop.
|
|
Install nux-dextop
Next step will be installing downloaded rpm package.
|
|
Install MPD
So now you’re ready to install MPD. MPD can be configured/used with mpc and ncmpcpp. Just execute the final command:
|
|
Enjoy
Congrats! You just installed MPD. Next step would be configuration. You can use my GitHub repository to copy configuration files.
Demonstration video
Here is a demonstration video…