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

Last updated: November 25,2024

1. Install "javaparser.noarch" package

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

$ sudo dnf update $ sudo dnf install javaparser.noarch

2. Uninstall "javaparser.noarch" package

Please follow the guidance below to uninstall javaparser.noarch on Fedora 34:

$ sudo dnf remove javaparser.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 4:16:47 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : javaparser
Version : 3.14.16
Release : 2.fc34
Architecture : noarch
Size : 1.1 M
Source : javaparser-3.14.16-2.fc34.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.