Description
Installs low-level development tools for working with object files, libraries, and executable binaries. Developers and build systems use commands such as as, ld, objdump, and readelf during compilation and inspection.
It is terminal-focused and usually pulled in by compilers or package build tools. Incorrect linker or binary manipulation commands can produce broken executables, so it is mainly for development workflows.