How to Install and Uninstall debugbreak-devel.x86_64 Package on Rocky Linux 8

Last updated: May 05,2024

1. Install "debugbreak-devel.x86_64" package

This is a short guide on how to install debugbreak-devel.x86_64 on Rocky Linux 8

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

2. Uninstall "debugbreak-devel.x86_64" package

This guide let you learn how to uninstall debugbreak-devel.x86_64 on Rocky Linux 8:

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

3. Information about the debugbreak-devel.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:22:52 ago on Mon Sep 12 10:27:18 2022.
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.