Warehouse is a free and open source flatpak app management application for Linux. It is written in Python and released under GNU General Public License v3.0. Using Warehouse, you can view all flatpak app meta data, easily search and filter installed flatpak apps, uninstall flatpak apps, delete flatpak app leftover data, Manage remote repositories and more.
How to Install Warehouse on Ubuntu
To install the latest version of Warehouse flatpak app on your system, open the terminal application (ctrl+alt+t) and run below Warehouse flatpak install command.
flatpak install flathub io.github.flattool.Warehouse
And open it using below command or you can also open it via the show apps Ubuntu dock menu.
flatpak run io.github.flattool.Warehouse
Note: If you don’t have flatpak and flathub on your system, then install using below commands and restart it after the installation.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
You can also uninstall Warehouse using below commands.
flatpak uninstall io.github.flattool.Warehouse
[OR]
sudo flatpak uninstall io.github.flattool.Warehouse