Install node-getobject
Installing node-getobject package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install node-getobject
node-getobject package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | node-getobject |
version | 0.1.0-1 |
description | set and get deep objects easily – module for Node.js |
subsection | web |
website | github.com / cowboy / node-getobject |
maintainer | Debian Javascript Maintainers |
Uninstall node-getobject
To remove just node-getobject package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove node-getobject
Uninstall node-getobject and it’s dependent packages
To remove the node-getobject package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove node-getobject
Purging node-getobject
If you also want to delete configuration and/or data files of node-getobject from Debian Sid then this will work:
sudo apt-get purge node-getobject
To delete configuration and/or data files of node-getobject and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove node-getobject