Install libjs-mootools
Installing libjs-mootools package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libjs-mootools
libjs-mootools package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libjs-mootools |
version | 1.4.5~debian1-2.1 |
description | compact JavaScript framework |
subsection | web |
website | mootools.net |
maintainer | Debian Javascript Maintainers |
Uninstall libjs-mootools
To remove just libjs-mootools package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libjs-mootools
Uninstall libjs-mootools and it’s dependent packages
To remove the libjs-mootools package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libjs-mootools
Purging libjs-mootools
If you also want to delete configuration and/or data files of libjs-mootools from Debian Sid then this will work:
sudo apt-get purge libjs-mootools
To delete configuration and/or data files of libjs-mootools and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libjs-mootools