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

Last updated: October 06,2024

1. Install "python3-pygdbmi.noarch" package

Please follow the instructions below to install python3-pygdbmi.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-pygdbmi.noarch

2. Uninstall "python3-pygdbmi.noarch" package

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

$ sudo dnf remove python3-pygdbmi.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:32:26 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-pygdbmi
Version : 0.11.0.0
Release : 1.el9
Architecture : noarch
Size : 38 k
Source : python-pygdbmi-0.11.0.0-1.el9.src.rpm
Repository : epel
Summary : Get Structured Output from GDB's Machine Interface
URL : https://github.com/cs01/pygdbmi
License : MIT
Description : GDB/MI is a line based machine oriented
: text interface to GDB and is activated by
: specifying using the --interpreter command
: line option (see Mode Options). It is
: specifically intended to support the development
: of systems which use the debugger as just one
: small component of a larger system.