Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • SD cards are cheap enough. Get another card and install the latest PiOS. Take the opportunity to upgrade your other apps and packages. Finally, copy over your data. Commented Dec 20, 2024 at 16:18
  • Why can you not do a dist-upgrade as described here? Commented Dec 20, 2024 at 21:38
  • @eyoung100 because libgcc-1 has been renamed to libgcc-s1 which confuses apt into thinking the newer package is older/less desired than the old one. Because this is stuff to do with low level libraries, it will break your entire system if you let apt figure things out. Note that you will only see this problem if you've installed package(s) that depends on libgcc. A plain rPi can be updated by the usual method. Commented Jan 6 at 12:45