CentOS 6のYumでタブ補完機能を実装しようとしていyum install firefo<TAB>
ますfirefox
。私はちょうどチュートリアルをたくさん見つけましたが、yum install bash-completion
そうすれば次のような結果が得られます。
Loaded plugins: fastestmirror, refresh-packagekit
Loading mirror speeds from cached hostfile
* base: mirror.anl.gov
* extras: yum.singlehop.com
* updates: mirror.ubiquityservers.com
Setting up Install Process
No package bash-completion available.
Error: Nothing to do
リポジトリを追加する必要がありますか?
ベストアンサー1
CentOSでは、bash-completionパッケージをインストールするにはEPEL Yumリポジトリを有効にする必要があります。
バラよりhttps://fedoraproject.org/wiki/EPELもっと学ぶ。