When starting GNOME Software it shows me that there are OS Updates:
But after clicking on Download I get the error that packages have unmet dependencies:
Running sudo apt-get -u dist-upgrade, gives me the following error:
The following packages have been kept back:
gcc-12-base gjs lib32atomic1 lib32gcc-s1 lib32gomp1 lib32itm1 lib32quadmath0 lib32stdc++6 lib32ubsan1 libatomic1 libcc1-0 libgcc-s1 libgfortran5 libgjs0g libgomp1 libitm1 liblsan0 libquadmath0 libstdc++6
libubsan1 libx32atomic1 libx32gcc-s1 libx32gomp1 libx32itm1 libx32quadmath0 libx32stdc++6 libx32ubsan1
0 upgraded, 0 newly installed, 0 to remove and 27 not upgraded.
Trying to install one of those packages manually like sudo apt upgrade gcc-12-base gives further errors like
The following packages have unmet dependencies:
libgcc-s1 : Depends: gcc-12-base (= 12.1.0-2ubuntu1~22.04) but 12.3.0-1ubuntu1~22.04 is to be installed
libgcc-s1:i386 : Depends: gcc-12-base:i386 (= 12.1.0-2ubuntu1~22.04) but it is not installable
E: Broken packages
Couldn't find a solution so far.

