HOW TO INSTALL JEDIT FREE TEXT EDITOR IN UBUNTU 18.04 — A JAVA PROGRAMMING TEXT EDITOR FOR LINUX

Mangesh Dhulap
1 min readMar 24, 2019

--

In this article, we are going to learn How to install jedit free text editor in Ubuntu 18.04. jedit is a Java programming text editor application mainly developed for software developers. The main developer of this application is Slava Pestov initially written this application on the year 1998 using Java programming language and released under GNU GPLv2 license. edit free text editor is nice lightweight and user-friendly application comes with various features mentioned below :

  • Jedit is a cross platform application comes for major operating systems i.e. Linux, Microsoft Windows, MacOS.
  • There are 100+ official plugins are available which can be used to get more features.
  • Jedit Java programming text editor application can be used to coding multiple programming languages i.e. HTML, Java, XML, CSS…etc..
  • Supports Unicode & UTF8 character format.
  • Jedit free text editor supports 200+ Languages.
  • Auto complete feature is available during typing the code’s of programming languages.

Follow the below steps to install jEdit Text Editor Application in Ubuntu 18.04:

itsmarttricks@mangesh:~$ sudo apt-get update
itsmarttricks@mangesh:~$ sudo apt-get install jedit
Read More- https://www.itsmarttricks.com/how-to-install-jedit-text-editor-application-in-ubuntu-18-04/

--

--