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

Last updated: September 25,2024

1. Install "debugbreak-devel.x86_64" package

Please follow the step by step instructions below to install debugbreak-devel.x86_64 on AlmaLinux 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 AlmaLinux 8:

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

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

Last metadata expiration check: 2:00:10 ago on Mon Sep 5 03:22:42 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.