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

Last updated: September 21,2024

1. Install "ivykis.x86_64" package

Here is a brief guide to show you how to install ivykis.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install ivykis.x86_64

2. Uninstall "ivykis.x86_64" package

Learn how to uninstall ivykis.x86_64 on Rocky Linux 8:

$ sudo dnf remove ivykis.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:25:24 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : ivykis
Version : 0.42.4
Release : 2.el8
Architecture : x86_64
Size : 47 k
Source : ivykis-0.42.4-2.el8.src.rpm
Repository : epel
Summary : Library for asynchronous I/O readiness notification
URL : http://libivykis.sourceforge.net/
License : LGPLv2+
Description : ivykis is a library for asynchronous I/O readiness notification.
: It is a thin, portable wrapper around OS-provided mechanisms such
: as epoll_create(2), kqueue(2), poll(2), poll(7d) (/dev/poll) and
: port_create(3C).
:
: ivykis was mainly designed for building high-performance network
: applications, but can be used in any event-driven application that
: uses poll(2)able file descriptors as its event sources.