Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 7427

Raspberry Pi OS • Issue while upgrading buster to bullseye

$
0
0
Hi, I am upgrading my current version buster to bullseye. I am using buster in Pi4 and its working good but want to upgrade it to bullseye. Using the set of below commands to upgrade,

Code:

sudo apt updatesudo apt update --allow-releaseinfo-changesudo apt-get upgrade && sudo apt-get dist-upgrade && sudo apt-get full-upgradesudo rebootsudo nano /etc/apt/sources.list  => changing buster to bullseyesudo nano /etc/apt/sources.list.d/ => changing buster to bullseyesudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade && sudo apt-get full-upgradesudo reboot
Using this Method i am getting error with package libc6-dev and libgcc-8-dev. Tried few commands to fix this issue and manually install these packages but didn't work any those and issue remains persistant.
sudo apt --fix-broken install
sudo apt-mark unhold <package_name>
sudo apt install libc6-dev libgcc-8-dev -y
sudo apt dist-upgrade -y

How can i resolve this issue if anyone has faced such one?
Thanks

Statistics: Posted by khush03 — Thu Dec 12, 2024 6:38 am — Replies 0 — Views 37



Viewing all articles
Browse latest Browse all 7427

Trending Articles