# vim编辑器
dnf install vim
# wget 文件下载
dnf install wget
# netstat 查看进程
dnf install net-tools
# 编译安装必备
dnf install gcc gcc-c++ make cmake automake autoconf
# 本地文件上传lrzsz
dnf install lrzsz
# ZIP文件解压工具
dnf install unzip
# 磁盘阵列制作工具
dnf install mdadm
# CentOS Bash 命令补全增强软件包
dnf install bash-completion
注:Centos 8/Red Hat 8 使用 dnf 安装,小于8的版本使用 yum 替换 dnf