Re: [CentOS] autoexpect?

2010-06-01 Thread Dave
On Sun, May 30, 2010 at 6:21 PM, hadi motamedi motamed...@gmail.com wrote: It seems that 'autoexpect' must come with 'expect' script package . Am I right ? That's how it is on my box, seems weird that yours could have expect but not autoexpect. Dave [r...@cod ~]# cat /etc/redhat-release

Re: [CentOS] autoexpect?

2010-05-31 Thread Eduardo Grosclaude
On Mon, May 31, 2010 at 1:21 AM, hadi motamedi motamed...@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

[CentOS] autoexpect?

2010-05-30 Thread hadi motamedi
Dear All I have received a new centos server that does contain 'expect' but it does not contain 'autoexpect' . Is there any way to add 'autoexect' to it? Thank you ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] autoexpect?

2010-05-30 Thread Eero Volotinen
2010/5/31 hadi motamedi motamed...@gmail.com: Dear All I have received a new centos server that does contain 'expect' but it does not contain 'autoexpect' . Is there any way to add 'autoexect' to it? yum -y install packagename -- Eero ___ CentOS

Re: [CentOS] autoexpect?

2010-05-30 Thread hadi motamedi
yum -y install packagename Thank you very much for your reply. It seems that 'autoexpect' must come with 'expect' script package . Am I right ? ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] autoexpect?

2010-05-30 Thread Eero Volotinen
2010/5/31 hadi motamedi motamed...@gmail.com: yum -y install packagename Thank you very much for your reply. It seems that 'autoexpect' must come with 'expect' script package . Am I right ? man yum man rpm -- Eero ___ CentOS mailing list

Re: [CentOS] autoexpect?

2010-05-30 Thread John R. Dennison
On Mon, May 31, 2010 at 05:21:24AM +0100, hadi motamedi 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 ? yum provides \*/$foo where in this case $foo would be the executable

Re: [CentOS] autoexpect?

2010-05-30 Thread hadi motamedi
yum provides \*/$foo where in this case $foo would be the executable you are looking for. You can also rpm -ql $package to see what is included in $package. Thank you very much. I got the point . ___ CentOS mailing