You are not logged in.

#1 2016-07-12 12:42:09

schwim
Member
From: Coastal VA, Murica
Registered: 2015-09-29
Posts: 342
Website

[SOLVED] E: Unable to locate package bunsen-keyring

Tried following instructions found on pinned topic.  Any idea on how to resolve this?

Thanks for your time!

schwim@schwim-vm-bl:~$ sudo apt-get --allow-unauthenticated install bunsen-keyring
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package bunsen-keyring

Last edited by Head_on_a_Stick (2016-07-12 19:14:53)


Schw.im! A social site with an identity crisis.

Offline

#2 2016-07-12 13:17:51

unklar
Back to the roots 1.9
From: #! BL
Registered: 2015-10-31
Posts: 2,702

Re: [SOLVED] E: Unable to locate package bunsen-keyring

read the text above!  tongue

Offline

#3 2016-07-12 13:28:45

schwim
Member
From: Coastal VA, Murica
Registered: 2015-09-29
Posts: 342
Website

Re: [SOLVED] E: Unable to locate package bunsen-keyring

If you do not do this until 2016-07-10, you will see a warning from apt that our repository cannot be authenticated. In that case, do
sudo apt-get update
sudo apt-get --allow-unauthenticated install bunsen-keyring
sudo apt-get update
sudo apt-get dist-upgrade

Which is exactly what I did.

Problem persists.


Schw.im! A social site with an identity crisis.

Offline

#4 2016-07-12 13:44:34

nobody
The Great
Registered: 2015-08-10
Posts: 3,655

Re: [SOLVED] E: Unable to locate package bunsen-keyring

Please post the output of the command series you listed above as well as the output of

apt-cache policy
cat /var/lib/apt/lists/*bunsenlabs*

Offline

#5 2016-07-12 15:13:57

schwim
Member
From: Coastal VA, Murica
Registered: 2015-09-29
Posts: 342
Website

Re: [SOLVED] E: Unable to locate package bunsen-keyring

My command series and responses:  https://justpaste.it/w6o0

following the additional commands in your latest post:  https://justpaste.it/w6o6


Schw.im! A social site with an identity crisis.

Offline

#6 2016-07-12 16:07:28

nobody
The Great
Registered: 2015-08-10
Posts: 3,655

Re: [SOLVED] E: Unable to locate package bunsen-keyring

I see; so even the updating will fail if the key is expired. I'll update the instructions.

sudo apt-get -o Acquire::AllowInsecureRepositories=1 update
sudo apt-get --allow-unauthenticated install bunsen-keyring

should work.

Offline

#7 2016-07-12 16:10:15

nobody
The Great
Registered: 2015-08-10
Posts: 3,655

Re: [SOLVED] E: Unable to locate package bunsen-keyring

Wrong again. The switch doesn't work anymore...

wget -O- https://pkg.bunsenlabs.org/BunsenLabs-RELEASE.asc | sudo apt-key add -
sudo apt-get update
sudo apt-get install bunsen-keyring

Offline

#8 2016-07-12 16:28:28

schwim
Member
From: Coastal VA, Murica
Registered: 2015-09-29
Posts: 342
Website

Re: [SOLVED] E: Unable to locate package bunsen-keyring

nobody wrote:

Wrong again. The switch doesn't work anymore...

wget -O- https://pkg.bunsenlabs.org/BunsenLabs-RELEASE.asc | sudo apt-key add -
sudo apt-get update
sudo apt-get install bunsen-keyring

Worked like a champ. Thank you sir!


Schw.im! A social site with an identity crisis.

Offline

#9 2016-07-13 06:07:04

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: [SOLVED] E: Unable to locate package bunsen-keyring

i can confirm this; i had to download & install the keyring straight from bunsenlabs.org (it's a .deb).
it seems fine now, no errors after update & dist-upgrade.

Last edited by ohnonot (2016-07-13 06:08:13)

Offline

Board footer

Powered by FluxBB