Install mp3blaster
Installing mp3blaster package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mp3blaster
mp3blaster package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mp3blaster |
version | 1:3.2.5-3+b2 |
description | Full-screen console mp3 and Ogg Vorbis player |
subsection | sound |
website | mp3blaster.sf.net |
maintainer | Jochen Friedrich |
Uninstall mp3blaster
To remove just mp3blaster package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mp3blaster
Uninstall mp3blaster and it’s dependent packages
To remove the mp3blaster package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mp3blaster
Purging mp3blaster
If you also want to delete configuration and/or data files of mp3blaster from Debian Sid then this will work:
sudo apt-get purge mp3blaster
To delete configuration and/or data files of mp3blaster and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mp3blaster