How to Install and Uninstall gdb-arm-none-eabi Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "gdb-arm-none-eabi" package

This guide covers the steps necessary to install gdb-arm-none-eabi on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install gdb-arm-none-eabi

2. Uninstall "gdb-arm-none-eabi" package

Please follow the guidance below to uninstall gdb-arm-none-eabi on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove gdb-arm-none-eabi $ sudo apt autoclean && sudo apt autoremove

3. Information about the gdb-arm-none-eabi package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: gdb-arm-none-eabi
Priority: extra
Section: universe/devel
Installed-Size: 7557
Maintainer: Ubuntu Developers
Original-Maintainer: Agustin Henze
Architecture: amd64
Source: gdb-arm-none-eabi (9)
Version: 7.10-1ubuntu3+9
Depends: libc6 (>= 2.15), libexpat1 (>= 2.0.1), libncurses5 (>= 6), libpython2.7 (>= 2.7), libreadline6 (>= 6.0), libtinfo5 (>= 6), zlib1g (>= 1:1.2.0)
Recommends: gcc-arm-none-eabi
Filename: pool/universe/g/gdb-arm-none-eabi/gdb-arm-none-eabi_7.10-1ubuntu3+9_amd64.deb
Size: 2722112
MD5sum: f42aac1b865116a42cb8176701bca129
SHA1: 1d9bda6398886ea45a049cf05168a4ebc0e5f687
SHA256: ab54308c0c3e9bf0906f72289ce2d36a8d79aff846f036838e5b22dd5224f278
Description-en: GNU debugger for ARM Cortex-A/R/M processors
Bare metal GNU debugger for embedded ARM chips using Cortex-M0/M0+/M3/M4,
Cortex-R4/R5/R7 and Cortex-A* processors. GDB is a source-level debugger,
capable of breaking programs at any specific line, displaying variable values,
and determining where errors occurred.
Description-md5: c034a489da482847d1aaa1c6157f9f71
Built-Using: gdb (= 7.10-1ubuntu3)
Homepage: http://www.gnu.org/s/gdb/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu