[Solved] Having trouble with update manager.

Confused_nerd

Member
Joined
Jan 1, 2021
Messages
71
Reaction score
61
Credits
571
Hello, I'm using linux mint 20.1 (ulyssa) version.
A few days ago, I was checking for updates using the GUI update manager.
I clicked refresh button on the top toolbar, then it opened up a window like it always does.
While it was doing its thing, the wi-fi went down midway, then the window showed an error message( understandable ).


But when the wi-fi came back up again and I tried to refresh again, it started showing an error message.
It's been showing that same message everytime I try to update. Here's the message:
Error_mess_update.png


The windows heading says: synaptic

Below that says: Could not download all repository indexes.
The repository may no longer be available or could not be contacted because of network problems. If available an older version of the failed index will be used. Otherwise the repository will be ignored. Check your network connection and ensure the repository address in the preferences is correct.

The text in the middle of screen says:
Code:
Skipping acquire of configured file 'main/binary-armhf/Packages' as repository 'http://packages.linuxmint.com ulyssa InRelease' doesn't support architecture 
'armhf'Skipping acquire of configured file 'upstream/binary-armhf/Packages' as repository 'http://packages.linuxmint.com ulyssa InRelease' doesn't support architecture
'armhf'Skipping acquire of configured file 'import/binary-armhf/Packages' as repository 'http://packages.linuxmint.com ulyssa InRelease' doesn't support architecture
'armhf'Skipping acquire of configured file 'backport/binary-armhf/Packages' as repository 'http://packages.linuxmint.com ulyssa InRelease' doesn't support architecture 
'armhf'Failed to fetch http://archive.ubuntu.com/ubuntu/dists/focal/main/binary-armhf/Packages  404  Not Found [IP: 2001:67c:1360:8001::23 80]Failed to fetch 
http://security.ubuntu.com/ubuntu/dists/focal-security/main/binary-armhf/Packages  404  Not Found [IP: 2001:67c:1360:8001::23 80]Failed to fetch 
http://archive.ubuntu.com/ubuntu/dists/focal-updates/main/binary-armhf/Packages  404  Not Found [IP: 2001:67c:1360:8001::23 80]Failed to fetch
http://archive.ubuntu.com/ubuntu/dists/focal-backports/universe/binary-armhf/Packages  404  Not Found [IP: 2001:67c:1360:8001::23 80]Some index files failed to download. They have been ignored, or old ones used instead.

After that the error window just closes, and the manager home is shown saying "Your system is up to date.":confused:
Please help. Thanks.
 


Open Update manager....click on EDIT....then Software Sources.
you should see::
software.png


left click on the Main(ulyssa) line....just onces...it will start showing you the speeds of the various mirrors....select the one with the fastest speed.
Do the same for the Base(focal line)....

It will throw open a message at the bottom of that window telling you 'Ypour Configuration has Changed...click OK to update your APT cache.
Do that.....and then click on refresh on the main Update window, and all should be well again.
 
I wonder why it shows:
Code:
binary-armhf/Packages
and:
Code:
http://packages.linuxmint.com ulyssa InRelease' doesn't support architecture
?
Is this installed on an ARM cpu based machine?
Does Linux Mint offer a version for ARM?
 
Open Update manager....click on EDIT....then Software Sources.
you should see::
View attachment 9003

left click on the Main(ulyssa) line....just onces...it will start showing you the speeds of the various mirrors....select the one with the fastest speed.
Do the same for the Base(focal line)....

It will throw open a message at the bottom of that window telling you 'Ypour Configuration has Changed...click OK to update your APT cache.
Do that.....and then click on refresh on the main Update window, and all should be well again.
Hi, I tried doing that but everytime it's showing this error message:
Screenshot from 2021-04-09 17-59-55.png


The full details message is:
Code:
W:Skipping acquire of configured file 'main/binary-armhf/Packages' as repository 'http://mirrors.evowise.com/linuxmint/packages ulyssa InRelease' doesn't support architecture 'armhf', W:Skipping acquire of configured file 'upstream/binary-armhf/Packages' as repository 'http://mirrors.evowise.com/linuxmint/packages ulyssa InRelease' doesn't support architecture 'armhf', W:Skipping acquire of configured file 'import/binary-armhf/Packages' as repository 'http://mirrors.evowise.com/linuxmint/packages ulyssa InRelease' doesn't support architecture 'armhf', W:Skipping acquire of configured file 'backport/binary-armhf/Packages' as repository 'http://mirrors.evowise.com/linuxmint/packages ulyssa InRelease' doesn't support architecture 'armhf', E:Failed to fetch http://ubuntu-archive.mirrors.estointernet.in/dists/focal/main/binary-armhf/Packages  404  Not Found [IP: 43.255.166.254 80], E:Failed to fetch http://ubuntu-archive.mirrors.estointernet.in/dists/focal-updates/main/binary-armhf/Packages  404  Not Found [IP: 43.255.166.254 80], E:Failed to fetch http://ubuntu-archive.mirrors.estointernet.in/dists/focal-backports/universe/binary-armhf/Packages  404  Not Found [IP: 43.255.166.254 80], E:Failed to fetch http://security.ubuntu.com/ubuntu/dists/focal-security/main/binary-armhf/Packages  404  Not Found [IP: 91.189.88.142 80], E:Some index files failed to download. They have been ignored, or old ones used instead.
What should I do now?

I think my system is amd64 (I got no idea what that means, just that my machine installs .deb packages that have amd64 in them and not others).
 
Did you do this ?
It will throw open a message at the bottom of that window telling you 'Ypour Configuration has Changed...click OK to update your APT cache.
Do that.....and then click on refresh on the main Update window, and all should be well again.
 
Can you try this command for me:

Code:
sudo dpkg --remove-architecture armhf

Then, in the terminal, run the following:

Code:
sudo apt update && sudo apt upgrade -y
 
Did you do this ?
It will throw open a message at the bottom of that window telling you 'Ypour Configuration has Changed...click OK to update your APT cache.
Do that.....and then click on refresh on the main Update window, and all should be well again.
Yes I did that. That's when the error came up.
 
run those commands in terminal for @KGIII ....and copy and paste the results back here, please
 
Can you try this command for me:

Code:
sudo dpkg --remove-architecture armhf

Then, in the terminal, run the following:

Code:
sudo apt update && sudo apt upgrade -y
Can you try this command for me:

Code:
sudo dpkg --remove-architecture armhf

Then, in the terminal, run the following:

Code:
sudo apt update && sudo apt upgrade -y

run those commands in terminal for @KGIII ....and copy and paste the results back here, please

I ran these commands rn, and now everything is fine, no error messages too. Thanks everyone:D
 
Mr fixit, aka @KGIII has aced it !
 
This happens from time to time, best thing to do is nothing...it'll fix itself, always does. :)
 


Top