How to Install and Uninstall dwarves Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 13,2024

1. Install "dwarves" package

In this section, we are going to explain the necessary steps to install dwarves on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install dwarves

2. Uninstall "dwarves" package

In this section, we are going to explain the necessary steps to uninstall dwarves on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove dwarves $ sudo apt autoclean && sudo apt autoremove

3. Information about the dwarves package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: dwarves
Priority: extra
Section: universe/utils
Installed-Size: 1073
Maintainer: Ubuntu Developers
Original-Maintainer: Thomas Girard
Architecture: amd64
Source: dwarves-dfsg
Version: 1.10-2.1
Depends: libc6 (>= 2.22), libdw1 (>= 0.148), libelf1 (>= 0.142), zlib1g (>= 1:1.1.4)
Filename: pool/universe/d/dwarves-dfsg/dwarves_1.10-2.1_amd64.deb
Size: 138886
MD5sum: 724e95b0cb8e6a94a144f4faa8a5d16f
SHA1: 04a9a4d04d1ba60fa2f911d81956ecec5028c48f
SHA256: 5e16d5706a8bc57a6794238319b8346187d96e96e3073080adf007cc3ff652b1
Description-en: set of advanced DWARF utilities
This package contains tools that use the DWARF debugging information
inserted in ELF binaries by the compiler. This information is already
used by debuggers (e.g. GDB), and more recent tools such as systemtap.
.
Utilities in the dwarves suite include:
.
- pahole: finds alignment holes in structs and classes in languages
such as C/C++, CPU cacheline alignment. Helps repack those structures
to achieve more cache hits.
- codiff: a diff like tool to compare the effects changes in source
code generate on the resulting binaries
- pfunct: displays all sorts of information about functions, inlines, etc.
- pdwtags: pretty-prints DWARF information
- pglobal: lists global symbols
- prefcnt: counts DWARF tags usage
- syscse: system call sign extender
- dtagnames: lists tag names
Description-md5: 33dbd1e2b20217578306e033e5d7c8e7
Homepage: http://acmel.wordpress.com
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu