Skip to content

Debian Bookworm (Proxmox 12) installation #558

@LaserKaspar

Description

@LaserKaspar

I was trying to install gping on debian but the commands you provided failed. These work:

apt install -y curl gpg
echo "deb [signed-by=/usr/share/keyrings/azlux.gpg] https://packages.azlux.fr/debian bookworm main" | tee /etc/apt/sources.list.d/azlux.list
curl -fsSL https://azlux.fr/repo.gpg.key | gpg --dearmor -o /usr/share/keyrings/azlux.gpg
apt update
apt-cache policy gping
apt install gping

The main issue probably being the extra slash in your README.md: .fr/debian/ bookworm main

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions