melnijir / Dicaffeine

Repository for things connected to Dicaffeine player/streamer.
https://dicaffeine.com
MIT License
101 stars 3 forks source link

Unable to locate package dicaffeine. #77

Open goldenbiscuitt opened 2 months ago

goldenbiscuitt commented 2 months ago

Virtualization: VMWare Operating System: Debian GNU/Linux 11 (bullseye) Architecture: x86-64

When I run:

wget -O - http://dicaffeine.com/repository/dicaffeine.key | sudo apt-key add -

echo "deb https://dicaffeine.com/repository/ bullseye main non-free" | sudo tee -a /etc/apt/sources.list.d/dicaffeine.list

sudo apt update

sudo apt install -y dicaffeine

it will update the APT but then when installing dicaffeine it will result to an error which is "Unable to locate package dicaffeine"

imnxnyer commented 2 months ago

On the radxa Zero 3E with bullseye amd64 apt was complaining about an insecure repository and gave me a similar error. In my case it was resolved by:

sudo apt install gpg-agent

and reinstalling the dicaffeine repo.

goldenbiscuitt commented 2 months ago

I'll give this a try and post an update

goldenbiscuitt commented 2 months ago

update: it was already installed in my case

gpg-agent is already the newest version (2.2.27-2+deb11u2)