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

Last updated: January 14,2025

1. Install "javaparser.noarch" package

This guide covers the steps necessary to install javaparser.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install javaparser.noarch

2. Uninstall "javaparser.noarch" package

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

$ sudo dnf remove javaparser.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:10:24 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : javaparser
Version : 3.22.0
Release : 3.fc36
Architecture : noarch
Size : 1.2 M
Source : javaparser-3.22.0-3.fc36.src.rpm
Repository : fedora
Summary : Java 1 to 13 Parser and Abstract Syntax Tree for Java
URL : http://javaparser.org
License : LGPLv3+ or ASL 2.0
Description : This package contains a Java 1 to 13 Parser with AST generation and
: visitor support. The AST records the source code structure, javadoc
: and comments. It is also possible to change the AST nodes or create new
: ones to modify the source code.