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