chrpath

Tool to edit the rpath in ELF binaries

Install

All systems
curl cmd.cat/chrpath.sh
Debian Debian
apt-get install chrpath
Ubuntu
apt-get install chrpath
Alpine
apk add chrpath
Arch Arch Linux
pacman -S chrpath
image/svg+xml Kali Linux
apt-get install chrpath
CentOS
yum install chrpath
Fedora
dnf install chrpath
Windows (WSL2)
sudo apt-get update sudo apt-get install chrpath
Raspbian
apt-get install chrpath
Docker
docker run cmd.cat/chrpath chrpath powered by Commando

chrpath

Tool to edit the rpath in ELF binaries

chrpath allows you to change the rpath (where the application looks for libraries) in an application. It does not (yet) allow you to add an rpath if there isn't one already.