Skip to content

1.5.2 Ensure prelink is not installed

Audit#

Verify prelink is not installed:

# dpkg-query -W -f='${binary:Package}\t${Status}\t${db:Status-Status}\n' prelink
prelink unknown ok not-installed not-installed

Remediation#

Run the following command to restore binaries to normal:

# prelink -ua

Uninstall prelink using the appropriate package manager or manual installation:

# apt purge prelink