How to Install and Uninstall jedit Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "jedit" package

This guide covers the steps necessary to install jedit on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install jedit

2. Uninstall "jedit" package

Please follow the guidelines below to uninstall jedit on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove jedit $ sudo apt autoclean && sudo apt autoremove

3. Information about the jedit package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: jedit
Priority: optional
Section: universe/editors
Installed-Size: 10762
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 5.3.0+dfsg-1
Depends: java-wrappers (>= 0.1.14), default-jre (>= 2:1.7) | java7-runtime
Pre-Depends: dpkg (>= 1.15.6~)
Filename: pool/universe/j/jedit/jedit_5.3.0+dfsg-1_all.deb
Size: 2276114
MD5sum: 6067621a10b6ac20f70f2c26588173fe
SHA1: 58817966655aceb4f2b0868f9e79a39204d768e6
SHA256: ba82090d96a27f4d2fd955754559ba41945595ec21af80e76ecaf4a8f0a1a0cb
Description-en: Plugin-based editor for programmers
As one of the most feature rich editors available, jEdit boasts support for
syntax highlighting in more than 140 languages. jEdit combines the power of
Emacs, the user-friendliness of Kate, and the advanced editing features
(such as vertical paste) of Ultraedit, to bring you an open-source
plugin-based programmer's editor of professional quality.
.
It is possible to define complex macros in BeanShell or Jython, or other
languages that fit into the BSF. jEdit offers a powerful and user-friendly
keyboard mapping system (including 2-keystroke shortcuts), making it
possible to give jEdit a very Emacs-like feel, if you so desire.
.
Its functionality is easily extended by the use of 'plugins' which can be
downloaded, updated, and installed, all without exiting the editor. These
include a built-in Console shell integration, which lets you execute
interactive external commands inside your editor, as well as bind them to
keyboard shortcuts. The FTP plugin lets you browse and edit files on remote
systems over FTP or SFTP. Other plugins provide shells, object oriented
structure/code browsers, or completion popups for Java, XML, HTML, Ant,
LaTeX, Python, Ruby, Perl, C, C++, bash, Scheme, Prolog, and many other
languages.
Description-md5: eb137161fe733c50e24507a41acb14ce
Homepage: http://www.jedit.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu