DepsGuard APT Repository

Use these commands to configure the DepsGuard APT repository and install the package on Debian/Ubuntu.

Install from APT
sudo install -d -m 0755 /etc/apt/keyrings
curl -fsSL https://depsguard.com/apt/gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/depsguard.gpg
echo "deb [signed-by=/etc/apt/keyrings/depsguard.gpg] https://depsguard.com/apt stable main" | sudo tee /etc/apt/sources.list.d/depsguard.list >/dev/null
sudo apt update
sudo apt install depsguard

Back to the main docs: depsguard.com
Project repository: github.com/arnica/depsguard