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

Last updated: May 18,2024

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

Please follow the instructions below to install apache-commons-codec.src on Oracle Linux 9

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

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

Learn how to uninstall apache-commons-codec.src on Oracle Linux 9:

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

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

Last metadata expiration check: 2:14:17 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : apache-commons-codec
Version : 1.15
Release : 7.module+el9.2.0+20958+a80e7477
Architecture : src
Size : 426 k
Source : None
Repository : ol9_appstream
Summary : Implementations of common encoders and decoders
URL : https://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.