How To Install python3-urwid-readline on Fedora 36

In this tutorial we learn how to install python3-urwid-readline in Fedora 36. python3-urwid-readline is A textbox edit widget for urwid that supports readline shortcuts

Introduction

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

What is python3-urwid-readline

A textbox edit widget for urwid that supports readline shortcuts.

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

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

sudo dnf -y install python3-urwid-readline

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

sudo yum -y install python3-urwid-readline

How To Uninstall python3-urwid-readline on Fedora 36

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

sudo dnf remove python3-urwid-readline

python3-urwid-readline Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/urwid_readline
/usr/lib/python3.10/site-packages/urwid_readline-0.13.dist-info
/usr/lib/python3.10/site-packages/urwid_readline-0.13.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/urwid_readline-0.13.dist-info/LICENSE
/usr/lib/python3.10/site-packages/urwid_readline-0.13.dist-info/LICENSE.md
/usr/lib/python3.10/site-packages/urwid_readline-0.13.dist-info/METADATA
/usr/lib/python3.10/site-packages/urwid_readline-0.13.dist-info/WHEEL
/usr/lib/python3.10/site-packages/urwid_readline-0.13.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/urwid_readline/__init__.py
/usr/lib/python3.10/site-packages/urwid_readline/__pycache__
/usr/lib/python3.10/site-packages/urwid_readline/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/urwid_readline/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/urwid_readline/__pycache__/readline_edit.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/urwid_readline/__pycache__/readline_edit.cpython-310.pyc
/usr/lib/python3.10/site-packages/urwid_readline/__pycache__/test_readline_edit.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/urwid_readline/__pycache__/test_readline_edit.cpython-310.pyc
/usr/lib/python3.10/site-packages/urwid_readline/readline_edit.py
/usr/lib/python3.10/site-packages/urwid_readline/test_readline_edit.py
/usr/share/doc/python3-urwid-readline
/usr/share/doc/python3-urwid-readline/README.md
/usr/share/licenses/python3-urwid-readline
/usr/share/licenses/python3-urwid-readline/LICENSE
/usr/share/licenses/python3-urwid-readline/LICENSE.md

References

Summary

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