CentOS6.5 install Tab enhanced version: bash-completion

Source: Internet
Author: User
CentOS6.5 install Tab enhanced version: bash-completion, which can be supplemented with command parameters. because CentOS official source does not contain the bash-completion package, to install it with yum, add the epel Source. first, use wget to download the epel rpm Package, run the rpm command for installation, and then run the yum installation. the code is as follows:

CentOS6.5 install Tab enhanced version: bash-completion. you can complete the command parameters;

  1. Because the CentOS official source does not contain the bash-completion package, in order to install it in yum, add the epel source,

    First, use wget to download the epel rpm Package, run the rpm command for installation, and then run the yum installation. the code is as follows:

[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

After the installation is complete, log out of the terminal and log on again.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.