How to Install and Uninstall python3-django-pdb.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 09,2024

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

Please follow the steps below to install python3-django-pdb.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Please follow the guidance below to uninstall python3-django-pdb.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-django-pdb.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:08:19 ago on Mon Feb 26 07:04:30 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.