How to Install and Uninstall debugbreak-devel.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 28,2024

1. Install "debugbreak-devel.x86_64" package

Learn how to install debugbreak-devel.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install debugbreak-devel.x86_64

2. Uninstall "debugbreak-devel.x86_64" package

This guide covers the steps necessary to uninstall debugbreak-devel.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove debugbreak-devel.x86_64 $ sudo dnf autoremove

3. Information about the debugbreak-devel.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:16:24 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : debugbreak-devel
Version : 1.0
Release : 1.el8
Architecture : x86_64
Size : 14 k
Source : debugbreak-1.0-1.el8.src.rpm
Repository : epel
Summary : Break into the debugger programmatically
URL : https://github.com/scottt/debugbreak/
License : BSD
Description : debugbreak.h allows you to put breakpoints in your C/C++ code with a call to
: debug_break().
:
: • Include one header file and insert calls to debug_break() in the code where
: you wish to break into the debugger.
: • Supports GCC, Clang and MSVC.
: • Works well on ARM, AArch64, i686, x86-64, POWER and has a fallback code
: path for other architectures.
: • Works like the DebugBreak() function provided by Windows and QNX.