[内容] Linux 常用软件

bash-completion

作用:用于使用 tab 键补全命令

安装方法:

# yum install bash-completion

或者:

# dnf install bash-completion

redhat-lsb-core

作用:可以在 CentOS Linux & RHEL 上显示系统版本信息

安装方法:

# yum install redhat-lsb-core

或者:

# dnf install redhat-lsb-core

lsb-release

作用:可以在 openSUSE & SLE 上显示系统版本信息

安装方法:

# zypper install lsb-release

vim-enhanced

作用:可以使用 vim 命令编辑文档

安装方法:

# yum install vim-enhanced

或者:

# dnf install vim-enhanced

xorg-x11-xauth.x86_64 和 xorg-x11-fonts-*

作用:让需要图形化环境的软件可以启动

安装方法:

# yum install xorg-x11-xauth.x86_64; yum install xorg-x11-fonts-*

或者:

# dnf install xorg-x11-xauth.x86_64; dnf install xorg-x11-fonts-*