Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to locate package dicaffeine. #77

Open
goldenbiscuitt opened this issue Apr 24, 2024 · 3 comments
Open

Unable to locate package dicaffeine. #77

goldenbiscuitt opened this issue Apr 24, 2024 · 3 comments

Comments

@goldenbiscuitt
Copy link

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
Copy link

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
Copy link
Author

I'll give this a try and post an update

@goldenbiscuitt
Copy link
Author

update: it was already installed in my case

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

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

No branches or pull requests

2 participants