Install mp3report
Installing mp3report package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mp3report
mp3report package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mp3report |
version | 1.0.2-3 |
description | Script to create an HTML report of MP3 files in a directory |
subsection | utils |
maintainer | Sergio Talens-Oliag |
Uninstall mp3report
To remove just mp3report package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mp3report
Uninstall mp3report and it’s dependent packages
To remove the mp3report package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mp3report
Purging mp3report
If you also want to delete configuration and/or data files of mp3report from Debian Sid then this will work:
sudo apt-get purge mp3report
To delete configuration and/or data files of mp3report and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mp3report