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