How To Install python3-yui on Fedora 36

In this tutorial we learn how to install python3-yui in Fedora 36. python3-yui is Python 3 bindings for libyui

Introduction

In this tutorial we learn how to install python3-yui on Fedora 36.

What is python3-yui

This package provides Python 3 language bindings to access functions of libyui, the YaST User Interface engine that provides the abstraction from graphical user interfaces (Qt, Gtk) and text based user interfaces (ncurses).

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

Install python3-yui 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 python3-yui using dnf by running the following command:

sudo dnf -y install python3-yui

Install python3-yui 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 python3-yui using yum by running the following command:

sudo yum -y install python3-yui

How To Uninstall python3-yui on Fedora 36

To uninstall only the python3-yui package we can use the following command:

sudo dnf remove python3-yui

python3-yui Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/0a
/usr/lib/.build-id/0a/2e3f807ba6190cedbefdaf6557f5c151d66db1
/usr/lib64/python3.10/site-packages/__pycache__/yui.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/__pycache__/yui.cpython-310.pyc
/usr/lib64/python3.10/site-packages/_yui.so
/usr/lib64/python3.10/site-packages/yui.py
/usr/share/doc/python3-yui
/usr/share/doc/python3-yui/YTable_n_YItemCollection.py
/usr/share/doc/python3-yui/displayinfo.py
/usr/share/doc/python3-yui/hello_world.py
/usr/share/doc/python3-yui/loading.py
/usr/share/doc/python3-yui/menu.py
/usr/share/doc/python3-yui/menubar.py
/usr/share/doc/python3-yui/mga-dialogs.py
/usr/share/doc/python3-yui/replacepoint.py
/usr/share/doc/python3-yui/selection_box1.py
/usr/share/doc/python3-yui/table.py
/usr/share/doc/python3-yui/tabwidget.py
/usr/share/doc/python3-yui/utf8.py
/usr/share/doc/python3-yui/widgets.py

References

Summary

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