How to Install prelink in Ubuntu 18.04



Install prelink by entering the following commands in the terminal:

sudo apt update
sudo apt install prelink

Description:

ELF prelinking utility to speed up dynamic linking

The prelink package contains a utility which modifies ELF shared libraries and executables, so that far fewer relocations need to be resolved at runtime and thus programs come up faster.

Version: 0.0.20131005-1

Section: universe/admin