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

Last updated: October 02,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 35

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

2. Uninstall "Io-language.i686" package

Here is a brief guide to show you how to uninstall Io-language.i686 on Fedora 35:

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

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

Last metadata expiration check: 5:43:51 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : Io-language
Version : 20170906
Release : 2.fc35
Architecture : i686
Size : 662 k
Source : Io-language-20170906-2.fc35.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).