This is a Flatpak package for Thomas Okken's most excellent Plus42 — an enhanced HP-42S calculator simulator.
Pick one the following, from most recommended to least:
-
Add my Flatpak repository. That will make Plus42 and my other Flatpaks available, and you will get updates.
-
Download and open the .flatpakref. It will download from my repo and you will get updates, but only for this particular Flatpak.
-
Download the individual Flatpak bundle from releases. You will not get any updates and need to install any new versions manually.
This Flatpak requests the following permissions:
- network: disabled
- filesystem: only
$HOME/Downloads
To give access to the whole $HOME directory you can use
Flatseal or:
flatpak override --user --filesystem=home com.thomasokken.plus42
Use the build.sh script or something like:
flatpak run org.flatpak.Builder \
--arch=x86_64 \
--install --install-deps-from=flathub \
--force-clean build \
com.thomasokken.plus42
flatpak run com.thomasokken.plus42
Why is this not in Flathub?
Unfortunately a submission to Flathub would not be approved due to upstream packaging practices not being acceptable to Flathub. If the situation changes in the future I will try again.