Install node-tar
Installing node-tar 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
node-tar package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | node-tar |
version | 1.0.3-2 |
description | read and write portable tar archives module for Node.js |
subsection | web |
website | github.com / npm / node-tar |
maintainer | Debian Javascript Maintainers |
Uninstall node-tar
To remove just node-tar package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove node-tar
Uninstall node-tar and it’s dependent packages
To remove the node-tar package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove node-tar
Purging node-tar
If you also want to delete configuration and/or data files of node-tar from Debian Sid then this will work:
sudo apt-get purge node-tar
To delete configuration and/or data files of node-tar and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove node-tar