Install mp3diags
Installing mp3diags package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mp3diags
mp3diags package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mp3diags |
version | 1.2.02-2+b1 |
description | find issues in MP3 files and help to solve them |
subsection | sound |
website | mp3diags.sourceforge.net |
maintainer | Josue Ortega |
Uninstall mp3diags
To remove just mp3diags package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mp3diags
Uninstall mp3diags and it’s dependent packages
To remove the mp3diags package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mp3diags
Purging mp3diags
If you also want to delete configuration and/or data files of mp3diags from Debian Sid then this will work:
sudo apt-get purge mp3diags
To delete configuration and/or data files of mp3diags and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mp3diags