Home

Awesome

fpakman

fpakman project was renamed as bauh and will be maintained at https://github.com/vinifmor/bauh.

Non-official graphical user interface for Flatpak / Snap application management. It is a tray icon that let the user known when new updates are available and an application management panel where you can search, update, install and uninstall applications.

Developed with:

Requirements

Debian-based distros

Arch-based distros

Distribution

PyPi

sudo pip3 install fpakman

AUR

As fpakman package. There is also a staging version (fpakman-staging) but is intended for testing and may not work properly.

Manual installation:

If you prefer a manual and isolated installation, type the following commands within the cloned project folder:

python3 -m venv env
env/bin/pip install .
env/bin/fpakman

Autostart

In order to autostart the application, use your Desktop Environment settings to register it as a startup application / script ("fpakman").

Settings

You can change some application settings via environment variables or arguments (type fpakman --help to get more information).

How to improve the application performance

Roadmap