How to Install and Uninstall apache-commons-lang3.noarch Package on Amazon Linux 2
Last updated: November 28,2024
1. Install "apache-commons-lang3.noarch" package
This is a short guide on how to install apache-commons-lang3.noarch on Amazon Linux 2
$
sudo yum makecache
Copied
$
sudo yum install
apache-commons-lang3.noarch
Copied
2. Uninstall "apache-commons-lang3.noarch" package
Please follow the guidance below to uninstall apache-commons-lang3.noarch on Amazon Linux 2:
$
sudo yum remove
apache-commons-lang3.noarch
Copied
$
sudo yum autoremove
Copied
3. Information about the apache-commons-lang3.noarch package on Amazon Linux 2
Loaded plugins: ovl, priorities
Available Packages
Name : apache-commons-lang3
Arch : noarch
Version : 3.1
Release : 9.amzn2
Size : 300 k
Repo : amzn2-core/2/x86_64
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.
:
: 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.
Available Packages
Name : apache-commons-lang3
Arch : noarch
Version : 3.1
Release : 9.amzn2
Size : 300 k
Repo : amzn2-core/2/x86_64
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.
:
: 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.