How to Install and Uninstall cuetools Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: February 03,2025

1. Install "cuetools" package

This is a short guide on how to install cuetools on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cuetools

2. Uninstall "cuetools" package

Please follow the guidance below to uninstall cuetools on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove cuetools $ sudo apt autoclean && sudo apt autoremove

3. Information about the cuetools package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: cuetools
Priority: extra
Section: universe/utils
Installed-Size: 255
Maintainer: Ubuntu Developers
Original-Maintainer: Guo Yixuan (郭溢譞)
Architecture: amd64
Version: 1.4.0-2
Depends: libc6 (>= 2.14), python-mutagen | id3v2
Recommends: flac, vorbis-tools
Filename: pool/universe/c/cuetools/cuetools_1.4.0-2_amd64.deb
Size: 46726
MD5sum: e501e6c432173d7320d02353c87fe89c
SHA1: d80f6c88b87db69fc7f497961c181b9a4878e4ed
SHA256: 06788b83ce361527fea90cc08a3d73130c48c5da3092c526dfab566916842f79
Description-en: tools for manipulating CUE/TOC files
cuetools is a set of programs that are useful for manipulating CUE sheet
(cue) files and Table of Contents (toc) files. CUE and TOC files are a way
to represent the layout of a data or audio CD in a machine-readable ASCII
format. The package includes these utilities:
.
- cueconvert: convert between CUE and TOC formats
- cuebreakpoints: print the breakpoints from a CUE or TOC file
- cueprint: print disc and track information for a CUE or TOC file
- cuetag: tag files based on CUE/TOC file information
.
Probably the most popular use is to split a large audio file into many
small files according to a CUE or TOC, for example:
.
cuebreakpoints disc.cue | shnsplit disc.wav
Description-md5: 104b34f3945ab9357ebacfaed7341544
Enhances: shntool
Homepage: https://github.com/svend/cuetools
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu