How to Install and Uninstall cuetools Package on Kali Linux

Last updated: May 10,2024

1. Install "cuetools" package

Learn how to install cuetools on Kali Linux

$ sudo apt update $ sudo apt install cuetools

2. Uninstall "cuetools" package

Learn how to uninstall cuetools on Kali Linux:

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

3. Information about the cuetools package on Kali Linux

Package: cuetools
Version: 1.4.1-0.2
Installed-Size: 247
Maintainer: Guo Yixuan (郭溢譞)
Architecture: amd64
Depends: libc6 (>= 2.14), python3-mutagen | id3v2
Recommends: flac, vorbis-tools
Enhances: shntool
Size: 55488
SHA256: 9cfd68dc5bdc8741776baff2c3d808cf4c53566e8768fd617973990d0fe3beae
SHA1: 73a25a32accc1a668d25fa56d25a20a966043686
MD5sum: fa432723d4f775139f4750a0eae1c79f
Description: 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:
Homepage: https://github.com/svend/cuetools
Tag: hardware::storage, hardware::storage:cd, interface::commandline,
role::program, scope::utility, use::converting, use::organizing,
works-with::audio
Section: utils
Priority: optional
Filename: pool/main/c/cuetools/cuetools_1.4.1-0.2_amd64.deb