Install mp3info
Installing mp3info package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mp3info
mp3info package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mp3info |
version | 0.8.5a-1+b1 |
description | An MP3 technical info viewer and ID3 1.x tag editor |
subsection | sound |
website | ibiblio.org / mp3info / |
maintainer | Paweł Więcek |
Uninstall mp3info
To remove just mp3info package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mp3info
Uninstall mp3info and it’s dependent packages
To remove the mp3info package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mp3info
Purging mp3info
If you also want to delete configuration and/or data files of mp3info from Debian Sid then this will work:
sudo apt-get purge mp3info
To delete configuration and/or data files of mp3info and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mp3info