How to Install and Uninstall Io-language.i686 Package on Fedora 38

Last updated: November 26,2024

1. Install "Io-language.i686" package

Please follow the guidance below to install Io-language.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install Io-language.i686

2. Uninstall "Io-language.i686" package

Please follow the step by step instructions below to uninstall Io-language.i686 on Fedora 38:

$ sudo dnf remove Io-language.i686 $ sudo dnf autoremove

3. Information about the Io-language.i686 package on Fedora 38

Last metadata expiration check: 1:26:49 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : Io-language
Version : 20170906
Release : 14.fc38
Architecture : i686
Size : 842 k
Source : Io-language-20170906-14.fc38.src.rpm
Repository : updates
Summary : Io is a small, prototype-based programming language
URL : https://iolanguage.org
License : BSD-3-Clause
Description : Io is a small, prototype-based programming language. The ideas in
: Io are mostly inspired by Smalltalk (all values are objects), Self
: (prototype-based), NewtonScript (differential inheritance), Act1
: (actors and futures for concurrency), LISP (code is a runtime
: inspectable/modifiable tree) and Lua (small, embeddable).