I want to install gpg2
, however when I run
brew install gpg2
(also tried
brew install gnupg2
)
it always installs gpg
instead of gpg2
.
Currently, running the gpg
command works but not gpg2
.
How can I resolve this?
EDIT:
Tried brew install gnupg gnupg2
too but didn't work