How to Install and Uninstall apache-commons-lang3.src Package on Oracle Linux 9

Last updated: June 29,2024

1. Install "apache-commons-lang3.src" package

Please follow the steps below to install apache-commons-lang3.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install apache-commons-lang3.src

2. Uninstall "apache-commons-lang3.src" package

This guide covers the steps necessary to uninstall apache-commons-lang3.src on Oracle Linux 9:

$ sudo dnf remove apache-commons-lang3.src $ sudo dnf autoremove

3. Information about the apache-commons-lang3.src package on Oracle Linux 9

Last metadata expiration check: 3:09:18 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : apache-commons-lang3
Version : 3.12.0
Release : 7.module+el9.2.0+20958+a80e7477
Architecture : src
Size : 1.0 M
Source : None
Repository : ol9_appstream
Summary : Provides a host of helper utilities for the java.lang API
URL : https://commons.apache.org/lang
License : ASL 2.0
Description : The standard Java libraries fail to provide enough methods for
: manipulation of its core classes. The Commons Lang Component provides
: these extra methods.
: The Commons Lang Component provides a host of helper utilities for the
: java.lang API, notably String manipulation methods, basic numerical
: methods, object reflection, creation and serialization, and System
: properties. Additionally it contains an inheritable enum type, an
: exception structure that supports multiple types of nested-Exceptions
: and a series of utilities dedicated to help with building methods, such
: as hashCode, toString and equals.
:
: With version of commons-lang 3.x, developers decided to change API and
: therefore created differently named artifact and jar files. This is
: the new version, while apache-commons-lang is the compatibility
: package.