CentOS/Redhat 7 Linux 上的 Gorilla 密码安装
Gorilla 密码安全应用程序不是 CentOS/Redhat 7 软件包存储库的一部分,因此需要在 Linux 系统上手动安装。首先,让我们满足先决条件。这里我们假设您已经启用了 EPEL 存储库:
# yum install tcllib tk itcl git
在下一步中,我们将使用 git 命令克隆当前的 Gorilla 密码存储库:
$ cd /tmp/
$ git clone https://github.com/zdia/gorilla.git
一旦我们在本地克隆了 Gorilla 密码源,我们就可以将它们复制到指定目录/opt
中:
# cp -r gorilla/sources/ /opt/gorilla
剩下的就是在我们的 ` PATH
中创建一个可执行脚本,例如:
# echo '/opt/gorilla/gorilla.tcl' > /usr/local/bin/gorilla
# chmod +x /usr/local/bin/gorilla
全做完了。现在您已在 CentOS/Redhat 7 Linux 桌面上安装了 Gorilla 密码。要启动 Gorilla Password,只需从终端执行以下 linux 命令:
$ gorilla