Install mp3check
Installing mp3check package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mp3check
mp3check package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mp3check |
version | 0.8.7-2+b1 |
description | tool to check mp3 files for consistency |
subsection | sound |
website | code.google.com / p / mp3check / |
maintainer | Sandro Tosi |
Uninstall mp3check
To remove just mp3check package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mp3check
Uninstall mp3check and it’s dependent packages
To remove the mp3check package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mp3check
Purging mp3check
If you also want to delete configuration and/or data files of mp3check from Debian Sid then this will work:
sudo apt-get purge mp3check
To delete configuration and/or data files of mp3check and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mp3check