📌  相关文章
📜  如何检查是否安装了 gpg - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:07.751000             🧑  作者: Mango

代码示例1
type the following into the command line
gpg

if something happens, it's installed and you can Ctrl+C to stop whatever is going on
if nothing happens, then you don't have gpg installed :)