Install projectm-jack
Installing projectm-jack package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install projectm-jack
projectm-jack package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | projectm-jack |
version | 2.1.0+dfsg-3+b1 |
description | projectM JackAudio module |
subsection | sound |
website | projectm.sf.net |
maintainer | Debian Multimedia Maintainers |
Uninstall projectm-jack
To remove just projectm-jack package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove projectm-jack
Uninstall projectm-jack and it’s dependent packages
To remove the projectm-jack package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove projectm-jack
Purging projectm-jack
If you also want to delete configuration and/or data files of projectm-jack from Debian Sid then this will work:
sudo apt-get purge projectm-jack
To delete configuration and/or data files of projectm-jack and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove projectm-jack