On Mon, May 31, 2010 at 1:21 AM, hadi motamedi motamedi24@gmail.com wrote:
yum -y install packagename
Thank you very much for your reply. It seems that 'autoexpect' must come with 'expect' script package . Am I right ?
Yes. To find out what package a program (or file) comes with, you can say
yum provides "*/autoexpect"
You must prefix it with "*/" to correctly locate any program.