Install mpg321
Installing mpg321 package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mpg321
mpg321 package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mpg321 |
version | 0.3.2-1.1 |
description | Simple and lightweight command line MP3 player |
subsection | sound |
website | mpg321.sourceforge.net |
maintainer | Nanakos Chrysostomos |
Uninstall mpg321
To remove just mpg321 package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mpg321
Uninstall mpg321 and it’s dependent packages
To remove the mpg321 package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mpg321
Purging mpg321
If you also want to delete configuration and/or data files of mpg321 from Debian Sid then this will work:
sudo apt-get purge mpg321
To delete configuration and/or data files of mpg321 and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mpg321