How to Install and Uninstall elpa-js2-mode Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "elpa-js2-mode" package

This guide covers the steps necessary to install elpa-js2-mode on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install elpa-js2-mode

2. Uninstall "elpa-js2-mode" package

Please follow the guidelines below to uninstall elpa-js2-mode on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove elpa-js2-mode $ sudo apt autoclean && sudo apt autoremove

3. Information about the elpa-js2-mode package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: elpa-js2-mode
Priority: optional
Section: universe/editors
Installed-Size: 540
Maintainer: Ubuntu Developers
Original-Maintainer: Vincent Bernat
Architecture: all
Source: js2-mode
Version: 0~20150909-2
Provides: js2-mode
Depends: emacsen-common (>= 2.0.8)
Breaks: js2-mode (<< 0~20150909-1)
Filename: pool/universe/j/js2-mode/elpa-js2-mode_0~20150909-2_all.deb
Size: 102814
MD5sum: a4daf10e746d3dffd87c63602b80be29
SHA1: 3f999697efdef446869e5abd99ba6e7575a24196
SHA256: 223684490e9374476bcd10c699d3e6345f73e82d809f7fef84c289d5c3c49624
Description-en: Emacs mode for editing Javascript programs
This JavaScript editing mode supports:
.
- the full JavaScript language through version 1.7
- support for most Rhino and SpiderMonkey extensions from 1.5 to 1.7
- accurate syntax highlighting using a recursive-descent parser
- syntax-error and strict-mode warning reporting
- "bouncing" line indentation to choose among alternate indentation points
- smart line-wrapping within comments and strings
- code folding:
- show some or all function bodies as {...}
- show some or all block comments as /*...*/
- context-sensitive menu bar and popup menus
- code browsing using the imenu' package
- typing helpers (e.g. inserting matching braces/parens)
- many customization options
Description-md5: 212aacff33c64a89804158162bd96528
Enhances: emacs, emacs23, emacs24
Homepage: https://github.com/mooz/js2-mode
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu