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