You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



Error while installing updates 3.0

Author (Read 8890 times)

0 Members and 1 Guest are viewing this topic.

Re: Error while installing updates 3.0
« Reply #9 on: August 16, 2016, 10:40:48 PM »
 

LL-user

  • I come here a lot
  • *****
  • 455
    Posts
  • Reputation: 214
  • Linux Lite Member
    • View Profile
Hey Jerry,

May I ask what the official/ Devs' take is on this?

I run into this too while installing LL3.0 64-bit.

Thanks :)
 

Re: Error while installing updates 3.0
« Reply #8 on: July 19, 2016, 03:30:40 PM »
 

XpRefugee

  • Whats a Custom Title?
  • New to Forums
  • *
  • 37
    Posts
  • Reputation: 4
  • Linux Lite Member
    • View Profile
    • Mr Bills

  • CPU: AMD Athlon(tm) 64 Processor 3200+

  • MEMORY: 2Gb

  • VIDEO CARD: ATI Radeon Xpress 200M

  • Kernel: 5.x
I tried all the above still no satisfaction
Unchecked http://repo.linuxliteos.com/linuxlite xenial/
it worked
I noticed that the repository http://repo.linuxliteos.com/linuxlite xenial/ did not exist
So i changed it to http://repo.linuxliteos.com/linuxlite citrine
( I don't think this was a good Idea as currently my menus don't work.)
I am learning to work with linux so I am bound to jack stuff up in the process.
I am going to reboot the system after this post to see if all is well if not I will have to learn how to undo what I have done or reinstall 3.0
I have a separate /home so I really can t loose much other than system settings and some other packages that may need to be reinstalled.
Bill
Xpocalypse NOW I love smell of OS in the morning, Smells like 01110110011010010110001101110100011011110111001001111001
Linux user since January 14, 2014
I can look up things on the internet!
 

Re: Error while installing updates 3.0
« Reply #7 on: June 26, 2016, 08:52:06 PM »
 

aus9

  • Occasional Poster
  • **
  • 54
    Posts
  • Reputation: 7
  • Linux Lite Member
    • View Profile

  • CPU: 4 core i5-4590 CPU @ 3.30GHz

  • MEMORY: 8Gb

  • VIDEO CARD: Intel Corporation Xeon E3-1200
my mistake, I have editted my previous reply to show your fix. Thanks

I might add I did a copy and paste of a little script I made up and running as a copy and paste, you don't need to show a shebang #!/bin/sh
but if you saved the contents as a script you would have run a different command.

I am just waffling here to show Jerry I am only half a coder.  :)
« Last Edit: June 26, 2016, 08:58:34 PM by aus9 »
Good Luck
 

Re: Error while installing updates 3.0
« Reply #6 on: June 26, 2016, 08:46:57 PM »
 

technomancer

  • PayPal Supporter
  • Forum Regular
  • *****
  • 193
    Posts
  • Reputation: 31
  • linux for life
    • View Profile
    • silver arroyo jewelry

  • CPU: i7

  • MEMORY: 16Gb

  • VIDEO CARD: nvidia m860
This worked for me ! I had to run the command 2 times however for some reason it only gave 2 OK's, after second one it worked.
Thank You aus9

I hope Jerry does not mind making some comments and suggestions?

open a terminal and convert to root by command sudo su
for me, after running apt-get update I see that I do not have the same issue as OP but am on a diff server list....showing above and below results to show no errors
Quote
Hit:10 http://archive.canonical.com xenial InRelease                                                                                                 
Hit:11 http://repo.linuxliteos.com/linuxlite citrine InRelease                                           
Hit:12 http://ppa.launchpad.net/nemh/systemback/ubuntu xenial InRelease

suggestion this is one way to fix the GPG errors for technomancer

copy and paste this into your root powered terminal and I show my result

Quote
#!/bin/sh
LIST="40976EAF437D05B5 3B4FE6ACC0B21F32  22AAEA0A86A02625 "
for Z in $LIST
    do
   gpg --recv-key $Z && gpg -a --export $Z | apt-key add -
done

Code: [Select]
# my result
root@asus:/home/gordon# #!/bin/sh
root@asus:/home/gordon# LIST="40976EAF437D05B5 3B4FE6ACC0B21F32  22AAEA0A86A02625 "
root@asus:/home/gordon# for Z in $LIST
>     do
>    gpg --recv-key $Z && gpg -a --export $Z | apt-key add -
> done
gpg: requesting key 437D05B5 from hkp server keys.gnupg.net
gpg: key 437D05B5: public key "Ubuntu Archive Automatic Signing Key <[email protected]>" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg:               imported: 1
OK
gpg: requesting key C0B21F32 from hkp server keys.gnupg.net
gpg: key C0B21F32: public key "Ubuntu Archive Automatic Signing Key (2012) <[email protected]>" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
OK
gpg: requesting key 86A02625 from hkp server keys.gnupg.net
gpg: key 86A02625: "Jerry Bezencon (Linux Lite) <[email protected]>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
OK
root@asus:/home/gordon#

