I am going through the fun part of looking for and installing applications, only to see that there is close to nothing overall.
Correct me if I am wrong; I understand there is work in progress regarding Packman.
Can you advise on whether that is soon to be completed, and is there others that can be integrated, such as Snaps, etc.?
Please accept my apologies, I am still learning the proper terminologies when it comes to Linux.
I am running Gnome Desktop environment, and there is only Software Centre on here.
Thank you for reminding me of Discover. When I moved to Gnome, I forgot about KDE related applications
When I went to download Discover, the following popup had come up;
Empty destination in URI: hd:/install?device=/dev/disk/by-id/scsi-SSanDisk_Cruzer_Blade_03021209081020165943-part2
The entry hd:/install?device=/dev/disk/by-id/… is just the installation media repository left over from when you installed openSUSE using a USB stick. You can remove or disable this repo entry.
sudo zypper lr # find the repo number
sudo zypper mr -d <number> # disable it
# or
sudo zypper rr <number> # remove it
Consider installing Myrlyn (graphical software management utility). Install it with sudo zypper in myrlyn.
I cannot reproduce it. GNOME Software shows available applications and as of this moment there are over 800 applications listed in the OSS repository software catalog. This is far from “close to nothing”.
You need to explain in more details what you are doing (or trying to do), what your expectations are and what results you get.
I suspect the usual confusion between “applications” which are handled by the GNOME Software and “packages” which are handled by the lower level tools like zypper.
Zoom is available as a Flatpak, installed using Discover.
MS no longer provides an official desktop client for Teams for Linux.
There are 3rd party front ends (check Discover) and PWA.
To use the PWA, go to teams.microsoft.com in a Chrome-based browser and install it from the address bar. See screenshot where my mouse pointer is (I use official Google Chrome in screenshot, logged into Teams).
OK, it looks like Flathub is indeed missing in your case. Is flatpak installed? You will also need flatpak-remote-flathub for a default Flathub repository (or add them yourself).