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

Last updated: September 20,2024

1. Install "ivykis.i686" package

Please follow the instructions below to install ivykis.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install ivykis.i686

2. Uninstall "ivykis.i686" package

Please follow the step by step instructions below to uninstall ivykis.i686 on Fedora 34:

$ sudo dnf remove ivykis.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 4:38:34 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ivykis
Version : 0.42.4
Release : 5.fc34
Architecture : i686
Size : 48 k
Source : ivykis-0.42.4-5.fc34.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.