How to Install and Uninstall ivykis.x86_64 Package on CentOS Stream 9

Last updated: September 28,2024

1. Install "ivykis.x86_64" package

This guide covers the steps necessary to install ivykis.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install ivykis.x86_64

2. Uninstall "ivykis.x86_64" package

Please follow the steps below to uninstall ivykis.x86_64 on CentOS Stream 9:

$ sudo dnf remove ivykis.x86_64 $ sudo dnf autoremove

3. Information about the ivykis.x86_64 package on CentOS Stream 9

Last metadata expiration check: 3:06:42 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : ivykis
Version : 0.42.4
Release : 7.el9
Architecture : x86_64
Size : 46 k
Source : ivykis-0.42.4-7.el9.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.