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.

8
  • 3
    sweet! I've been going through trying to update the individual packages to no avail, this did the trick though thanks! Commented Jun 17, 2020 at 22:35
  • 2
    Installing this removes a bunch of packages like dolphin evince g++ g++-8 gcc-8-base:i386 gdm3 gnome gnome-contacts gnome-core gnome-session gnome-shell gnome-shell-extensions gnome-shell-pomodoro gnome-todo Why? Even my desktop kde-plasma Commented Oct 22, 2020 at 10:01
  • 1
    Definitely seems to have worked for me. Thanks! Commented Dec 30, 2020 at 6:48
  • 4
    This answer tends to cause unwanted package removals, as @Amith mentions. There's a deeper issue with the buster -> bullseye upgrade path right now, apparently due to gcc renaming some packages and how apt resolves dependencies when a package provides another. Info here: salsa.debian.org/rpavlik/gcc-10-compat (Apparently because this question is protected, my 100 reputation from having other SO/SE site accounts isn't enough to add a top-level answer...) Commented Jan 5, 2021 at 11:04
  • 6
    The answer is not the solution to this issue. According to the Debian Buster release notes you should prepare for the operating system minimal system upgrade: sudo apt upgrade --without-new-pkgs and then you can do a full upgrade: sudo apt full-upgrade Commented May 7, 2022 at 20:59