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