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