How to Install and Uninstall gdb-gdbserver.x86_64 Package on Amazon Linux 2

Last updated: November 27,2024

1. Install "gdb-gdbserver.x86_64" package

This guide let you learn how to install gdb-gdbserver.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install gdb-gdbserver.x86_64

2. Uninstall "gdb-gdbserver.x86_64" package

Here is a brief guide to show you how to uninstall gdb-gdbserver.x86_64 on Amazon Linux 2:

$ sudo yum remove gdb-gdbserver.x86_64 $ sudo yum autoremove

3. Information about the gdb-gdbserver.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : gdb-gdbserver
Arch : x86_64
Version : 8.0.1
Release : 36.amzn2.0.1
Size : 363 k
Repo : amzn2-core/2/x86_64
Summary : A standalone server for GDB (the GNU source-level debugger)
URL : http://gnu.org/software/gdb/
License : GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with
: exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public
: Domain and GFDL
Description : GDB, the GNU debugger, allows you to debug programs written in C,
: C++, Java, and other languages, by executing them in a controlled
: fashion and printing their data.
:
: This package provides a program that allows you to run GDB on a
: different machine than the one which is running the program being
: debugged.