Install mp3rename
Installing mp3rename package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mp3rename
mp3rename package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mp3rename |
version | 0.6-9 |
description | Rename mp3 files based on id3tags |
subsection | sound |
maintainer | Mark Purcell |
Uninstall mp3rename
To remove just mp3rename package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mp3rename
Uninstall mp3rename and it’s dependent packages
To remove the mp3rename package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mp3rename
Purging mp3rename
If you also want to delete configuration and/or data files of mp3rename from Debian Sid then this will work:
sudo apt-get purge mp3rename
To delete configuration and/or data files of mp3rename and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mp3rename