How to Install and Uninstall jedit Package on Kali Linux

Last updated: May 15,2024

1. Install "jedit" package

This guide let you learn how to install jedit on Kali Linux

$ sudo apt update $ sudo apt install jedit

2. Uninstall "jedit" package

This guide covers the steps necessary to uninstall jedit on Kali Linux:

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

3. Information about the jedit package on Kali Linux

Package: jedit
Version: 5.5.0+dfsg-2
Installed-Size: 11197
Maintainer: Debian Java Maintainers
Architecture: all
Depends: java-wrappers (>= 0.1.14), default-jre (>= 2:1.7) | java7-runtime
Pre-Depends: dpkg (>= 1.15.6~)
Size: 2351460
SHA256: ea1d9dae59572bd3796d038221ea07100e806fe25b1256c0c755cb0622ceee54
SHA1: 4d5a1c44b38a29025220bd1e7ed7cb00fa4100aa
MD5sum: 281308596aca873404c9da32114837d0
Description: 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:
Homepage: http://www.jedit.org/
Tag: devel::editor, implemented-in::java, role::program, use::editing
Section: editors
Priority: optional
Filename: pool/main/j/jedit/jedit_5.5.0+dfsg-2_all.deb