prelink
ELF prelinking utility to speed up dynamic linking
Install
- All systems
-
curl cmd.cat/prelink.sh
- Debian
-
apt-get install prelink
- Ubuntu
-
apt-get install prelink
- Kali Linux
-
apt-get install prelink
- CentOS
-
yum install prelink
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install prelink
- Raspbian
-
apt-get install prelink
- Dockerfile
- dockerfile.run/prelink
prelink
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.