How To Install ccd2iso on Fedora 36
Introduction
In this tutorial we learn how to install ccd2iso
on Fedora 36.
What is ccd2iso
The ccd2iso project converts CD backup files created using the non-free CloneCD program to a format understood by most Free Software CD writing programs.
We can use yum
or dnf
to install ccd2iso
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ccd2iso.
Install ccd2iso 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 ccd2iso
using dnf
by running the following command:
sudo dnf -y install ccd2iso
Install ccd2iso 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 ccd2iso
using yum
by running the following command:
sudo yum -y install ccd2iso
How To Uninstall ccd2iso on Fedora 36
To uninstall only the ccd2iso
package we can use the following command:
sudo dnf remove ccd2iso
ccd2iso Package Contents on Fedora 36
/usr/bin/ccd2iso
/usr/lib/.build-id
/usr/lib/.build-id/55
/usr/lib/.build-id/55/0c4b04b31e6cb44af3f30819114070f24bf1a4
/usr/share/doc/ccd2iso
/usr/share/doc/ccd2iso/AUTHORS
/usr/share/doc/ccd2iso/COPYING
/usr/share/doc/ccd2iso/ChangeLog
/usr/share/doc/ccd2iso/README
/usr/share/doc/ccd2iso/TODO
/usr/share/man/man1/ccd2iso.1.gz
References
Summary
In this tutorial we learn how to install ccd2iso
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).