Skip to content
Discussion options

You must be logged in to vote

Otherwise next alternatives:

  • install the Deb manually
  • clear apt caches
  • ask some LLM by giving it the exact error message.

LLM:


# 1. Wipe any stale Jamulus repo state (key + source list + cached metadata)
sudo rm -f /etc/apt/trusted.gpg.d/jamulus.asc /etc/apt/sources.list.d/jamulus.list
sudo rm -rf /var/lib/apt/lists/jamulus
sudo apt-get clean

# 2. Re-run the official setup script (downloads the current key + repo file fresh)
curl https://raw.githubusercontent.com/jamulussoftware/jamulus/main/linux/setup_repo.sh > setup_repo.sh
chmod +x setup_repo.sh
sudo ./setup_repo.sh

# 3. Confirm the key that actually landed matches the new one (not the old expired one)
gpg --show-keys /etc/apt/tr…

Replies: 1 comment 30 replies

Comment options

You must be logged in to vote
30 replies
@ann0see
Comment options

@NickVeit
Comment options

@ann0see
Comment options

@ann0see
Comment options

Answer selected by NickVeit
@NickVeit
Comment options

@NickVeit
Comment options

@ann0see
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants