How to Install and Uninstall rsyntaxtextarea.noarch Package on Fedora 36

Last updated: October 06,2024

1. Install "rsyntaxtextarea.noarch" package

In this section, we are going to explain the necessary steps to install rsyntaxtextarea.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install rsyntaxtextarea.noarch

2. Uninstall "rsyntaxtextarea.noarch" package

In this section, we are going to explain the necessary steps to uninstall rsyntaxtextarea.noarch on Fedora 36:

$ sudo dnf remove rsyntaxtextarea.noarch $ sudo dnf autoremove

3. Information about the rsyntaxtextarea.noarch package on Fedora 36

Last metadata expiration check: 0:13:52 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : rsyntaxtextarea
Version : 3.1.3
Release : 4.fc36
Architecture : noarch
Size : 1.0 M
Source : rsyntaxtextarea-3.1.3-4.fc36.src.rpm
Repository : fedora
Summary : A syntax highlighting, code folding text editor for Java Swing applications
URL : https://github.com/bobbylight/RSyntaxTextArea
License : BSD
Description : RSyntaxTextArea is a customizable, syntax highlighting text component for Java
: Swing applications. Out of the box, it supports syntax highlighting for 40+
: programming languages, code folding, search and replace, and has add-on
: libraries for code completion and spell checking. Syntax highlighting for
: additional languages can be added via tools such as JFlex.