Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

about apt-get update

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
maslakd
Posts: 3
Joined: 2020-06-23 20:15

about apt-get update

#1 Post by maslakd »

Hi
i have debian9.7 and wanna upgrade it to 9.9

when i ran apt-get apt-get update, i got some errors;
# sudo apt-get update
Ign:1 http://webmin.mirror.somersettechsoluti ... repository sarge InRelease
Hit:2 http://webmin.mirror.somersettechsoluti ... repository sarge Release
Hit:3 http://security.debian.org/debian-security stretch/updates InRelease
Hit:4 http://security.debian.org stretch/updates InRelease
Ign:6 http://download.webmin.com/download/repository sarge InRelease
Ign:7 http://httpredir.debian.org/debian stretch InRelease
Get:8 http://httpredir.debian.org/debian stretch-updates InRelease [93.6 kB]
Err:9 https://packages.sury.org/php stretch InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B188E2B695BD4743
Hit:10 http://httpredir.debian.org/debian stretch Release
Hit:11 http://download.webmin.com/download/repository sarge Release
Fetched 93.6 kB in 0s (94.0 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: https://packages.sury.org/php stretch InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B188E2B695BD4743
W: Failed to fetch https://packages.sury.org/php/dists/stretch/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B188E2B695BD4743
W: Some index files failed to download. They have been ignored, or old ones used instead.

How can i fix it?

arochester
Emeritus
Emeritus
Posts: 2435
Joined: 2010-12-07 19:55
Has thanked: 14 times
Been thanked: 54 times

Re: about apt-get update

#2 Post by arochester »

You don't have Debian 9.7. You have a FrankenDebian, https://wiki.debian.org/DontBreakDebian ... nkenDebian

If you have anything valuable then copy it off to an external USB.

Make a new install.

Keep your sources list within reason. https://wiki.debian.org/SourcesList

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: about apt-get update

#3 Post by Head_on_a_Stick »

The packages.sury.org repository is actually run by a Debian developer so the OP should probably ask them about the problem.

https://github.com/oerdnj/deb.sury.org/issues
deadbang

User avatar
eriefisher
Posts: 130
Joined: 2008-06-04 03:49
Location: Ontario's South Coast

Re: about apt-get update

#4 Post by eriefisher »

The solution is in the error.

https://packages.sury.org/php/

You will see the apt.gpg key but click on the README.TXT instead.
____________________________________________
There's a manual?
Siduction
Debian Sid
Xfce4 4.14

maslakd
Posts: 3
Joined: 2020-06-23 20:15

Re: about apt-get update

#5 Post by maslakd »

Thank you guys.

i could manage to upgrade my debian server from 9.7 to 10 Buster yesterday.

# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 10 (buster)
Release: 10
Codename: buster

But i notice that kernel version has not changed
# uname -r
#1 SMP Debian 4.9.130-2 (2018-10-27)
How can i upgraded it too?
regards

User avatar
sickpig
Posts: 591
Joined: 2019-01-23 10:34
Been thanked: 1 time

Re: about apt-get update

#6 Post by sickpig »

/boot should have the new 4.19 kernel
rebooting will boot you into new one

maslakd
Posts: 3
Joined: 2020-06-23 20:15

Re: about apt-get update

#7 Post by maslakd »

Thank you very much

It worked after rebooting.

regards

Post Reply