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

Last updated: January 16,2025

1. Install "javaparser.noarch" package

This tutorial shows how to install javaparser.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install javaparser.noarch

2. Uninstall "javaparser.noarch" package

Learn how to uninstall javaparser.noarch on Fedora 39:

$ sudo dnf remove javaparser.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 5:12:26 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : javaparser
Version : 3.25.2
Release : 2.fc39
Architecture : noarch
Size : 1.3 M
Source : javaparser-3.25.2-2.fc39.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.