How to Install and Uninstall jedit Package on openSUSE Leap

Last updated: May 15,2024

1. Install "jedit" package

Please follow the guidance below to install jedit on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install jedit

2. Uninstall "jedit" package

In this section, we are going to explain the necessary steps to uninstall jedit on openSUSE Leap:

$ sudo zypper remove jedit

3. Information about the jedit package on openSUSE Leap

Information for package jedit:
------------------------------
Repository : Main Repository
Name : jedit
Version : 5.1.0-bp155.2.58
Arch : noarch
Vendor : openSUSE
Installed Size : 8.7 MiB
Installed : No
Status : not installed
Source package : jedit-5.1.0-bp155.2.58.src
Upstream URL : http://www.jedit.org/
Summary : Programmer's Text Editor Written in Java
Description :
jEdit is a cross-platform programmer's text editor written in Java.
Some of jEdit's features include:
* Built-in macro language (BeanShell).
* Extensible plug-in architecture with more than 80 plug-ins
available.
* Plug-ins can be downloaded and installed from within jEdit using
the plug-in manager feature.
* Syntax highlighting for more than 80 languages.
* Supports a large number of character encodings including UTF8 and
Unicode.
* Auto-indenting of source code.
* Folding (indent and marker based).
* Word wrap.
* Unlimited undo and redo.
* Highly configurable and customizable.
* Every other feature, both basic and advanced, that you would expect
to find in a text editor.