How To Install Io-language-extras on Fedora 36

In this tutorial we learn how to install Io-language-extras in Fedora 36. Io-language-extras is Io extra addons

Introduction

In this tutorial we learn how to install Io-language-extras on Fedora 36.

What is Io-language-extras

This package includes addons for Io which require additional libraries to be installed. This includes the Python and Socket addons.

We can use yum or dnf to install Io-language-extras on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install Io-language-extras.

Install Io-language-extras on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install Io-language-extras using dnf by running the following command:

sudo dnf -y install Io-language-extras

Install Io-language-extras on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install Io-language-extras using yum by running the following command:

sudo yum -y install Io-language-extras

How To Uninstall Io-language-extras on Fedora 36

To uninstall only the Io-language-extras package we can use the following command:

sudo dnf remove Io-language-extras

Io-language-extras Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d8/7c8f28453ff38e158d6348c35cdefb2232d307
/usr/lib/.build-id/f2/c51951a13d8f38331b74b86d8494875ea49139
/usr/lib64/io/addons/Python
/usr/lib64/io/addons/Python/_build
/usr/lib64/io/addons/Python/_build/dll
/usr/lib64/io/addons/Python/_build/dll/libIoPython.so
/usr/lib64/io/addons/Python/build.io
/usr/lib64/io/addons/Python/depends
/usr/lib64/io/addons/Socket
/usr/lib64/io/addons/Socket/_build
/usr/lib64/io/addons/Socket/_build/dll
/usr/lib64/io/addons/Socket/_build/dll/libIoSocket.so
/usr/lib64/io/addons/Socket/build.io
/usr/lib64/io/addons/Socket/depends

References

Summary

In this tutorial we learn how to install Io-language-extras on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).