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