Install libjs-prettify
Installing libjs-prettify package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libjs-prettify
libjs-prettify package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libjs-prettify |
version | 2013.03.04+dfsg-4 |
description | syntax highlighting of source code snippets in an html page |
subsection | web |
website | code.google.com / p / google-code-prettify / |
maintainer | Debian Javascript Maintainers |
Uninstall libjs-prettify
To remove just libjs-prettify package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libjs-prettify
Uninstall libjs-prettify and it’s dependent packages
To remove the libjs-prettify package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libjs-prettify
Purging libjs-prettify
If you also want to delete configuration and/or data files of libjs-prettify from Debian Sid then this will work:
sudo apt-get purge libjs-prettify
To delete configuration and/or data files of libjs-prettify and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libjs-prettify