CentOS6.5安装Tab增强版:bash-completion

简介: CentOS6.5安装Tab增强版:bash-completion2654  次阅读作者:智能小宝 来源:互联网 2015-08-20 20:09 我要评论(0)CentOS6.
CentOS6.5安装Tab增强版:bash-completion
2654  次阅读作者:智能小宝   来源:互联网   2015-08-20 20:09   我要评论 ( 0 )
CentOS6.5安装Tab增强版:bash-completion,可补全命令参数;
因为CentOS官方源并不带有bash-completion的包,所以,为了可用yum安装,增加epel的源,
首先,使用wget下载epel的rpm包,使用rpm指令安装,之后运行yum安装, 代码 如下:
[adam@ultraera ~]$$ wget http://mirrors.yun-idc.com/epel/6/i386/epel-release-6-8.noarch.rpm
[adam@ultraera ~]$$ sudo rpm -ivh epel-release-6-8.noarch.rpm
[adam@ultraera ~]$$ sudo yum clean all
[adam@ultraera ~]$$ sudo yum makecache
[adam@ultraera ~]$$ sudo yum install -y bash-completion
安装完成之后,注销终端,重新登录即可。
目录
相关文章
|
Linux Shell Python
-bash: pip: command not found pip命令报错 解决方法(Centos版)
-bash: pip: command not found pip命令报错 解决方法(Centos版)
3895 0
|
7月前
|
Shell Linux 应用服务中间件
centos系统内容器部署服务访问不到是因为run后面加了bash
centos系统内容器部署服务访问不到是因为run后面加了bash
|
7月前
|
Shell Linux
重装yum |-bash: yum: command not found
重装yum |-bash: yum: command not found
667 0
|
Unix Shell Linux
Linux中sh与bash的区别(详细介绍)
Linux中sh与bash的区别(详细介绍)
900 0
|
Linux Shell
CentOS:bash: g++: 未找到命令...
CentOS:bash: g++: 未找到命令...
204 0
|
Shell
Ubuntu的shell之bash和dash
Ubuntu的 shell 默认安装的是 dash,而不是 bash。<br> 运行以下命令查看 sh 的详细信息,确认 shell 对应的程序是哪个:<br> $ls -al /bin/sh<br><br> dash 比 bash 更轻,更快。但 bash 却更常用。<br> 如果一些命令、脚本等总不能正常执行,有可能是 dash 的原因。<br> 比如编译 Android 源
2418 0
|
安全 Shell Linux
Linux Bash Set命令解析
平时在学习大牛的Shell脚本时,我们经常在脚本的开头看到很多set开头的命令
323 0
|
Shell Linux 开发工具
centos7 -bash: vim: command not found
centos7 -bash: vim: command not found
226 0

热门文章

最新文章