You are not logged in.

#1 2016-11-08 19:43:29

Kino
Member
From: Stockport, UK
Registered: 2016-04-30
Posts: 109

Trying to install Libreoffice Calc [SOLVED]

I have tried to install the above using the Openbox menu option but receive the following errors:

  There were problems during the update.
  
  Press "d" for details (q to quit) d


W: GPG error: http://www.deb-multimedia.org stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 5C808C2B65558117
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://pkg.bunsenlabs.org bunsen-hydrogen InRelease: The following signatures were invalid: KEYEXPIRED 1468162041 KEYEXPIRED 1468162041 KEYEXPIRED 1468162041

W: Failed to fetch http://pkg.bunsenlabs.org/debian/dists/bunsen-hydrogen/InRelease  

W: Some index files failed to download. They have been ignored, or old ones used instead.
W: Duplicate sources.list entry http://httpredir.debian.org/debian/ jessie-backports/main amd64 Packages (/var/lib/apt/lists/httpredir.debian.org_debian_dists_jessie-backports_main_binary-amd64_Packages)
W: Duplicate sources.list entry http://httpredir.debian.org/debian/ jessie-backports/contrib amd64 Packages (/var/lib/apt/lists/httpredir.debian.org_debian_dists_jessie-backports_contrib_binary-amd64_Packages)
W: Duplicate sources.list entry http://httpredir.debian.org/debian/ jessie-backports/non-free amd64 Packages (/var/lib/apt/lists/httpredir.debian.org_debian_dists_jessie-backports_non-free_binary-amd64_Packages)
  
  Would you like to quit now, or continue anyway?

This occurred after doing a

sudo apt-get update && time sudo apt-get dist-upgrade

Is there now an alternative installation method?

Last edited by Kino (2016-11-10 08:46:12)

Offline

#2 2016-11-08 20:08:21

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Trying to install Libreoffice Calc [SOLVED]

Did you search the forum for similar error messages? For example...

[SOLVED] Signing Keys Error running apt-get update


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#3 2016-11-09 06:48:18

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

Re: Trying to install Libreoffice Calc [SOLVED]

i think damo hit that nail on the head.

but would you care to explain what this means:

Kino wrote:

This occurred after doing a

sudo apt-get update && time sudo apt-get dist-upgrade

???

i might be mistaken, but i think you should routinely do a

sudo apt-get update && sudo apt-get upgrade

and not a dist-upgrade, and i see no point in timing it?

Offline

#4 2016-11-09 07:27:04

Kino
Member
From: Stockport, UK
Registered: 2016-04-30
Posts: 109

Re: Trying to install Libreoffice Calc [SOLVED]

Damo

Did you search the forum for similar error messages? For example...

[SOLVED] Signing Keys Error running apt-get update

I did a search with libreoffice calc as term and came up with that same link - that's why I did an upgrade.

Ohnonot:

The link referred to suggests doing a dist-upgrade.
I actually pasted the command directly without realising that "time" was also part of it!


But perhaps the solution is the one posted by martix #9 (I didn't get that far).

I'll try it and get back.

Offline

#5 2016-11-09 07:30:58

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: Trying to install Libreoffice Calc [SOLVED]

The solution is listed on the BunsenLabs home page in the "Repositories" section:

https://eu.pkg.bunsenlabs.org/#keyring-package

Just to note: `dist-upgrade` may occasionally be needed for some BL packages and should be "safe" to run with unmolested sources.

Offline

#6 2016-11-09 07:34:21

Kino
Member
From: Stockport, UK
Registered: 2016-04-30
Posts: 109

Re: Trying to install Libreoffice Calc [SOLVED]

Oh dear...

  There were problems during the update.
  
  Press "d" for details (q to quit) d


E: Malformed line 14 in source list /etc/apt/sources.list (dist)
E: The list of sources could not be read.
  
  Would you like to quit now, or continue anyway?

I might have screwed up my sources.list

# 

# deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL Binary 20160210-22:53]/ jessie contrib main non-free

deb http://httpredir.debian.org/debian jessie main contrib non-free
#deb-src http://httpredir.debian.org/debian jessie main contrib non-free

deb http://security.debian.org/ jessie/updates main contrib non-free
#deb-src http://security.debian.org/ jessie/updates main contrib non-free

