Install music123
Installing music123 package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install music123
music123 package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | music123 |
version | 16.4-1 |
description | Command-line shell for sound-file players |
subsection | sound |
website | ada-france.org:8081 / branch / changes / org.music123 |
maintainer | Xavier Grave |
Uninstall music123
To remove just music123 package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove music123
Uninstall music123 and it’s dependent packages
To remove the music123 package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove music123
Purging music123
If you also want to delete configuration and/or data files of music123 from Debian Sid then this will work:
sudo apt-get purge music123
To delete configuration and/or data files of music123 and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove music123