How can I safely remove gpg in favor of gpg2
On my Fedora 23, there is gpg as well as gpg2 installed.
Gnome-keyring (seahorse) only shows gpg2-keys (using .gnupg/pubring.kbx), Evolution on the other hand uses gpg (using .gnupg/pubring.gpg).
To streamline this, i want to make evolution use gpg2 instead of gpg and remove gpg completely (wich holds fedora-dependencies to hplib, libusb, python3-pillow).
How can I achieve to have seahorse and evolution to use gpg2 and remove/replace gpg safely - thus preventing to hold all keys double?