How To Install python3-pudb on Fedora 36

In this tutorial we learn how to install python3-pudb in Fedora 36. python3-pudb is A full-screen, console-based Python debugger

Introduction

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

What is python3-pudb

PuDB is a full-screen, console-based visual debugger for Python. Its goal is to provide all the niceties of modern GUI-based debuggers in a more lightweight and keyboard-friendly package. PuDB allows you to debug code right where you write and test it–in a terminal. If you’ve worked with the excellent (but nowadays ancient) DOS-based Turbo Pascal or C tools, PuDB’s UI might look familiar.

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

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

sudo dnf -y install python3-pudb

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

sudo yum -y install python3-pudb

How To Uninstall python3-pudb on Fedora 36

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

sudo dnf remove python3-pudb

python3-pudb Package Contents on Fedora 36

/usr/bin/pudb3
/usr/lib/python3.10/site-packages/pudb
/usr/lib/python3.10/site-packages/pudb-2022.1.dist-info
/usr/lib/python3.10/site-packages/pudb-2022.1.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/pudb-2022.1.dist-info/LICENSE
/usr/lib/python3.10/site-packages/pudb-2022.1.dist-info/METADATA
/usr/lib/python3.10/site-packages/pudb-2022.1.dist-info/WHEEL
/usr/lib/python3.10/site-packages/pudb-2022.1.dist-info/entry_points.txt
/usr/lib/python3.10/site-packages/pudb-2022.1.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/pudb/__init__.py
/usr/lib/python3.10/site-packages/pudb/__main__.py
/usr/lib/python3.10/site-packages/pudb/__pycache__
/usr/lib/python3.10/site-packages/pudb/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pudb/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pudb/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pudb/__pycache__/__main__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pudb/__pycache__/b.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pudb/__pycache__/b.cpython-310.pyc
/usr/lib/python3.10/site-packages/pudb/__pycache__/debugger.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pudb/__pycache__/debugger.cpython-310.pyc
/usr/lib/python3.10/site-packages/pudb/__pycache__/forked.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pudb/__pycache__/forked.cpython-310.pyc
/usr/lib/python3.10/site-packages/pudb/__pycache__/ipython.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pudb/__pycache__/ipython.cpython-310.pyc
/usr/lib/python3.10/site-packages/pudb/__pycache__/lowlevel.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pudb/__pycache__/lowlevel.cpython-310.pyc
/usr/lib/python3.10/site-packages/pudb/__pycache__/remote.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pudb/__pycache__/remote.cpython-310.pyc
/usr/lib/python3.10/site-packages/pudb/__pycache__/run.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pudb/__pycache__/run.cpython-310.pyc
/usr/lib/python3.10/site-packages/pudb/__pycache__/settings.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pudb/__pycache__/settings.cpython-310.pyc
/usr/lib/python3.10/site-packages/pudb/__pycache__/shell.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pudb/__pycache__/shell.cpython-310.pyc
/usr/lib/python3.10/site-packages/pudb/__pycache__/source_view.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pudb/__pycache__/source_view.cpython-310.pyc
/usr/lib/python3.10/site-packages/pudb/__pycache__/theme.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pudb/__pycache__/theme.cpython-310.pyc
/usr/lib/python3.10/site-packages/pudb/__pycache__/ui_tools.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pudb/__pycache__/ui_tools.cpython-310.pyc
/usr/lib/python3.10/site-packages/pudb/__pycache__/var_view.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pudb/__pycache__/var_view.cpython-310.pyc
/usr/lib/python3.10/site-packages/pudb/b.py
/usr/lib/python3.10/site-packages/pudb/debugger.py
/usr/lib/python3.10/site-packages/pudb/forked.py
/usr/lib/python3.10/site-packages/pudb/ipython.py
/usr/lib/python3.10/site-packages/pudb/lowlevel.py
/usr/lib/python3.10/site-packages/pudb/remote.py
/usr/lib/python3.10/site-packages/pudb/run.py
/usr/lib/python3.10/site-packages/pudb/settings.py
/usr/lib/python3.10/site-packages/pudb/shell.py
/usr/lib/python3.10/site-packages/pudb/source_view.py
/usr/lib/python3.10/site-packages/pudb/theme.py
/usr/lib/python3.10/site-packages/pudb/ui_tools.py
/usr/lib/python3.10/site-packages/pudb/var_view.py
/usr/share/doc/python3-pudb
/usr/share/doc/python3-pudb/README.rst
/usr/share/licenses/python3-pudb
/usr/share/licenses/python3-pudb/LICENSE

References

Summary

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