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