How to Install and Uninstall jakarta-oro.noarch Package on Oracle Linux 9

Last updated: June 26,2024

1. Install "jakarta-oro.noarch" package

This tutorial shows how to install jakarta-oro.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install jakarta-oro.noarch

2. Uninstall "jakarta-oro.noarch" package

This guide let you learn how to uninstall jakarta-oro.noarch on Oracle Linux 9:

$ sudo dnf remove jakarta-oro.noarch $ sudo dnf autoremove

3. Information about the jakarta-oro.noarch package on Oracle Linux 9

Last metadata expiration check: 3:54:02 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : jakarta-oro
Version : 2.0.8
Release : 34.el9
Architecture : noarch
Size : 91 k
Source : jakarta-oro-2.0.8-34.el9.src.rpm
Repository : ol9_appstream
Summary : Full regular expressions API
URL : http://jakarta.apache.org/oro
License : ASL 1.1
Description : The Jakarta-ORO Java classes are a set of text-processing Java classes
: that provide Perl5 compatible regular expressions, AWK-like regular
: expressions, glob expressions, and utility classes for performing
: substitutions, splits, filtering filenames, etc. This library is the
: successor to the OROMatcher, AwkTools, PerlTools, and TextTools
: libraries from ORO, Inc. (www.oroinc.com).