At the moment I am unable to update and/or install new packages. This happens on both GUI and CLI.
After I select all packages I need, the next window, that one with the two progress bars, after like 1-2 seconds closes itself with no feedback.
I tried all these commands, as root:
zypper clean -a
rpmdb --rebuilddb
------
All repositories have been cleaned up.
or
zypper cc -a
zypper ref
zypper dup
-------
All repositories have been cleaned up.
Retrieving repository 'Non-OSS' metadata ......................................................................................................................................................................................................................................................................................[done]
Building repository 'Non-OSS' cache ...........................................................................................................................................................................................................................................................................................[done]
Retrieving repository 'Update Non-OSS' metadata ...............................................................................................................................................................................................................................................................................[done]
Building repository 'Update Non-OSS' cache ....................................................................................................................................................................................................................................................................................[done]
Retrieving repository 'OSS' metadata ..........................................................................................................................................................................................................................................................................................[done]
Building repository 'OSS' cache ...............................................................................................................................................................................................................................................................................................[done]
Retrieving repository 'Update' metadata .......................................................................................................................................................................................................................................................................................[done]
Building repository 'Update' cache ............................................................................................................................................................................................................................................................................................[done]
All repositories have been refreshed.
Loading repository data...
Reading installed packages...
Warning: You are about to do a distribution upgrade with all enabled repositories. Make sure these repositories are compatible before you continue. See 'man zypper' for more information about this command.
Computing distribution upgrade...
Nothing to do.
Then I opened the yast log, and these are the latest row right before the crash
2021-09-15 01:38:02 <1> OpenSuse(6031) [librpmDb] librpmDb.cc(blockAccess):316 Block access
2021-09-15 01:38:02 <1> OpenSuse(6031) [librpmDb] RpmDb.cc(closeDatabase):373 closeDatabase: RpmDb'()']
2021-09-15 01:38:02 <1> OpenSuse(6031) [zypp] TargetImpl.cc(~TargetImpl):927 Targets closed
2021-09-15 01:38:02 <1> OpenSuse(6031) [librpmDb] RpmDb.cc(~RpmDb):240 ~RpmDb()
2021-09-15 01:38:02 <1> OpenSuse(6031) [librpmDb] RpmDb.cc(~RpmDb):243 ~RpmDb() end
2021-09-15 01:38:02 <1> OpenSuse(6031) [Pkg] PkgFunctions.cc(~PkgFunctions):161 Zypp pointer released
2021-09-15 01:38:02 <1> OpenSuse(6031) [zypp++] MediaSetAccess.cc(release):487 Releasing all media IDs held by this MediaSetAccess
2021-09-15 01:38:02 <1> OpenSuse(6031) [zypp++] MediaSetAccess.cc(release):487 Releasing all media IDs held by this MediaSetAccess
2021-09-15 01:38:02 <1> OpenSuse(6031) [zypp++] MediaSetAccess.cc(release):487 Releasing all media IDs held by this MediaSetAccess
2021-09-15 01:38:02 <1> OpenSuse(6031) [zypp++] MediaSetAccess.cc(release):487 Releasing all media IDs held by this MediaSetAccess
2021-09-15 01:38:02 <1> OpenSuse(6031) [zypp++] MediaSetAccess.cc(release):487 Releasing all media IDs held by this MediaSetAccess
2021-09-15 01:38:02 <2> OpenSuse(6031) [qt-ui] YQUI.cc(qMessageHandler):652 <libqt-warning> QObject::~QObject: Timers cannot be stopped from another thread
2021-09-15 01:38:02 <1> OpenSuse(6031) [Y2Ruby] binary/YRuby.cc(~YRuby):117 Shutting down ruby interpreter.
Desktop Environment (applies to all Linux distros, not just openSUSE), e.g. KDE/Plasma, Gnome, XFCE, IceWM, etc.
DEs run on top of X. X can be either Xorg or Wayland. Whether a DE runs on Xorg or Wayland is selectable via session type selection in the login manager for Gnome and KDE/Plasma sessions.
To narrow down the source of your problem you need to try some different things. DEs are one thing, Wayland vs. Xorg is another. Your login manager has a list to choose from. Try them. See what happens differently. Another is to not log into the GUI, but instead to switch to a vtty to run zypper ref; zypper up.
Well~~ from your video I saw that you actually did not install/remove/update any package.
So YAST of course did not do anything and then close.
It is the same behavior for this case on my system.
What happened if you really did the install/remove/update on any package?
Any additional error/failed messages shown on the terminal?