Notifications
Clear all

Is Raspberry Pi apt update working?

3 Posts
2 Users
0 Likes
1,016 Views
Ron
 Ron
(@zander)
Father of a miniature Wookie
Joined: 3 years ago
Posts: 7008
Topic starter  

I just fired up my development Pi 4 after being idle for more than 3 months and when I do 

sudo apt update

I get 

pi@PiDev:~ $ sudo apt update
Err:1 http://archive.raspberrypi.org/debian bullseye InRelease
Temporary failure resolving 'archive.raspberrypi.org'
Err:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
Temporary failure resolving 'raspbian.raspberrypi.org'
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
W: Failed to fetch http://raspbian.raspberrypi.org/raspbian/dists/bullseye/InRelease Temporary failure resolving 'raspbian.raspberrypi.org'
W: Failed to fetch http://archive.raspberrypi.org/debian/dists/bullseye/InRelease Temporary failure resolving 'archive.raspberrypi.org'
W: Some index files failed to download. They have been ignored, or old ones used instead.
pi@PiDev:~ $

If someone else can try an update and let me know if it fails the same way I would appreciate it.

First computer 1959. Retired from my own computer company 2004.
Hardware - Expert in 1401, and 360, fairly knowledge in PC plus numerous MPU's and MCU's
Major Languages - Machine language, 360 Macro Assembler, Intel Assembler, PL/I and PL1, Pascal, Basic, C plus numerous job control and scripting languages.
Sure you can learn to be a programmer, it will take the same amount of time for me to learn to be a Doctor.


   
Quote
byron
(@byron)
No Title
Joined: 5 years ago
Posts: 1122
 

@zander,  Spooky, I just updated one of my programs running on the rpi, as whilst I was at it I did a sudo apt update followed by a sudo apt full-upgrade, and whilst it was doing the latter I flipped over to this forum to have a peruse, and what do I see, jolly old ron doing much the same.   

But no problems for me and glancing to my rpi I see the upgrade has also just finished.  Back to my rpi to now to reboot it to check if my program update is working as expected 😎 

PS - all ok, pi is updated and my program amendments are working OK - success for me.  Your problems are probably some temporary internet hitch.

This post was modified 9 months ago by byron

   
ReplyQuote
byron
(@byron)
No Title
Joined: 5 years ago
Posts: 1122
 

@zander,

just in case my previous update got in before something went wrong in the sudo apt update linkages, I just ran it again to check and all is still ok.   Of course nothing to update as I've just done it.  Response is as follows:

pi@FH-MASTER:~ $ sudo apt update
Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
Hit:2 http://deb.debian.org/debian bullseye InRelease
Hit:3 http://archive.raspberrypi.org/debian bullseye InRelease
Hit:4 http://deb.debian.org/debian bullseye-updates InRelease
Hit:5 https://seeed-studio.github.io/pi_repo stretch InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
N: Skipping acquire of configured file 'main/binary-arm64/Packages' as repository 'https://seeed-studio.github.io/pi_repo stretch InRelease' doesn't support architecture 'arm64'
pi@FH-MASTER:~ $


   
ReplyQuote