1

I am trying to update my Raspberry Pi from Buster to Bullseye. I receive the error

The following packages have unmet dependencies:
 libc6-dev : Breaks: libgcc-8-dev (< 8.4.0-2~) 
but 8.3.0-6+rpi1 is to be installed

I found a workaround at how to solve apt-get dist-upgrade

But the author's rpavlik directory no longer exists on the server.

Is there a solution available elsewhere? This was the only direct solution to the problem I was able to find. I'm a Linux novice, so I don't know how to do things like build repositories, so I'd need a script or step-by-step instructions. I hope those exist somewhere!

Rohit Gupta
  • 5,096
horo
  • 11

1 Answers1

1

Run this command prior to dist-upgrade:

sudo apt install gcc-8-base