If you see 3 successful OKs then run as root command
Code: [Select]
apt-get update
 and hopefully you have eliminated those gpg errors
Member www.eff.org
*Hardware hacks are my speciality.
"forum posts should be like a skirt- long enough to cover the subject material, but short enough to keep things interesting"
--I am using/Running Linuxlite 2.8, Debian8 server, Ubuntu 14, Win7,Win10, MX15, LinuxMint kde.
--Xerox field service engineer, printer repairs,network analyst.
 

Re: Error while installing updates 3.0
« Reply #5 on: June 26, 2016, 08:27:10 PM »
 

aus9

  • Occasional Poster
  • **
  • 54
    Posts
  • Reputation: 7
  • Linux Lite Member
    • View Profile

  • CPU: 4 core i5-4590 CPU @ 3.30GHz

  • MEMORY: 8Gb

  • VIDEO CARD: Intel Corporation Xeon E3-1200
I hope Jerry does not mind making some comments and suggestions?

open a terminal and convert to root by command sudo su
for me, after running apt-get update I see that I do not have the same issue as OP but am on a diff server list....showing above and below results to show no errors
Quote
Hit:10 http://archive.canonical.com xenial InRelease                                                                                                 
Hit:11 http://repo.linuxliteos.com/linuxlite citrine InRelease                                           
Hit:12 http://ppa.launchpad.net/nemh/systemback/ubuntu xenial InRelease

suggestion this is one way to fix the GPG errors for technomancer

copy and paste this into your root powered terminal and I show my result

Quote
#!/bin/sh
LIST="40976EAF437D05B5 3B4FE6ACC0B21F32  22AAEA0A86A02625 "
for Z in $LIST
    do
   gpg --recv-key $Z && gpg -a --export $Z | apt-key add -
done

Code: [Select]
# my result
root@asus:/home/gordon# #!/bin/sh
root@asus:/home/gordon# LIST="40976EAF437D05B5 3B4FE6ACC0B21F32  22AAEA0A86A02625 "
root@asus:/home/gordon# for Z in $LIST
>     do
>    gpg --recv-key $Z && gpg -a --export $Z | apt-key add -
> done
gpg: requesting key 437D05B5 from hkp server keys.gnupg.net
gpg: key 437D05B5: public key "Ubuntu Archive Automatic Signing Key <[email protected]>" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg:               imported: 1
OK
gpg: requesting key C0B21F32 from hkp server keys.gnupg.net
gpg: key C0B21F32: public key "Ubuntu Archive Automatic Signing Key (2012) <[email protected]>" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
OK
gpg: requesting key 86A02625 from hkp server keys.gnupg.net
gpg: key 86A02625: "Jerry Bezencon (Linux Lite) <[email protected]>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
OK
root@asus:/home/gordon#

thanks to technomancer......you then need to repeat the code and then
If you see 3 successful OKs then run as root command .......after doing the commands twice, run next command to finish the changes
Code: [Select]
apt-get update
 and hopefully you have eliminated those gpg errors

###########################
Now back to OP

can you post the contents of /etc/apt/sources.list.d/linuxlite.list/linuxlite.lst

I show mine in case it helps on 3.0 64 bit
Quote
deb http://repo.linuxliteos.com/linuxlite/ citrine main

I wonder, and I am new to LL if there has been a mixup with an update from an earlier install of LL?
If Jerry says it OK, you could just update your file but Jerry may not like me....well who can blame him....heh heh

so another suggestion for OP is open a terminal and show the full output of
Code: [Select]
sudo apt-get update
in the hope it might show more issues due to wrong sources
« Last Edit: June 26, 2016, 08:55:17 PM by aus9 »
Good Luck
 

Re: Error while installing updates 3.0
« Reply #4 on: June 26, 2016, 07:05:24 PM »
 

technomancer

  • PayPal Supporter
  • Forum Regular
  • *****
  • 193
    Posts
  • Reputation: 31
  • linux for life
    • View Profile
    • silver arroyo jewelry

  • CPU: i7

  • MEMORY: 16Gb

  • VIDEO CARD: nvidia m860
I have installed LL 3.0 and have an update error as well.

