Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save YourFriendCaspian/a215418ab0eae54cac496f85b77038b8 to your computer and use it in GitHub Desktop.
Save YourFriendCaspian/a215418ab0eae54cac496f85b77038b8 to your computer and use it in GitHub Desktop.
Fix Kodi Raspberry Pi OS No installation candidate issue
sudo sh -c "echo 'deb http://ftp.us.debian.org/debian/ bullseye main contrib non-free' >> /etc/apt/sources.list"
sudo sh -c "echo 'deb http://deb.debian.org/debian bullseye main contrib non-free' >> /etc/apt/sources.list"
sudo apt-get update
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys XXXXXXXXXXXX
Replace XXXXXXXXXX with the first alphanumeric key.
sudo apt-get update
sudo apt-get install kodi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment