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

Last updated: July 05,2024

1. Install "aime.i686" package

Please follow the step by step instructions below to install aime.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install aime.i686

2. Uninstall "aime.i686" package

In this section, we are going to explain the necessary steps to uninstall aime.i686 on Fedora 34:

$ sudo dnf remove aime.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 1:59:53 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : aime
Version : 8.20220113
Release : 1.fc34
Architecture : i686
Size : 1.1 M
Source : aime-8.20220113-1.fc34.src.rpm
Repository : updates
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.