WetGeek I installed Flatpak Zoom on my laptop last Saturday, using the following:
(1) I went to the software center, searched for "flakpak" and checked to see that Flatpak was actually installed. Flatpak was installed, as expected.
(2) I used the following command to install the Flathub repository (from Flatpak's "Solus Quick Setup" guide):
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
(3) I restarted.
(4) I used the following command (from Flathub's "Zoom" installation instructions for Solus) to install Zoom:
flatpak install flathub us.zoom.Zoom
(5) I got this result:
$ sudo flatpak install flathub us.zoom.Zoom
Password:
Looking for matches…
Required runtime for us.zoom.Zoom/x86_64/stable (runtime/org.freedesktop.Platform/x86_64/20.08) found in remote flathub
Do you want to install it? [Y/n]: y
us.zoom.Zoom permissions:
ipc network pulseaudio x11
devices file access [1] dbus access [2] bus ownership [3]
tags [4]
[1] ~/.zoom:create, ~/Documents/Zoom:create
[2] org.freedesktop.ScreenSaver, org.gnome.Shell
[3] org.kde.*
[4] proprietary
ID Branch Op Remote Download
- [✓] org.freedesktop.Platform.GL.default 20.08 i flathub 95.3 MB / 95.9 MB
- [✓] org.freedesktop.Platform.Locale 20.08 i flathub 17.6 kB / 322.1 MB
- [✓] org.freedesktop.Platform.VAAPI.Intel 20.08 i flathub 11.4 MB / 11.5 MB
- [✓] org.freedesktop.Platform.openh264 2.0 i flathub 1.5 MB / 1.5 MB
- [✓] org.gtk.Gtk3theme.Plata-Noir 3.22 i flathub 133.0 kB / 147.0 kB
- [✓] org.freedesktop.Platform 20.08 i flathub 222.4 MB / 267.7 MB
- [✓] us.zoom.Zoom stable i flathub 51.0 MB / 51.0 MB
Installation complete.
(6) After installation, Zoom showed up in my Menu. I used Zoom in a meeting and it worked fine.
I confirmed this installation by installing on my desktop this morning, so I am sure that the two commands work.
I see from your comments that flatpak install flathub us.zoom.Zoom gave you an error message, so be sure that the Flathub repository (Step (2) above - flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo) is installed before installing Zoom. That looks like the problem.