How to Install and Uninstall python3-pygdbmi.noarch Package on AlmaLinux 9

Last updated: October 08,2024

1. Install "python3-pygdbmi.noarch" package

This guide covers the steps necessary to install python3-pygdbmi.noarch on AlmaLinux 9

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

2. Uninstall "python3-pygdbmi.noarch" package

Here is a brief guide to show you how to uninstall python3-pygdbmi.noarch on AlmaLinux 9:

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

3. Information about the python3-pygdbmi.noarch package on AlmaLinux 9

Last metadata expiration check: 1:21:51 ago on Wed Mar 13 07:41:12 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.