Description
Latest version of ipcalc
for active versions of Red Hat Enterprise Linux (or derivatives like Rocky Linux).
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.
Installation Instructions
When using Red Hat Enterprise Linux 8 or 9 (or derivatives like Rocky Linux 8 or 9), please run:
# dnf install 'dnf-command(copr)'
# dnf copr enable robert/ipcalc
# dnf install ipcalc
Alternatively, when still using Red Hat Enterprise Linux 7 (or derivatives like CentOS Linux 7), please run:
# yum install yum-plugin-copr
# yum copr enable robert/ipcalc
# yum install ipcalc
# hash -d ipcalc
Calling hash -d ipcalc
is only required on Red Hat Enterprise Linux 7 (or derivatives like CentOS Linux 7) to ensure that the shell prefers the new /usr/local/bin/ipcalc
(provided by this repository) over /usr/bin/ipcalc
(provided by the initscripts RPM package), in case ipcalc
was already run on the same shell before.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 7 | ppc64le (14)*, x86_64 (172)* | EPEL 7 (146 downloads) |
EPEL 8 | aarch64 (15)*, ppc64le (17)*, s390x (17)*, x86_64 (94)* | EPEL 8 (100 downloads) |
EPEL 9 | aarch64 (17)*, ppc64le (16)*, s390x (16)*, x86_64 (43)* | EPEL 9 (66 downloads) |
* Total number of downloaded packages.