You are not logged in.
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
read the text above!
Offline
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
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
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
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
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
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
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