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

Last updated: November 24,2024

1. Install "jakarta-oro.src" package

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

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

2. Uninstall "jakarta-oro.src" package

Here is a brief guide to show you how to uninstall jakarta-oro.src on Oracle Linux 9:

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

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

Last metadata expiration check: 3:32:06 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : jakarta-oro
Version : 2.0.8
Release : 34.el9
Architecture : src
Size : 354 k
Source : None
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).