How to Install and Uninstall apache-commons-codec.noarch Package on Oracle Linux 8

Last updated: May 10,2024

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

In this section, we are going to explain the necessary steps to install apache-commons-codec.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install apache-commons-codec.noarch

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

This is a short guide on how to uninstall apache-commons-codec.noarch on Oracle Linux 8:

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

3. Information about the apache-commons-codec.noarch package on Oracle Linux 8

Last metadata expiration check: 1:21:43 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : apache-commons-codec
Version : 1.11
Release : 3.module+el8+5161+5cac467c
Architecture : noarch
Size : 288 k
Source : apache-commons-codec-1.11-3.module+el8+5161+5cac467c.src.rpm
Repository : ol8_appstream
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.