Categories: TutorialsUbuntu

How to Install jEdit on Ubuntu 22.04 LTS

Introduction

The editor we are going to learn about today is jEdit. It is not only a text editor but also a fully-featured development environment for Java programmers. Hence the name jEdit became popular. It works flawlessly on most Linux distributions.

In this guide, we will see how it can be installed, verified, launched, and uninstalled. Throughout the article, we will keep discussing various aspects of jEdit.

Prerequisites
Sponsored
to jEdit Editor

Although the editor targets Java programmers, it does a great job of maintaining the dependencies on its own. It doesn’t require any separate dependency instead it bundles up them and install them at once.

Step 1. Install jEdit Editor on Ubuntu LTS

Run the following command to update your system first.

$ sudo apt update

After updating the system now you are ready to install jEdit immediately on your Ubuntu system. It is a good practice that you always install repository updates first. Then follow the install commands as shown below.

$ sudo apt install jEdit

The jEdit text editor is now installed and we will verify this installation in the next step. After that, we will learn how to launch it and uninstall it in case of no need.

Step 2. Verify jEdit Installation

The editor has a unique approach to confirming the installation. It works flawlessly though. You will need to append the version with a single hyphen to find out the version number of jEdit. The following screenshot will help you figure it out.

$ jedit -version

The above command will confirm the latest version of the jEdit development environment

Sponsored

We can do the same with the graphical user interface. But for now, we will skip and move to the next step to launch the jEdit using the command line.

Step 3. Launch jEdit Development Environment

You will need to invoke the following command to launch jEdit in the terminal.

$ jedit

This will pop the editor immediately as shown below.

Step 4. Uninstall jEdit Editor From Ubuntu 22.04

Now we will observe the process of uninstalling the jEdit from the Ubuntu system. Run the command below and check the output.

$ sudo apt remove jedit

Confirm the removal of the software and it will be gone.

Conclusion

You have seen that jEdit is a supreme piece of software that helps Java developers at its best. I hope you will enjoy programming while using it.

Karim Buzdar holds a degree in telecommunication engineering and holds several sysadmin certifications including CCNA RS, SCP, and ACE. As an IT engineer and technical author, he writes for various websites.

Ubuntu Server Admin

Recent Posts

How to Fix VMware’s “Could not open /dev/vmmon” Error on Ubuntu

You’ve recently installed VMware Workstation on your Ubuntu system and encountered the frustrating “Could not…

7 hours ago

How to Fix Ubuntu 404 Errors While Fetching Dependencies

Have you ever found yourself staring at a terminal full of 404 errors while trying…

7 hours ago

How to Fix ‘Please Install All Available Updates’ Error When Upgrading Ubuntu 18.04 to 20.04 LTS

One particularly frustrating error that many users face when trying to upgrade from Ubuntu 18.04 …

7 hours ago

How to fix “Release is not valid yet” Error in Docker Containers

In the world of containerization, time synchronization issues can create unexpected roadblocks when working with…

7 hours ago

How to fix “Externally Managed Environment” Pip Errors on Ubuntu

If you’ve recently upgraded to Ubuntu 23.04 or newer, you might have encountered a frustrating…

7 hours ago

Ubuntu now officially supports NVIDIA Jetson: powering the future of AI at the edge

Canonical announces the General Availability of Ubuntu for the NVIDIA® Jetson Orin™ for edge AI…

14 hours ago