How To Install ivykis on Fedora 36
Introduction
In this tutorial we learn how to install ivykis
on Fedora 36.
What is ivykis
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.
We can use yum
or dnf
to install ivykis
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ivykis.
Install ivykis on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install ivykis
using dnf
by running the following command:
sudo dnf -y install ivykis
Install ivykis on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ivykis
using yum
by running the following command:
sudo yum -y install ivykis
How To Uninstall ivykis on Fedora 36
To uninstall only the ivykis
package we can use the following command:
sudo dnf remove ivykis
ivykis Package Contents on Fedora 36
---
title: "How To Install ivykis on Fedora 36"
linkTitle: "ivykis"
type: "docs"
description: "In this tutorial we learn how to install ivykis in Fedora 36. ivykis is Library for asynchronous I/O readiness notification"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/ivykis-featured.png
---
## Introduction
In this tutorial we learn how to install `ivykis` on Fedora 36.
### What is `ivykis`
> 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.
We can use `yum` or `dnf` to install `ivykis` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ivykis.
## Install ivykis on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install ivykis
using dnf
by running the following command:
sudo dnf -y install ivykis
Install ivykis on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ivykis
using yum
by running the following command:
sudo yum -y install ivykis
How To Uninstall ivykis on Fedora 36
To uninstall only the ivykis
package we can use the following command:
sudo dnf remove ivykis
ivykis Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/79
/usr/lib/.build-id/79/d89a4d6c6e174a0e6777dc52586f004bb69b2f
/usr/lib/libivykis.so.0
/usr/lib/libivykis.so.0.5.6
/usr/share/doc/ivykis
/usr/share/doc/ivykis/AUTHORS
/usr/share/doc/ivykis/COPYING
References
Summary
In this tutorial we learn how to install ivykis
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/e8 /usr/lib/.build-id/e8/d4de0fc6878330e0b0f2dd13337314066de578 /usr/lib64/libivykis.so.0 /usr/lib64/libivykis.so.0.5.6 /usr/share/doc/ivykis /usr/share/doc/ivykis/AUTHORS /usr/share/doc/ivykis/COPYING
## References
* [ivykis website](http://libivykis.sourceforge.net/)
## Summary
In this tutorial we learn how to install `ivykis` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).