How to Install and Uninstall aime.i686 Package on Fedora 36

Last updated: January 19,2025

1. Install "aime.i686" package

This tutorial shows how to install aime.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install aime.i686

2. Uninstall "aime.i686" package

Learn how to uninstall aime.i686 on Fedora 36:

$ sudo dnf remove aime.i686 $ sudo dnf autoremove

3. Information about the aime.i686 package on Fedora 36

Last metadata expiration check: 0:28:57 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : aime
Version : 8.20220113
Release : 1.fc36
Architecture : i686
Size : 1.1 M
Source : aime-8.20220113-1.fc36.src.rpm
Repository : fedora
Summary : An application embeddable programming language interpreter
URL : http://aime-embedded.sourceforge.net/
License : GPLv3+
Description : aime is a programming language with a C like syntax, intended for application
: extending purposes. The aime collection comprises the language description, an
: application embeddable interpreter (libaime), the interpreter C interface
: description and a standalone interpreter. Many examples on how the interpreter
: can be used (embedded in an application) are also available, together with
: some hopefully useful applications, such as expression evaluators.