How to Install elfutils in Ubuntu 18.04



Install elfutils by entering the following commands in the terminal:

sudo apt update
sudo apt install elfutils

Description:

collection of utilities to handle ELF objects

Elfutils is a collection of utilities, including eu-ld (a linker), eu-nm (for listing symbols from object files), eu-size (for listing the section sizes of an object or archive file), eu-strip (for discarding symbols), eu-readelf (to see the raw ELF file structures), and eu-elflint (to check for well-formed ELF files).

Homepage: https://sourceware.org/elfutils/

Version: 0.170-0.4

Section: utils