1.命令行参数补齐centos6.9最小化安装,无法使用yum安装bash-completion。
1.1 安装epel源, EPEL (Extra Packages for Enterprise Linux)是基于Fedora的一个项目,为“红帽系”的操作系统提供额外的软件包
方法1:yum install epel-release
方法2: rpm -ivh http://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
查看是否生效yum repolist epel
1.2 清空缓存,并建立缓存(实际测试,略过也可以yum安装bash-completion)`
1.3 安装bash-completionyum
yum install bash-completion -y退出登录,重新登录即可使用
CentOS 镜像使用帮助
https://mirrors.tuna.tsinghua.edu.cn/help/centos/