How to Install and Uninstall python3-django-pdb.noarch Package on Fedora 38

Last updated: September 21,2024

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

This tutorial shows how to install python3-django-pdb.noarch on Fedora 38

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

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

Please follow the guidelines below to uninstall python3-django-pdb.noarch on Fedora 38:

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

3. Information about the python3-django-pdb.noarch package on Fedora 38

Last metadata expiration check: 2:35:19 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-django-pdb
Version : 0.6.2
Release : 5.fc38
Architecture : noarch
Size : 40 k
Source : python-django-pdb-0.6.2-5.fc38.src.rpm
Repository : fedora
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.