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