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