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