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

Last updated: July 03,2024

1. Install "Io-language.i686" package

In this section, we are going to explain the necessary steps to install Io-language.i686 on Fedora 34

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

2. Uninstall "Io-language.i686" package

This is a short guide on how to uninstall Io-language.i686 on Fedora 34:

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

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

Last metadata expiration check: 5:29:16 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : Io-language
Version : 20151111
Release : 0.e64ff9.fc34.25
Architecture : i686
Size : 677 k
Source : Io-language-20151111-0.e64ff9.fc34.25.src.rpm
Repository : fedora
Summary : Io is a small, prototype-based programming language
URL : http://www.iolanguage.com/
License : BSD
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).