Install libjs-simple-fmt
Installing libjs-simple-fmt package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libjs-simple-fmt
libjs-simple-fmt package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libjs-simple-fmt |
version | 0.1.0+20130419-1 |
description | maximally minimal type-testing library (JavaScript lib) |
subsection | web |
website | github.com / olov / simple-fmt |
maintainer | Debian Javascript Maintainers |
Uninstall libjs-simple-fmt
To remove just libjs-simple-fmt package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libjs-simple-fmt
Uninstall libjs-simple-fmt and it’s dependent packages
To remove the libjs-simple-fmt package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libjs-simple-fmt
Purging libjs-simple-fmt
If you also want to delete configuration and/or data files of libjs-simple-fmt from Debian Sid then this will work:
sudo apt-get purge libjs-simple-fmt
To delete configuration and/or data files of libjs-simple-fmt and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libjs-simple-fmt