I have some gpg keys on my system and on my Fedora desktop, I use both KGpg and Kleopatra to interact with them.
Kleopatra being a flatpak on flathub, it is easy to install. KGpg is missing from the base install of Aurora and trying to install it with rpm-ostree errors with “allow replacement to override”.
Should I even bother trying to get KGpg installed on my image; is there something better for Dolphin integration of gpg features?
Am I wrong to want to install the packages as part of the image instead of using toolbox?
I think my problem was that I originally used sudo dnf install instead of sudo rpm-ostree install.
I also found out how to build my own bazzite images, so I am just going to do the same with aurora images, that way it has all the software I want installed from the get go.
Leaving this here for anyone else to read, just in case.