How to Install and Uninstall aml.i686 Package on Fedora 38

Last updated: October 15,2024

1. Install "aml.i686" package

Here is a brief guide to show you how to install aml.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install aml.i686

2. Uninstall "aml.i686" package

This tutorial shows how to uninstall aml.i686 on Fedora 38:

$ sudo dnf remove aml.i686 $ sudo dnf autoremove

3. Information about the aml.i686 package on Fedora 38

Last metadata expiration check: 5:59:37 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : aml
Version : 0.3.0
Release : 1.fc38
Architecture : i686
Size : 22 k
Source : aml-0.3.0-1.fc38.src.rpm
Repository : fedora
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