Install pmw-doc
Installing pmw-doc package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install pmw-doc
pmw-doc package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | pmw-doc |
version | 1:4.28-2 |
description | Philip’s Music Writer – Documentation |
subsection | doc |
website | people.ds.cam.ac.uk / ph10 / pmw.html |
maintainer | Wouter Verhelst |
Uninstall pmw-doc
To remove just pmw-doc package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove pmw-doc
Uninstall pmw-doc and it’s dependent packages
To remove the pmw-doc package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove pmw-doc
Purging pmw-doc
If you also want to delete configuration and/or data files of pmw-doc from Debian Sid then this will work:
sudo apt-get purge pmw-doc
To delete configuration and/or data files of pmw-doc and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove pmw-doc