orf / orf/gping

Debian Bookworm (Proxmox 12) installation

Open
#558 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
12.7k
Forks
366
Avg merge
7d 7h
Merged PRs (30d)
1

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Debian installation instructions in README.md at the linked line and compare the documented repository URL with the working commands in the issue. Correct the documentation to use the working Bookworm repository format; done means the README command matches the apt setup shown in the report.

Written by the indexing model from the issue text.

Assessment

Tech stack
debian
Domain
documentation, operating-systems
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.