How to Install and Uninstall liboping.x86_64 Package on Rocky Linux 8

Last updated: September 19,2024

1. Install "liboping.x86_64" package

Learn how to install liboping.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install liboping.x86_64

2. Uninstall "liboping.x86_64" package

In this section, we are going to explain the necessary steps to uninstall liboping.x86_64 on Rocky Linux 8:

$ sudo dnf remove liboping.x86_64 $ sudo dnf autoremove

3. Information about the liboping.x86_64 package on Rocky Linux 8

Last metadata expiration check: 2:21:26 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : liboping
Version : 1.10.0
Release : 19.el8
Architecture : x86_64
Size : 79 k
Source : liboping-1.10.0-19.el8.src.rpm
Repository : epel
Summary : A C library to generate ICMP echo requests
URL : https://noping.cc/
License : GPLv2
Description : Liboping is a C library to generate ICMP echo requests, better known as
: "ping packets". It is intended for use in network monitoring applications
: or applications that would otherwise need to fork ping(1) frequently.