F5F Stay Refreshed Software Operating Systems Update issues with apt-get on AntiX 19.3 32-bit system

Update issues with apt-get on AntiX 19.3 32-bit system

Update issues with apt-get on AntiX 19.3 32-bit system

Pages (2): 1 2 Next
M
matsku25
Member
78
02-25-2016, 04:16 AM
#1
I'm facing difficulties with sudo apt-get update on my 32-bit installation of Antix 19.3. After entering "yes" to the prompts, some updates succeed while others fail in unexpected ways. I'm unsure what's causing the issue and had been searching online for answers without success until late night. My understanding is limited, so I can't fully grasp the problem. I don’t know where the logs are stored, which made troubleshooting harder. The terminal output below captures the commands executed:

$ sudo apt-get update [sudo] password for HeroRareheart: Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] Get:2 http://debian.mirror.globo.tech/debian buster-updates InRelease [51.9 kB] Hit:3 http://security.debian.org buster/updates InRelease Hit:4 http://debian.mirror.globo.tech/debian buster InRelease Ign:5 http://debian.mirror.globo.tech/debian/buster main InRelease Err:6 http://debian.mirror.globo.tech/debian/buster main Release 404 Not Found [IP: 74.120.223.25 80] Get:7 https://mirror.freedif.org/MXLinux/repo/antix/buster buster InRelease [27.4 kB] Err:7 https://mirror.freedif.org/MXLinux/repo/antix/buster buster InRelease The following signatures were invalid: EXPKEYSIG DB36CDF3452F0C20 antiX (antix repo) <[email protected]> Reading package lists... Done E: The repository 'http://debian.mirror.globo.tech/debian/buster main Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. W: GPG error: https://mirror.freedif.org/MXLinux/repo/antix/buster buster InRelease: The following signatures were invalid: EXPKEYSIG DB36CDF3452F0C20 antiX (antix repo) <[email protected]> E: The repository 'https://mirror.freedif.org/MXLinux/repo/antix/buster buster InRelease' is not signed. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details.
M
matsku25
02-25-2016, 04:16 AM #1

I'm facing difficulties with sudo apt-get update on my 32-bit installation of Antix 19.3. After entering "yes" to the prompts, some updates succeed while others fail in unexpected ways. I'm unsure what's causing the issue and had been searching online for answers without success until late night. My understanding is limited, so I can't fully grasp the problem. I don’t know where the logs are stored, which made troubleshooting harder. The terminal output below captures the commands executed:

$ sudo apt-get update [sudo] password for HeroRareheart: Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] Get:2 http://debian.mirror.globo.tech/debian buster-updates InRelease [51.9 kB] Hit:3 http://security.debian.org buster/updates InRelease Hit:4 http://debian.mirror.globo.tech/debian buster InRelease Ign:5 http://debian.mirror.globo.tech/debian/buster main InRelease Err:6 http://debian.mirror.globo.tech/debian/buster main Release 404 Not Found [IP: 74.120.223.25 80] Get:7 https://mirror.freedif.org/MXLinux/repo/antix/buster buster InRelease [27.4 kB] Err:7 https://mirror.freedif.org/MXLinux/repo/antix/buster buster InRelease The following signatures were invalid: EXPKEYSIG DB36CDF3452F0C20 antiX (antix repo) <[email protected]> Reading package lists... Done E: The repository 'http://debian.mirror.globo.tech/debian/buster main Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. W: GPG error: https://mirror.freedif.org/MXLinux/repo/antix/buster buster InRelease: The following signatures were invalid: EXPKEYSIG DB36CDF3452F0C20 antiX (antix repo) <[email protected]> E: The repository 'https://mirror.freedif.org/MXLinux/repo/antix/buster buster InRelease' is not signed. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details.

P
Pizza_Dude_
Member
52
02-25-2016, 11:41 PM
#2
Update the necessary GPG key using sudo apt-key adv with the provided public key. Ensure your repository list is current by modifying /etc/apt/sources.list and rerunning apt update.
P
Pizza_Dude_
02-25-2016, 11:41 PM #2

Update the necessary GPG key using sudo apt-key adv with the provided public key. Ensure your repository list is current by modifying /etc/apt/sources.list and rerunning apt update.

E
egesko
Junior Member
13
02-26-2016, 12:58 AM
#3
I understand you're working with a protected file and need to adjust its permissions using the terminal. You should run the command "sudo apt-key adv --keyserver keys.gnupg.net --recv-keys DB36CDF3452F0C20" to add that key.
E
egesko
02-26-2016, 12:58 AM #3

I understand you're working with a protected file and need to adjust its permissions using the terminal. You should run the command "sudo apt-key adv --keyserver keys.gnupg.net --recv-keys DB36CDF3452F0C20" to add that key.

X
xSnipeer
Junior Member
47
02-26-2016, 06:26 AM
#4
You have the flexibility to employ any text editor, including graphical ones, provided you execute it with root permissions (such as sudo).
X
xSnipeer
02-26-2016, 06:26 AM #4

You have the flexibility to employ any text editor, including graphical ones, provided you execute it with root permissions (such as sudo).

J
Jayden32805
Member
212
02-26-2016, 01:28 PM
#5
Attempting it now since I'm testing on my PC. Honestly, only 0/10—don't suggest a single-core setup in 2021.
J
Jayden32805
02-26-2016, 01:28 PM #5

Attempting it now since I'm testing on my PC. Honestly, only 0/10—don't suggest a single-core setup in 2021.

J
jbak123
Member
65
02-26-2016, 01:43 PM
#6
Terminal produced an output indicating a failed key verification. The GPG signature for the key did not match, and the process reported no changes. This suggests an issue with the key or configuration.
J
jbak123
02-26-2016, 01:43 PM #6

Terminal produced an output indicating a failed key verification. The GPG signature for the key did not match, and the process reported no changes. This suggests an issue with the key or configuration.

S
Supermannen00
Member
115
03-01-2016, 07:10 PM
#7
Attempted to run sudo apt-get update once more after refreshing sources. Encountered additional errors this time following the update. Output displayed: $ sudo apt-get update Hit:1 http://deb.debian.org/debian buster-backports InRelease Hit:2 http://debian.mirror.globo.tech/debian buster-updates InRelease Hit:3 http://debian.mirror.globo.tech/debian buster InRelease Hit:5 http://security.debian.org buster/updates InRelease Error:6 http://debian.mirror.globo.tech/debian/buster main Release 404 Not Found [IP: 74.120.223.25 80] Ign:7 https://mirror.freedif.org/MXLinux/repo/...sts/buster main InRelease Ign:8 https://mirror.freedif.org/MXLinux/repo/...sts/buster buster InRelease Error:9 https://mirror.freedif.org/MXLinux/repo/...sts/buster main Release 404 Not Found [IP: 113.161.52.138 443] Error:10 https://mirror.freedif.org/MXLinux/repo/...sts/buster buster Release 404 Not Found [IP: 113.161.52.138 443] Loading repository list... Done E: The source 'http://debian.mirror.globo.tech/debian/buster main Release' lacks a release file. Updating from such a source isn't secure by default. Refer to apt-secure(8) manpage for setup and configuration guidance. E: The source 'https://mirror.freedif.org/MXLinux/repo/antix/buster/dists/buster main Release' also missing a release file. No update possible securely; follow instructions carefully. Edited May 19, 2021 by herorareheart clarfying post**
S
Supermannen00
03-01-2016, 07:10 PM #7

Attempted to run sudo apt-get update once more after refreshing sources. Encountered additional errors this time following the update. Output displayed: $ sudo apt-get update Hit:1 http://deb.debian.org/debian buster-backports InRelease Hit:2 http://debian.mirror.globo.tech/debian buster-updates InRelease Hit:3 http://debian.mirror.globo.tech/debian buster InRelease Hit:5 http://security.debian.org buster/updates InRelease Error:6 http://debian.mirror.globo.tech/debian/buster main Release 404 Not Found [IP: 74.120.223.25 80] Ign:7 https://mirror.freedif.org/MXLinux/repo/...sts/buster main InRelease Ign:8 https://mirror.freedif.org/MXLinux/repo/...sts/buster buster InRelease Error:9 https://mirror.freedif.org/MXLinux/repo/...sts/buster main Release 404 Not Found [IP: 113.161.52.138 443] Error:10 https://mirror.freedif.org/MXLinux/repo/...sts/buster buster Release 404 Not Found [IP: 113.161.52.138 443] Loading repository list... Done E: The source 'http://debian.mirror.globo.tech/debian/buster main Release' lacks a release file. Updating from such a source isn't secure by default. Refer to apt-secure(8) manpage for setup and configuration guidance. E: The source 'https://mirror.freedif.org/MXLinux/repo/antix/buster/dists/buster main Release' also missing a release file. No update possible securely; follow instructions carefully. Edited May 19, 2021 by herorareheart clarfying post**

M
Me_Not_Trade
Member
63
03-15-2016, 05:00 AM
#8
The repository file appears to be malfunctioning. On the Antix Wiki, a graphical editor for managing source files is mentioned—have you explored it? https://antixlinuxfan.miraheze.org/wiki/...po_Manager
M
Me_Not_Trade
03-15-2016, 05:00 AM #8

The repository file appears to be malfunctioning. On the Antix Wiki, a graphical editor for managing source files is mentioned—have you explored it? https://antixlinuxfan.miraheze.org/wiki/...po_Manager

G
211
03-15-2016, 12:13 PM
#9
I wasn't familiar with or attempted to use this Linux distribution until recently after posting about difficulties with my intended machine. It's likely it worked before but has stopped functioning or I haven't found the right way to access its sources. I tried opening the utility, but it felt a bit overwhelming and I was hesitant to just click without understanding what it did. Now that I'm more comfortable with repositories, I believe this tool could help me. I plan to review it later once I get home, as I'm currently busy with other tasks.
G
GekkeSchildpad
03-15-2016, 12:13 PM #9

I wasn't familiar with or attempted to use this Linux distribution until recently after posting about difficulties with my intended machine. It's likely it worked before but has stopped functioning or I haven't found the right way to access its sources. I tried opening the utility, but it felt a bit overwhelming and I was hesitant to just click without understanding what it did. Now that I'm more comfortable with repositories, I believe this tool could help me. I plan to review it later once I get home, as I'm currently busy with other tasks.

H
Hyper_FireFox
Member
142
03-16-2016, 06:02 AM
#10
Trying the selection options now. The system will suggest a repo, then notify you about updates. Restarting or using a command might be needed for changes to apply.
H
Hyper_FireFox
03-16-2016, 06:02 AM #10

Trying the selection options now. The system will suggest a repo, then notify you about updates. Restarting or using a command might be needed for changes to apply.

Pages (2): 1 2 Next