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

 

 

 

[Solved] I can not fix packages on Debian 9 deployment

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
coppolino97
Posts: 115
Joined: 2018-06-05 15:23
Location: Italy
Has thanked: 2 times

[Solved] I can not fix packages on Debian 9 deployment

#1 Post by coppolino97 »

Hi all,
I am managing an Debian 9 host (I could not upgrade it in this moment).
I have to install some additional software package, but I get HTTP 404 error.

In this moment I have to repair some package using "apt --fix-broken install" however I can't handle this task.

I tried to update /etc/apt/source.list and I tried to run apt-get update command.
I get these error message:

Code: Select all

W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://ftp.it.debian.org/debian sid InRelease: The following signatures have not been verified because the public key is not available: NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY 0E98404D386FA1D9
Here my source.list file

Code: Select all

#

# deb cdrom:[Debian GNU/Linux 9.8.0 _Stretch_ - Official i386 NETINST 20190216-12:51]/ stretch main

#deb cdrom:[Debian GNU/Linux 9.8.0 _Stretch_ - Official i386 NETINST 20190216-12:51]/ stretch main

#deb http://ftp.it.debian.org/debian/ stretch main
#deb-src http://ftp.it.debian.org/debian/ stretch main

#deb http://security.debian.org/debian-security stretch/updates main
#deb-src http://security.debian.org/debian-security stretch/updates main

# stretch-updates, previously known as 'volatile'
#deb http://ftp.it.debian.org/debian/ stretch-updates main
#deb-src http://ftp.it.debian.org/debian/ stretch-updates main
#deb http://security.debian.org/debian-security stretch/updates main

#DEB
deb http://deb.debian.org/debian stretch main
deb-src http://deb.debian.org/debian stretch main

deb http://deb.debian.org/debian stretch-updates main
deb-src http://deb.debian.org/debian stretch-updates main

deb http://security.debian.org/debian-security/ stretch/updates main
deb-src http://security.debian.org/debian-security/ stretch/updates main

In this moment "APT" ignore "deb.debian.org" new added repository.

How can I solve this trouble? :(
Thanks a lot :?
Last edited by coppolino97 on 2022-08-12 15:39, edited 1 time in total.
Lenovo T460 | 8Gbyte of RAM | Intel core i5 | SSD 250GB | Debian 12

User avatar
4D696B65
Site admin
Site admin
Posts: 2696
Joined: 2009-06-28 06:09
Been thanked: 85 times

Re: I can not fix packages on Debian 9 deployment

#2 Post by 4D696B65 »


coppolino97
Posts: 115
Joined: 2018-06-05 15:23
Location: Italy
Has thanked: 2 times

Re: I can not fix packages on Debian 9 deployment

#3 Post by coppolino97 »

Hello,
thanks a lot! I found the answer to my trouble using the suggested discussion.
Here the discussion reply that helped me to fix my issue: viewtopic.php?p=653824#p653824

Have a nice day! :)
Lenovo T460 | 8Gbyte of RAM | Intel core i5 | SSD 250GB | Debian 12

Post Reply