Install mp3cd
Installing mp3cd package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mp3cd
mp3cd package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mp3cd |
version | 1.27.0-3 |
description | Burns normalized audio CDs from lists of MP3s/WAVs/Oggs/FLACs |
subsection | sound |
website | outflux.net / software / pkgs / mp3cd / |
maintainer | Kees Cook |
Uninstall mp3cd
To remove just mp3cd package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mp3cd
Uninstall mp3cd and it’s dependent packages
To remove the mp3cd package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mp3cd
Purging mp3cd
If you also want to delete configuration and/or data files of mp3cd from Debian Sid then this will work:
sudo apt-get purge mp3cd
To delete configuration and/or data files of mp3cd and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mp3cd