Install node-iscroll
Installing node-iscroll package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install node-iscroll
node-iscroll package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | node-iscroll |
version | 5.1.3+dfsg1-1 |
description | High performance, small footprint JavaScript scroller NodeJS module |
subsection | web |
website | iscrolljs.com |
maintainer | Debian Javascript Maintainers |
Uninstall node-iscroll
To remove just node-iscroll package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove node-iscroll
Uninstall node-iscroll and it’s dependent packages
To remove the node-iscroll package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove node-iscroll
Purging node-iscroll
If you also want to delete configuration and/or data files of node-iscroll from Debian Sid then this will work:
sudo apt-get purge node-iscroll
To delete configuration and/or data files of node-iscroll and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove node-iscroll