How to Install and Uninstall apache-commons-lang.src Package on Oracle Linux 8

Last updated: October 05,2024

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

Please follow the guidelines below to install apache-commons-lang.src on Oracle Linux 8

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

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

In this section, we are going to explain the necessary steps to uninstall apache-commons-lang.src on Oracle Linux 8:

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

3. Information about the apache-commons-lang.src package on Oracle Linux 8

Last metadata expiration check: 6:12:47 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : apache-commons-lang
Version : 2.6
Release : 21.module+el8+5149+82e4357e
Architecture : src
Size : 565 k
Source : None
Repository : ol8_appstream
Summary : Provides a host of helper utilities for the java.lang API
URL : http://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.