2

Sometimes a user may not want to install GUIs for Snap, FlatPak or AppImage, but wants to simply find applications by name or description and decide which version to install and from which software channel.

Is it possible to find Snaps, FlatPaks and AppImages without installing any application into Ubuntu system?

N0rbert
  • 99,918
  • Well snap is preinstalled in Ubuntu and integrated into gnome-software, so by searching there you already search snaps. By installing flatpak (cli) and enabling flathub, it will integrate there as well, so searching will search apt, snap as well as flatpak versions of packages. AppImage I dunno. – jena May 16 '19 at 13:33

2 Answers2

4

Update 20200517: the Linux App Store development is stopped.

Yes, it is possible with new open-source web-application named (guess how) Linux App Store.

It is located on https://linuxappstore.io/ and allows to list all applications packed as Snap, FlatPak or AppImage and has search by name. Below is example for VLC:

search for VLC

and we can see it is available from all three sources.

The project is in active development, anyone can improve it by filing issue.

I am not affiliated with this project in any way, I just wanted to share a good tool.

N0rbert
  • 99,918
1

As Linux App Store development is stopped, this other project has the same aim: AppOutlet

And it simply does the job.

To install AppOutlet:

App Outlet

  • 1
    Thanks for update. Please write your answer in more reproducible way, describe steps how to use AppOutlet. – N0rbert May 16 '20 at 21:23