🌐
GNU Project
sourceware.org › gdb
GDB: The GNU Project Debugger
The latest version of GDB, version 16.1, is available for download. This version of GDB includes the following changes and enhancements: record/replay support now available on loongarch*-linux*
Download GDB
You can download the most recent official release of GDB from either Project GNU's HTTPS server, or Red Hat's sources site:
GDB 16.3
GDB can target (i.e., debug programs running on) more than a dozen different processor architectures, and GDB itself can run on most popular GNU/Linux, Unix and Microsoft Windows variants. GDB is free (libre) software. You can download GDB from the GNU HTTPS server in the directory: ...

source-level debugger

GNU_gdb_12.1_screenshot.png
The GNU Debugger (GDB) is a portable debugger that runs on many Unix-like systems and works for many programming languages, including Ada, Assembly, C, C++, D, Fortran, Haskell, Go, Objective-C, OpenCL C, … Wikipedia
Factsheet
Developer GNU Project
Initial release 1986; 39 years ago (1986)
Stable release 16.3
/ 20 April 2025
Factsheet
Developer GNU Project
Initial release 1986; 39 years ago (1986)
Stable release 16.3
/ 20 April 2025
🌐
Gdbtutorial
gdbtutorial.com › tutorial › how-install-gdb
How to Install GDB? | GDB Tutorial
You can install gdb on Debian-based linux distro (e.g. Ubuntu, Mint, etc) by following command.$ sudo apt-get update $ sudo apt-get install gdb · Follow below mentioned steps to compile GDB from scratch and install it. Step-1: Download source code.
🌐
Pkgs.org
pkgs.org › download › gdb
Gdb Download (APK, DEB, EOPKG, IPK, PKG, RPM, TGZ, TXZ, XBPS, XZ, ZST)
Download gdb linux packages for Adélie, AlmaLinux, Alpine, ALT Linux, Amazon Linux, Arch Linux, CentOS, Debian, Fedora, FreeBSD, KaOS, Mageia, NetBSD, OpenMandriva, openSUSE, OpenWrt, PCLinuxOS, Rocky Linux, Slackware, Solus, Ubuntu, Void Linux
🌐
LinuxQuestions.org
linuxquestions.org › questions › linux-newbie-8 › how-to-download-the-gdb-debugger-4175727707
[SOLVED] How to download the GDB debugger
I haven’t been able to download the GDB debugger successfully for my AMD64/x86-64 Linux Debian box. I downloaded a .tar.xz file from somewhere
🌐
GNU
gnu.org › software › gdb › gdb.html
GDB: The GNU Project Debugger
Version 11.1 of GDB, the GNU Debugger, is now available for download.
🌐
GNU
gnu.org › software › gdb › download
Download GDB
You can download the most recent official release of GDB from either Project GNU's FTP server, or Red Hat's sources site:
🌐
Linux From Scratch
linuxfromscratch.org › blfs › view › svn › general › gdb.html
GDB-16.3
Note that GDB is most effective when tracing programs and libraries that were built with debugging symbols and not stripped. Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books. Download (HTTP): https://ftp.gnu.org/gnu/gdb/gdb-16.3.tar.xz
🌐
Kali Linux
kali.org › tools › gdb
gdb | Kali Linux Tools
3 weeks ago - GDB is a source-level debugger, capable of breaking programs at any specific line, displaying variable values, and determining where errors occurred. Currently, gdb supports C, C++, D, Objective-C, Fortran, Java, OpenCL C, Pascal, assembly, Modula-2, Go, and Ada.
Find elsewhere
🌐
iO Flood
ioflood.com › blog › install-gdb-command-linux
Linux GDB Command Installation: A Step-by-Step Guide
January 2, 2024 - In this guide, we will walk you through the process of installing and using the GDB command in Linux. We will provide you with installation instructions for both APT and YUM-based distributions, delve into compiling GDB from the source, and installing a specific version.
🌐
GNU
ftp.gnu.org › gnu › gdb
Index of /gnu/gdb
Index of /gnu/gdb · Apache/2.4.52 (Trisquel_GNU/Linux) Server at ftp.gnu.org Port 443
🌐
TutorialsPoint
tutorialspoint.com › gnu_debugger › installing_gdb.htm
GDB - Installation
Step 2 − Use the following command to install gdb on linux machine.
🌐
Linux From Scratch
linuxfromscratch.org › blfs › view › 12.0 › general › gdb.html
GDB-13.2
Note that GDB is most effective when tracing programs and libraries that were built with debugging symbols and not stripped. This package is known to build and work properly using an LFS 12.0 platform. Download (HTTP): https://ftp.gnu.org/gnu/gdb/gdb-13.2.tar.xz
🌐
Linux Hint
linuxhint.com › install-gnu-debugger-gdb-linux-mint
How to Install GNU Debugger GDB on Linux Mint 21 – Linux Hint
Open the software manager, search for the GDB using the search bar, and hit the accurate output from the several results: Click on the Install button to let it install on Linux Mint 21 system:
🌐
Red Hat
docs.redhat.com › en › documentation › red_hat_developer_toolset › 9 › html › user_guide › chap-gdb
Chapter 8. GNU Debugger (GDB) | User Guide | Red Hat Developer Toolset | 9 | Red Hat Documentation
Red Hat Developer Toolset is distributed with GDB 8.3. This version is more recent than the version included in Red Hat Enterprise Linux and the previous release of Red Hat Developer Toolset and provides some enhancements and numerous bug fixes.
🌐
Arch Linux
archlinux.org › packages › extra › x86_64 › gdb
Arch Linux - gdb 16.3-1 (x86_64)
Download From Mirror · bash · expat · gcc-libs · gdb-common=16.3 · glibc · gmp · guile · libelf · liblzma.so=5-64 (xz) libmpfr.so=6-64 (mpfr) libncursesw.so=6-64 (ncurses) libreadline.so=8-64 (readline) libxxhash.so=0-64 (xxhash) libzstd.so=1-64 (zstd) mpfr ·
🌐
LinuxConfig
linuxconfig.org › home › how to install gdb in rhel 8
Install gdb on RHEL 8: Step-by-Step Guide
September 22, 2025 - Learn to install gdb on RHEL 8 and debug C programs using breakpoints. Get step-by-step guidance on using gdb effectively.