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