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