How to Install and Uninstall Io-language.x86_64 Package on Fedora 36

Last updated: May 05,2024

1. Install "Io-language.x86_64" package

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

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

2. Uninstall "Io-language.x86_64" package

Please follow the guidance below to uninstall Io-language.x86_64 on Fedora 36:

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

3. Information about the Io-language.x86_64 package on Fedora 36

Last metadata expiration check: 1:23:48 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : Io-language
Version : 20170906
Release : 4.fc36
Architecture : x86_64
Size : 734 k
Source : Io-language-20170906-4.fc36.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).