How To Install aml on Fedora 34

aml is Another Main Loop Another Main Loop

Introduction

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

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 aml 0.2.0 2.fc34 x86_64 20 k aml-0.2.0-2.fc34.src.rpm fedora Another Main Loop https ISC and BSD 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 34. In this tutorial we discuss both methods but you only need to choose one of method to install aml.

Install aml on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install aml using dnf by running the following command:

sudo dnf -y install aml

Install aml on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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 34

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

sudo dnf remove aml

aml Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/0872c588f3c3b0ab7942658dcbf24729258dae
/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
/usr/lib/.build-id
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/60d58184e200d4ca08b30ae679f98758f16ba3
/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 34 using yum and dnf.