# jessie-updates, previously known as 'volatile'
#deb http://httpredir.debian.org/debian jessie-updates main contrib non-free
#deb-src http://httpredir.debian.org/debian jessie-updates main contrib non-free
deb http://ftp.uk.debian.org/debian

## DEBIAN MULTIMEDIA
deb http://www.deb-multimedia.org stable main non-free
deb http://httpredir.debian.org/debian jessie-backports main contrib non-free

Offline

#7 2016-11-09 07:41:18

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: Trying to install Libreoffice Calc [SOLVED]

Kino wrote:
# jessie-updates, previously known as 'volatile'
#deb http://httpredir.debian.org/debian jessie-updates main contrib non-free
#deb-src http://httpredir.debian.org/debian jessie-updates main contrib non-free
deb http://ftp.uk.debian.org/debian

The third line is incomplete and should be either removed (with the httpredir line for jessie-updates un-commented) or completed:

deb http://ftp.uk.debian.org/debian jessie-updates main contrib non-free

Remember to update the package database after editing and saving the file:

sudo apt update
## DEBIAN MULTIMEDIA
deb http://www.deb-multimedia.org stable main non-free

I strongly recommend that you remove whatever was installed from those repositories and delete those lines (then `apt update`), deb-multimedia are not an official Debian repository and have been known to cause dependency chain problems.

Offline

#8 2016-11-09 08:49:53

Kino
Member
From: Stockport, UK
Registered: 2016-04-30
Posts: 109

Re: Trying to install Libreoffice Calc [SOLVED]

Still having problems:

W: GPG error: http://www.deb-multimedia.org stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 5C808C2B65558117
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://pkg.bunsenlabs.org bunsen-hydrogen InRelease: The following signatures were invalid: KEYEXPIRED 1468162041 KEYEXPIRED 1468162041 KEYEXPIRED 1468162041

W: Failed to fetch http://pkg.bunsenlabs.org/debian/dists/bunsen-hydrogen/InRelease  

W: Some index files failed to download. They have been ignored, or old ones used instead.
W: Duplicate sources.list entry http://httpredir.debian.org/debian/ jessie-backports/main amd64 Packages (/var/lib/apt/lists/httpredir.debian.org_debian_dists_jessie-backports_main_binary-amd64_Packages)
W: Duplicate sources.list entry http://httpredir.debian.org/debian/ jessie-backports/contrib amd64 Packages (/var/lib/apt/lists/httpredir.debian.org_debian_dists_jessie-backports_contrib_binary-amd64_Packages)
W: Duplicate sources.list entry http://httpredir.debian.org/debian/ jessie-backports/non-free amd64 Packages (/var/lib/apt/lists/httpredir.debian.org_debian_dists_jessie-backports_non-free_binary-amd64_Packages)

As for

    ## DEBIAN MULTIMEDIA
    deb http://www.deb-multimedia.org stable main non-free

I strongly recommend that you remove whatever was installed from those repositories and delete those lines (then `apt update`), deb-multimedia are not an official Debian repository and have been known to cause dependency chain problems.

I can't honestly remember what I installed with this but I suspect it was avidemux - which I use quite often.

Offline

#9 2016-11-09 21:50:27

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: Trying to install Libreoffice Calc [SOLVED]

Kino wrote:
W: GPG error: http://www.deb-multimedia.org stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 5C808C2B65558117

Try:

sudo apt install deb-multimedia-keyring
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://pkg.bunsenlabs.org bunsen-hydrogen InRelease: The following signatures were invalid: KEYEXPIRED 1468162041 KEYEXPIRED 1468162041 KEYEXPIRED 1468162041

Did you download and install the bunsen-keyring .deb file?

What is the output of:

apt-cache policy bunsen-keyring

Here are the full instructions (again):

https://eu.pkg.bunsenlabs.org/#keyring-package

Offline

#10 2016-11-10 08:45:36

Kino
Member
From: Stockport, UK
Registered: 2016-04-30
Posts: 109

Re: Trying to install Libreoffice Calc [SOLVED]

Did you download and install the bunsen-keyring .deb file?

Apparently not!

apt-cache policy bunsen-keyring
N: Unable to locate package bunsen-keyring

Here are the full instructions (again):

Sorry - didn't see that earlier.
I have now installed Calc and apart from the message about duplicate sources entries it went ok.

Thanks for all your help.

Offline

Board footer

Powered by FluxBB