Installation

Installation

Installing senile can be done on numerous ways.

The Rust way (via cargo)

cargo install senile

The Arch way via AUR (with yay):

yay -S senile

The AppImage way (x86_64 example):

curl -fSsL https://github.com/replicadse/senile/releases/latest/download/AppImage.x86_64.tar.gz > senile.AppImage.x86_64.tar.gz
tar -xvzf ./senile.AppImage.x86_64.tar.gz
rm ./senile.AppImage.x86_64.tar.gz
chmod +x senile-x86_64.AppImage
sudo mv senile-x86_64.AppImage /usr/bin/senile
Note
You might want to replace the x86_64 part in the script above with your architecture.

The Docker way

docker run --rm  -v $HOST_PATH:/app/targets/mnt:ro replicadse/senile:latest collect -p=/app/targets