Installing opensnitch, safing portmaster and winboat in Fedora Atomic desktops

I searched online with no solid answers as to how should I install opensnitch, safing portmaster and winboat in a Fedora Atomic desktop, it seems I would use rpm-ostree for opensnitch and portmaster, and maybe toolbx for winboat? could someone tell me how I should installed them

thanks

You’re on the right track!

It looks like all of those projects offer an RPM to download, so you would just need to download the RPM and then run rpm-ostree install <filename.rpm>

The downside is that because the RPMs don’t seem to be provided via a yum/dnf repo, you will need to remove and re-install the RPMs if a new version is released:

rpm-ostree install <new-version-filename.rpm> --uninstall <old-version-filename.rpm>

okay, I can try that. @miabbott Is it possible to take a snapshot before installing any of the above programs? I know I can uninstall the software, but I was wondering if its better to roll back to a good known point

See:

Creating a sysexts might also be a good option for those applications. See: GitHub - fedora-sysexts/community: Sysexts built from various sources from the community