How to Install and Uninstall aml.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 14,2024

1. Install "aml.x86_64" package

In this section, we are going to explain the necessary steps to install aml.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install aml.x86_64

2. Uninstall "aml.x86_64" package

Please follow the guidelines below to uninstall aml.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove aml.x86_64 $ sudo dnf autoremove

3. Information about the aml.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:47:24 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : aml
Version : 0.3.0
Release : 2.el8
Architecture : x86_64
Size : 20 k
Source : aml-0.3.0-2.el8.src.rpm
Repository : epel
Summary : Another Main Loop
URL : https://github.com/any1/aml
License : ISC and BSD
Description :
: Event loop handler developed for wayvnc (Wayland VNC server) and
: wlvncc (Wayland VNC client) - see https://github.com/any1
:
: 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