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

Last updated: November 25,2024

1. Install "Io-language.x86_64" package

This guide let you learn how to install Io-language.x86_64 on Fedora 35

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

2. Uninstall "Io-language.x86_64" package

This tutorial shows how to uninstall Io-language.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 0:45:28 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : Io-language
Version : 20170906
Release : 2.fc35
Architecture : x86_64
Size : 638 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).