Install libplank-doc
Installing libplank-doc package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libplank-doc
libplank-doc package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libplank-doc |
version | 0.11.1-1 |
description | Library to build an elegant, simple, clean dock (documentation) |
subsection | doc |
website | launchpad.net / plank |
maintainer | Rico Tzschichholz |
Uninstall libplank-doc
To remove just libplank-doc package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libplank-doc
Uninstall libplank-doc and it’s dependent packages
To remove the libplank-doc package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libplank-doc
Purging libplank-doc
If you also want to delete configuration and/or data files of libplank-doc from Debian Sid then this will work:
sudo apt-get purge libplank-doc
To delete configuration and/or data files of libplank-doc and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libplank-doc