How to Install and Uninstall apache-commons-codec.noarch Package on Amazon Linux 2

Last updated: October 05,2024

1. Install "apache-commons-codec.noarch" package

This tutorial shows how to install apache-commons-codec.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install apache-commons-codec.noarch

2. Uninstall "apache-commons-codec.noarch" package

Please follow the step by step instructions below to uninstall apache-commons-codec.noarch on Amazon Linux 2:

$ sudo yum remove apache-commons-codec.noarch $ sudo yum autoremove

3. Information about the apache-commons-codec.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : apache-commons-codec
Arch : noarch
Version : 1.8
Release : 7.amzn2
Size : 223 k
Repo : amzn2-core/2/x86_64
Summary : Implementations of common encoders and decoders
URL : http://commons.apache.org/codec/
License : ASL 2.0
Description : Commons Codec is an attempt to provide definitive implementations
: of commonly used encoders and decoders. Examples include Base64,
: Hex, Phonetic and URLs.