如何安装海马共享 CentOS 7

在本教程中,我们学习如何在 CentOS 7.seahorse-sharing是通过DNS-SD和HKP共享PGP公钥

介绍

在本教程中我们学习如何安装 seahorse-sharing 在 CentOS 7.

什么是 seahorse-sharing

该软件包附带一个会话守护程序,允许用户通过 DNS-SD 和 HKP 共享 PGP 公钥。

我们可以用 yum 或者 dnf 安装 seahorse-sharing 在 CentOS 7. 在本教程中,我们讨论这两种方法,但您只需选择其中一种方法来安装海马共享。

安装海马共享 CentOS 7 使用百胜

更新 yum 数据库 yum 使用以下命令。

更新 yum 数据库后,我们可以安装 seahorse-sharing 使用 yum 通过运行以下命令:

sudo yum -y install seahorse-sharing

安装海马共享 CentOS 7 使用dnf

如果你没有安装dnf,可以安装dnf CentOS 7 第一。 更新 yum 数据库 dnf 使用以下命令。

更新 yum 数据库后,我们可以安装 seahorse-sharing 使用 dnf 通过运行以下命令:

sudo dnf -y install seahorse-sharing

如何卸载海马共享 CentOS 7

仅卸载 seahorse-sharing 打包我们可以使用以下命令:

sudo dnf remove seahorse-sharing

参考

概括

在本教程中我们学习如何安装 seahorse-sharing 在 CentOS 7 使用 yumdnf