Hello
Plese help me to undarstand what wrong with my yum command.
I downloaded and installed oracle linux 6 for Vbox.
When I'm trying to do YUM command - no options connected with yum (yum install or yum update) are appears if i press tab button.
I can type yum update and then it works.
But if i want to install some pakckages i want to see them by typing yum ant then pressing tab.
In debian I'am changing .bashrc and tab begin to work.
But in linux oracle .bashrc have only few lines
[oracle@oraclelinux6 ~]$ more .bashrc
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# User specific aliases and functions
[oracle@oraclelinux6 ~]$
Is any one have same problem?
Best Regards