AppImagePool is a free and open source AppImageHub Client for Linux. Using AppImagePool, you can easily download, install, upgrade, downgrade and manage software in portable AppImage file format. AppImageHub is a free AppImage catalog website and not providing any AppImage hosting. So without any extra-server involvement you can download AppImages files directly from author’s source. You can search software by using categories, view version history and it supports multi download support. It is written in Dart and using flutter and released under GNU General Public License v3.0.
Install AppImagePool on Ubuntu Linux
AppImagePool is available as portable AppImage and flatpak file formats. Download AppImagePool in .AppImage file format from the above download link and save it on your Downloads folder. Open the terminal software (ctrl+alt+t) and run below commands one by one.
cd Downloads
sudo chmod +x ~ appimagepool-x86_64.AppImage
./appimagepool-x86_64.AppImage
Install AppImagePool via Flatpak
First install flatpak and setup flathub on your system and restart it. You can skip if you already installed in your system.
In terminal run this AppImagePool flatpak installation command.
flatpak install flathub io.github.prateekmedia.appimagepool
You can start the app using
flatpak run io.github.prateekmedia.appimagepool
And uninstall AppImagePool using this command.
sudo flatpak uninstall io.github.prateekmedia.appimagepool
That’s it.