如何安装 tmux-top-devel CentOS 7

在本教程中,我们学习如何安装 tmux-top-devel CentOS 7. tmux-top-devel 是 tmux 状态行的监控信息。

介绍

在本教程中我们学习如何安装 tmux-top-devel 在 CentOS 7.

什么是 tmux-top-devel

监视 tmux 状态行的信息。 该软件包包含用于构建使用 TomasTomecek/tmux-top 的其他软件包的库源。

我们可以用 yum 或者 dnf 安装 tmux-top-devel 在 CentOS 7. 在本教程中,我们讨论这两种方法,但您只需选择一种方法来安装 tmux-top-devel。

安装 tmux-top-devel CentOS 7 使用百胜

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

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

sudo yum -y install tmux-top-devel

安装 tmux-top-devel CentOS 7 使用dnf

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

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

sudo dnf -y install tmux-top-devel

如何卸载 tmux-top-devel CentOS 7

仅卸载 tmux-top-devel 打包我们可以使用以下命令:

sudo dnf remove tmux-top-devel

参考

概括

在本教程中我们学习如何安装 tmux-top-devel 在 CentOS 7 使用 yumdnf