Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2914601
  • 博文数量: 454
  • 博客积分: 4860
  • 博客等级: 上校
  • 技术积分: 6375
  • 用 户 组: 普通用户
  • 注册时间: 2011-03-13 10:08
个人简介

10年工作经验,专研网站运维。

文章分类

全部博文(454)

文章存档

2017年(11)

2016年(13)

2015年(47)

2014年(36)

2013年(147)

2012年(64)

2011年(136)

分类: 系统运维

2013-04-18 21:33:00

######     RedHat5.0系统中安装expect   #######
1. 查看系统中是否有tcl,tcl用来编译expect
[root@localhost ~]# rpm -qa | grep tcl
2. 从系统盘中找到expect:/mnt/Server
3. 切换到光盘的Server目录:
cd /mnt/Server
查找所需要的软件
[root@localhost Server]# ls | grep expect
expect-5.43.0-5.1.i386.rpm
expect-5.43.0-5.1.x86_64.rpm
expect-devel-5.43.0-5.1.i386.rpm
expect-devel-5.43.0-5.1.x86_64.rpm
expectk-5.43.0-5.1.x86_64.rpm
pexpect-2.3-3.el5.noarch.rpm
[root@localhost Server]# ls | grep tcl
db4-tcl-4.3.29-10.el5_5.2.x86_64.rpm
postgresql84-pltcl-8.4.5-1.el5_5.1.x86_64.rpm
postgresql84-tcl-8.4.5-1.el5_5.1.x86_64.rpm
postgresql-tcl-8.1.22-1.el5_5.1.x86_64.rpm
ruby-tcltk-1.8.5-5.el5_4.8.x86_64.rpm
tcl-8.4.13-4.el5.i386.rpm
tcl-8.4.13-4.el5.x86_64.rpm
tcl-devel-8.4.13-4.el5.i386.rpm
tcl-devel-8.4.13-4.el5.x86_64.rpm
tcl-html-8.4.13-4.el5.x86_64.rpm
tclx-8.4.0-5.fc6.x86_64.rpm
tclx-devel-8.4.0-5.fc6.i386.rpm
tclx-devel-8.4.0-5.fc6.x86_64.rpm
tclx-doc-8.4.0-5.fc6.x86_64.rpm
[root@localhost Server]# pwd
/mnt/Server
[root@localhost Server]#

5. 安装所需要的软件包即可。


########   安装方式二   #####################
yum install tcl*
yum install expect*
阅读(1316) | 评论(0) | 转发(0) |
0

上一篇:安装expect

下一篇:64位系统运行32位程序

给主人留下些什么吧!~~