jEdit is not only a text editor but also a fully-featured development environment for Java programmers. It works flawlessly on most Linux distributions.
Here at LinuxAPT, we shall look into how to install, verify, launch, and uninstall jedit on Ubuntu Linux system.
To begin, run the below command to update your system:
$ sudo apt update
You can now install jEdit with the below command:
$ sudo apt install jEdit
You can find out the version number of jEdit by running the below command:
$ jedit -version
This will confirm the latest version of the jEdit development environment
You will need to run the following command to launch jEdit in the terminal:
$ jedit
Now you can run the below command to remove the jEdit from the Ubuntu system:
$ sudo apt remove jedit
This article covers how to install jedit on Ubuntu linux system. In fact, jEdit is a Plugin-based editor for programmers and Java developers.