How to Install and Uninstall ipcalc.src Package on Oracle Linux 9

Last updated: September 06,2024

1. Install "ipcalc.src" package

In this section, we are going to explain the necessary steps to install ipcalc.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install ipcalc.src

2. Uninstall "ipcalc.src" package

In this section, we are going to explain the necessary steps to uninstall ipcalc.src on Oracle Linux 9:

$ sudo dnf remove ipcalc.src $ sudo dnf autoremove

3. Information about the ipcalc.src package on Oracle Linux 9

Last metadata expiration check: 1:26:19 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ipcalc
Version : 1.0.0
Release : 5.el9
Architecture : src
Size : 61 k
Source : None
Repository : ol9_baseos_latest
Summary : IP network address calculator
URL : https://gitlab.com/ipcalc/ipcalc
License : GPLv2+
Description : ipcalc provides a simple way to calculate IP information for a host
: or network. Depending on the options specified, it may be used to provide
: IP network information in human readable format, in a format suitable for
: parsing in scripts, generate random private addresses, resolve an IP address,
: or check the validity of an address.