To uninstall libjs-codemirror just follow these instructions.
sudo apt-get remove libjs-codemirror
This will remove just the libjs-codemirror package itself.
sudo apt-get remove --auto-remove libjs-codemirror
This will remove the libjs-codemirror package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for libjs-codemirror then this will work.
sudo apt-get purge libjs-codemirror
Or similarly, like this libjs-codemirror
sudo apt-get purge --auto-remove libjs-codemirror
Package | libjs-codemirror |
Version | 2.23-1 |
Maintainer | Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org> |
Home page | http://codemirror.net/ |
Description | JavaScript editor interface for code-like content |
Distro | debian |
Release | wheezy |
Repo | main |
Section | web |