How To Install cdlabelgen on CentOS 7
Introduction
In this tutorial we learn how to install cdlabelgen on CentOS 7.
What is cdlabelgen
Cdlabelgen is a utility which generates frontcards and traycards (in PostScript(TM) format) for CD jewelcases.
We can use yum or dnf to install cdlabelgen on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install cdlabelgen.
Install cdlabelgen on CentOS 7 Using yum
Update yum database with yum using the following command.
sudo yum makecache
After updating yum database, We can install cdlabelgen using yum by running the following command:
sudo yum -y install cdlabelgen
Install cdlabelgen 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 cdlabelgen using dnf by running the following command:
sudo dnf -y install cdlabelgen
How To Uninstall cdlabelgen on CentOS 7
To uninstall only the cdlabelgen package we can use the following command:
sudo dnf remove cdlabelgen
References
Summary
In this tutorial we learn how to install cdlabelgen on CentOS 7 using yum and dnf.