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

Last updated: October 06,2024

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

Please follow the steps below to install apache-commons-net.src on Oracle Linux 8

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

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

This tutorial shows how to uninstall apache-commons-net.src on Oracle Linux 8:

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

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

Last metadata expiration check: 2:15:44 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : apache-commons-net
Version : 3.6
Release : 3.module+el8.3.0+7697+44932688
Architecture : src
Size : 435 k
Source : None
Repository : ol8_appstream
Summary : Internet protocol suite Java library
URL : http://commons.apache.org/net/
License : ASL 2.0
Description : This is an Internet protocol suite Java library originally developed by
: ORO, Inc. This version supports Finger, Whois, TFTP, Telnet, POP3, FTP,
: NNTP, SMTP, and some miscellaneous protocols like Time and Echo as well
: as BSD R command support. The purpose of the library is to provide
: fundamental protocol access, not higher-level abstractions.