How To Install python3-curtsies on Fedora 36

In this tutorial we learn how to install python3-curtsies in Fedora 36. python3-curtsies is Curses-like terminal wrapper, with colored strings

Introduction

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

What is python3-curtsies

Curtsies is curses-like terminal wrapper, can be to annotate portions of strings with terminal colors and formatting. Most terminals will display text in color if you use ANSI escape codes - curtsies makes rendering such text to the terminal easy. Curtsies assumes use of an VT-100 compatible terminal compatibility layer for other types of terminals.

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

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

sudo dnf -y install python3-curtsies

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

sudo yum -y install python3-curtsies

How To Uninstall python3-curtsies on Fedora 36

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

sudo dnf remove python3-curtsies

python3-curtsies Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/curtsies
/usr/lib/python3.10/site-packages/curtsies-0.3.10-py3.10.egg-info
/usr/lib/python3.10/site-packages/curtsies-0.3.10-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/curtsies-0.3.10-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/curtsies-0.3.10-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/curtsies-0.3.10-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/curtsies-0.3.10-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/curtsies-0.3.10-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/curtsies/__init__.py
/usr/lib/python3.10/site-packages/curtsies/__pycache__
/usr/lib/python3.10/site-packages/curtsies/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/curtsies/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/curtsies/__pycache__/configfile_keynames.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/curtsies/__pycache__/configfile_keynames.cpython-310.pyc
/usr/lib/python3.10/site-packages/curtsies/__pycache__/curtsieskeys.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/curtsies/__pycache__/curtsieskeys.cpython-310.pyc
/usr/lib/python3.10/site-packages/curtsies/__pycache__/escseqparse.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/curtsies/__pycache__/escseqparse.cpython-310.pyc
/usr/lib/python3.10/site-packages/curtsies/__pycache__/events.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/curtsies/__pycache__/events.cpython-310.pyc
/usr/lib/python3.10/site-packages/curtsies/__pycache__/fmtfuncs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/curtsies/__pycache__/fmtfuncs.cpython-310.pyc
/usr/lib/python3.10/site-packages/curtsies/__pycache__/formatstring.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/curtsies/__pycache__/formatstring.cpython-310.pyc
/usr/lib/python3.10/site-packages/curtsies/__pycache__/formatstringarray.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/curtsies/__pycache__/formatstringarray.cpython-310.pyc
/usr/lib/python3.10/site-packages/curtsies/__pycache__/input.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/curtsies/__pycache__/input.cpython-310.pyc
/usr/lib/python3.10/site-packages/curtsies/__pycache__/termformatconstants.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/curtsies/__pycache__/termformatconstants.cpython-310.pyc
/usr/lib/python3.10/site-packages/curtsies/__pycache__/termhelpers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/curtsies/__pycache__/termhelpers.cpython-310.pyc
/usr/lib/python3.10/site-packages/curtsies/__pycache__/window.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/curtsies/__pycache__/window.cpython-310.pyc
/usr/lib/python3.10/site-packages/curtsies/configfile_keynames.py
/usr/lib/python3.10/site-packages/curtsies/curtsieskeys.py
/usr/lib/python3.10/site-packages/curtsies/escseqparse.py
/usr/lib/python3.10/site-packages/curtsies/events.py
/usr/lib/python3.10/site-packages/curtsies/fmtfuncs.py
/usr/lib/python3.10/site-packages/curtsies/formatstring.py
/usr/lib/python3.10/site-packages/curtsies/formatstringarray.py
/usr/lib/python3.10/site-packages/curtsies/input.py
/usr/lib/python3.10/site-packages/curtsies/py.typed
/usr/lib/python3.10/site-packages/curtsies/termformatconstants.py
/usr/lib/python3.10/site-packages/curtsies/termhelpers.py
/usr/lib/python3.10/site-packages/curtsies/window.py
/usr/share/doc/python3-curtsies
/usr/share/doc/python3-curtsies/README.md
/usr/share/licenses/python3-curtsies
/usr/share/licenses/python3-curtsies/LICENSE

References

Summary

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