How To Install cuetools on Fedora 36
Introduction
In this tutorial we learn how to install cuetools
on Fedora 36.
What is cuetools
Cuetools is a set of utilities for working with cue files and TOC files. It includes programs for conversion between the formats, file renaming based on cue/TOC information, and track breakpoint printing.
We can use yum
or dnf
to install cuetools
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cuetools.
Install cuetools 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 cuetools
using dnf
by running the following command:
sudo dnf -y install cuetools
Install cuetools 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 cuetools
using yum
by running the following command:
sudo yum -y install cuetools
How To Uninstall cuetools on Fedora 36
To uninstall only the cuetools
package we can use the following command:
sudo dnf remove cuetools
cuetools Package Contents on Fedora 36
/usr/bin/cuebreakpoints
/usr/bin/cueconvert
/usr/bin/cueprint
/usr/bin/cuetag.sh
/usr/lib/.build-id
/usr/lib/.build-id/64
/usr/lib/.build-id/64/68e7d5b310b29a854547af7828c04922ccd1dd
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/b087c239a31bb617bb138ce1316b843ca5c672
/usr/lib/.build-id/f7
/usr/lib/.build-id/f7/21a97dc9c966ee5656b8319ff69320bf5d59a9
/usr/share/doc/cuetools
/usr/share/doc/cuetools/NEWS
/usr/share/doc/cuetools/README.md
/usr/share/doc/cuetools/TODO
/usr/share/doc/cuetools/formats.txt
/usr/share/licenses/cuetools
/usr/share/licenses/cuetools/COPYING
/usr/share/man/man1/cuebreakpoints.1.gz
/usr/share/man/man1/cueconvert.1.gz
/usr/share/man/man1/cueprint.1.gz
References
Summary
In this tutorial we learn how to install cuetools
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).