Install node-marked
Installing node-marked package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install node-marked
node-marked package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | node-marked |
version | 0.3.2+dfsg-1 |
description | Full-featured markdown parser and compiler for NodeJS |
subsection | web |
website | github.com / chjj / marked |
maintainer | Debian Javascript Maintainers |
Uninstall node-marked
To remove just node-marked package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove node-marked
Uninstall node-marked and it’s dependent packages
To remove the node-marked package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove node-marked
Purging node-marked
If you also want to delete configuration and/or data files of node-marked from Debian Sid then this will work:
sudo apt-get purge node-marked
To delete configuration and/or data files of node-marked and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove node-marked