How to Install and Uninstall python3-django-pdb.noarch Package on Oracle Linux 9

Last updated: October 09,2024

1. Install "python3-django-pdb.noarch" package

Please follow the guidelines below to install python3-django-pdb.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python3-django-pdb.noarch

2. Uninstall "python3-django-pdb.noarch" package

Here is a brief guide to show you how to uninstall python3-django-pdb.noarch on Oracle Linux 9:

$ sudo dnf remove python3-django-pdb.noarch $ sudo dnf autoremove

3. Information about the python3-django-pdb.noarch package on Oracle Linux 9

Last metadata expiration check: 3:26:49 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-django-pdb
Version : 0.6.2
Release : 1.el9
Architecture : noarch
Size : 28 k
Source : python-django-pdb-0.6.2-1.el9.src.rpm
Repository : epel
Summary : Easier pdb debugging for Django
URL : https://github.com/tomchristie/django-pdb
License : Public Domain
Description : Adding pdb.set_trace() to your source files every time you want to break into
: pdb sucks.
:
: Don’t do that.
:
: Do this.