Code: [Select]
apt-get update
[sudo] password for technomancer:
Hit:1 http://repo.steampowered.com/steam precise InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu xenial InRelease                     
Hit:3 http://repo.linuxliteos.com/linuxlite citrine InRelease                 
Hit:6 http://ppa.launchpad.net/nemh/systemback/ubuntu xenial InRelease         
Hit:7 http://archive.canonical.com xenial InRelease                           
Hit:8 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease           
Err:2 http://us.archive.ubuntu.com/ubuntu xenial InRelease                     
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5  NO_PUBKEY 3B4FE6ACC0B21F32
Get:4 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease [94.5 kB]   
Get:5 http://security.ubuntu.com/ubuntu xenial-security InRelease [94.5 kB]   
Hit:9 http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu xenial InRelease
Err:3 http://repo.linuxliteos.com/linuxlite citrine InRelease                 
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 22AAEA0A86A02625
Hit:10 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu xenial InRelease       
Err:7 http://archive.canonical.com xenial InRelease                           
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5  NO_PUBKEY 3B4FE6ACC0B21F32
Err:8 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5  NO_PUBKEY 3B4FE6ACC0B21F32
Err:4 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5  NO_PUBKEY 3B4FE6ACC0B21F32
Err:5 http://security.ubuntu.com/ubuntu xenial-security InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5  NO_PUBKEY 3B4FE6ACC0B21F32
Fetched 189 kB in 1s (161 kB/s)
Reading package lists... Done
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://us.archive.ubuntu.com/ubuntu xenial InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5  NO_PUBKEY 3B4FE6ACC0B21F32
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://repo.linuxliteos.com/linuxlite citrine InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 22AAEA0A86A02625
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://archive.canonical.com xenial InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5  NO_PUBKEY 3B4FE6ACC0B21F32
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5  NO_PUBKEY 3B4FE6ACC0B21F32
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5  NO_PUBKEY 3B4FE6ACC0B21F32
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://security.ubuntu.com/ubuntu xenial-security InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5  NO_PUBKEY 3B4FE6ACC0B21F32
W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/xenial/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5  NO_PUBKEY 3B4FE6ACC0B21F32
W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/xenial-updates/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5  NO_PUBKEY 3B4FE6ACC0B21F32
W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/xenial-backports/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5  NO_PUBKEY 3B4FE6ACC0B21F32
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/xenial-security/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5  NO_PUBKEY 3B4FE6ACC0B21F32
W: Failed to fetch http://archive.canonical.com/dists/xenial/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5  NO_PUBKEY 3B4FE6ACC0B21F32
W: Failed to fetch http://repo.linuxliteos.com/linuxlite/dists/citrine/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 22AAEA0A86A02625
W: Some index files failed to download. They have been ignored, or old ones used instead.

Here is my /etc/apt/sources.list file contents-->

Code: [Select]
# deb http://us.archive.ubuntu.com/ubuntu/ xenial main restricted

# deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
# deb http://security.ubuntu.com/ubuntu xenial-security main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ xenial main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://us.archive.ubuntu.com/ubuntu/ xenial universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial universe
deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://us.archive.ubuntu.com/ubuntu/ xenial multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial multiverse
deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu xenial partner
# deb-src http://archive.canonical.com/ubuntu xenial partner

deb http://security.ubuntu.com/ubuntu xenial-security main restricted
# deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted
deb http://security.ubuntu.com/ubuntu xenial-security universe
# deb-src http://security.ubuntu.com/ubuntu xenial-security universe
deb http://security.ubuntu.com/ubuntu xenial-security multiverse
# deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse
deb http://archive.canonical.com/ xenial partner
# deb-src http://archive.canonical.com/ xenial partner

Here is the llupdates.log as well-->

Code: [Select]
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages will be upgraded:
  libmysqlclient20 libmysqlclient20:i386 linux-firmware lshw mysql-common
5 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 34.4 MB of archives.
After this operation, 1,092 kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  lshw mysql-common libmysqlclient20:i386 libmysqlclient20 linux-firmware
E: There were unauthenticated packages and -y was used without --allow-unauthenticated
Also my theme and icons change to the following screen-shot after 10 seconds for some reason. Looks like a default ?

« Last Edit: June 26, 2016, 08:06:37 PM by technomancer »
Member www.eff.org
*Hardware hacks are my speciality.
"forum posts should be like a skirt- long enough to cover the subject material, but short enough to keep things interesting"
--I am using/Running Linuxlite 2.8, Debian8 server, Ubuntu 14, Win7,Win10, MX15, LinuxMint kde.
--Xerox field service engineer, printer repairs,network analyst.
 

Re: Error while installing updates 3.0
« Reply #3 on: June 16, 2016, 06:59:55 AM »
 

bobw

  • Occasional Poster
  • **
  • 85
    Posts
  • Reputation: 19
  • Linux Lite Member
    • View Profile
Hi Jerry.  Sources.list attached as text file.
 

Re: Error while installing updates 3.0
« Reply #2 on: June 16, 2016, 06:36:26 AM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8778
    Posts
  • Reputation: 802
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
Please paste your /etc/apt/sources.list
 

Error while installing updates 3.0
« Reply #1 on: June 16, 2016, 04:44:51 AM »
 

bobw

  • Occasional Poster
  • **
  • 85
    Posts
  • Reputation: 19
  • Linux Lite Member
    • View Profile
I have just installed LL3.0 but cannot install updates.  I have tried 2 separate repositories.  The system is as installed - I haven't installed any other software.  The error message that I am getting in the terminal or Synaptic suggests that the fault lies with LL:

"The repository 'http://repo.linuxlite.com/linuxlite xenial Release' does not have a Release file.Data from such a repository can't be authenticated and is therefore potentially dangerous to use."
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section