How To Install aml on Fedora 36

In this tutorial we learn how to install aml in Fedora 36. aml is Another Main Loop

Introduction

In this tutorial we learn how to install aml on Fedora 36.

What is aml

Event loop handler developed for wayvnc (Wayland VNC server) and wlvncc (Wayland VNC client) - see https Goals * Portability * Utility * Simplicity Non-goals * MS Windows (TM) support * Solving the C10K problem Features * File descriptor event handlers * Timers * Tickers * Signal handlers * Idle dispatch callbacks * Thread pool * Interoperability with other event loops

We can use yum or dnf to install aml on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install aml.

Install aml 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 aml using dnf by running the following command:

sudo dnf -y install aml

Install aml 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 aml using yum by running the following command:

sudo yum -y install aml

How To Uninstall aml on Fedora 36

To uninstall only the aml package we can use the following command:

sudo dnf remove aml

aml Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/f94565d06581b493a6353e5eb13c977d50a61f
/usr/lib64/libaml.so.0
/usr/lib64/libaml.so.0.0.0
/usr/share/doc/aml
/usr/share/doc/aml/README.md
/usr/share/licenses/aml
/usr/share/licenses/aml/COPYING

References

Summary

In this tutorial we learn how to install aml on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install aml on Fedora 36” linkTitle: “aml” type: “docs” description: “In this tutorial we learn how to install aml in Fedora 36. aml is Another Main Loop” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/aml-featured.png

Introduction

In this tutorial we learn how to install aml on Fedora 36.

What is aml

Event loop handler developed for wayvnc (Wayland VNC server) and wlvncc (Wayland VNC client) - see https Goals * Portability * Utility * Simplicity Non-goals * MS Windows (TM) support * Solving the C10K problem Features * File descriptor event handlers * Timers * Tickers * Signal handlers * Idle dispatch callbacks * Thread pool * Interoperability with other event loops

We can use yum or dnf to install aml on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install aml.

Install aml 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 aml using dnf by running the following command:

sudo dnf -y install aml

Install aml 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 aml using yum by running the following command:

sudo yum -y install aml

How To Uninstall aml on Fedora 36

To uninstall only the aml package we can use the following command:

sudo dnf remove aml

aml Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/96
/usr/lib/.build-id/96/f88d3b460594b7b846caa4b1bc20ee78fdbdcd
/usr/lib/libaml.so.0
/usr/lib/libaml.so.0.0.0
/usr/share/doc/aml
/usr/share/doc/aml/README.md
/usr/share/licenses/aml
/usr/share/licenses/aml/COPYING

References

Summary

In this tutorial we learn how to install aml on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).