Install mp3val
Installing mp3val package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mp3val
mp3val package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mp3val |
version | 0.1.8-3+b1 |
description | program for MPEG audio stream validation |
subsection | sound |
website | mp3val.sourceforge.net |
maintainer | Sandro Tosi |
Uninstall mp3val
To remove just mp3val package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mp3val
Uninstall mp3val and it’s dependent packages
To remove the mp3val package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mp3val
Purging mp3val
If you also want to delete configuration and/or data files of mp3val from Debian Sid then this will work:
sudo apt-get purge mp3val
To delete configuration and/or data files of mp3val and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mp3val