How to Install and Uninstall ivykis.i686 Package on Fedora 36

Last updated: September 29,2024

1. Install "ivykis.i686" package

Please follow the step by step instructions below to install ivykis.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install ivykis.i686

2. Uninstall "ivykis.i686" package

This guide let you learn how to uninstall ivykis.i686 on Fedora 36:

$ sudo dnf remove ivykis.i686 $ sudo dnf autoremove

3. Information about the ivykis.i686 package on Fedora 36

Last metadata expiration check: 1:04:29 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ivykis
Version : 0.42.4
Release : 7.fc36
Architecture : i686
Size : 48 k
Source : ivykis-0.42.4-7.fc36.src.rpm
Repository : fedora
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.