1. # vim编辑器
    2. dnf install vim
    3. # wget 文件下载
    4. dnf install wget
    5. # netstat 查看进程
    6. dnf install net-tools
    7. # 编译安装必备
    8. dnf install gcc gcc-c++ make cmake automake autoconf
    9. # 本地文件上传lrzsz
    10. dnf install lrzsz
    11. # ZIP文件解压工具
    12. dnf install unzip
    13. # 磁盘阵列制作工具
    14. dnf install mdadm
    15. # CentOS Bash 命令补全增强软件包
    16. dnf install bash-completion

    注:Centos 8/Red Hat 8 使用 dnf 安装,小于8的版本使用 yum 替换 dnf