centos 装配zmodem (转)

centos 安装zmodem (转)
使用oracle的public yum来安装:
[root@bxys-db-01 ~]# cd /etc/yum.repos.d/
[root@bxys-db-01 yum.repos.d]# wget http://public-yum.oracle.com/public-yum-ol6.repo

[root@bxys-db-01 software]# yum search rz
Loaded plugins: fastestmirror,refresh-packagekit, security
Loading mirror speeds from cached hostfile
*base: mirrors.tuna.tsinghua.edu.cn
*extras: mirrors.tuna.tsinghua.edu.cn
*updates: mirrors.tuna.tsinghua.edu.cn
=========================================N/S Matched: rz ==========================================
lrzsz.x86_64 : The lrz and lsz modemcommunications programs

Name and summary matches only, use "search all" foreverything.
[root@bxys-db-01 software]# yum install lrzsz
Loaded plugins: fastestmirror,refresh-packagekit, security
Loading mirror speeds from cached hostfile
*base: mirrors.tuna.tsinghua.edu.cn
*extras: mirrors.tuna.tsinghua.edu.cn
*updates: mirrors.tuna.tsinghua.edu.cn
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package lrzsz.x86_640:0.12.20-27.1.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

====================================================================================================
Package             Arch                 Version                          Repository          Size
====================================================================================================
Installing:
lrzsz               x86_64               0.12.20-27.1.el6                 base                71 k

Transaction Summary
====================================================================================================
Install       1 Package(s)

Total download size: 71 k
Installed size: 159 k
Is this ok [y/N]: y
Downloading Packages:
lrzsz-0.12.20-27.1.el6.x86_64.rpm                                           |  71 kB     00:07   
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : lrzsz-0.12.20-27.1.el6.x86_64                                                   1/1

Installed:
lrzsz.x86_64 0:0.12.20-27.1.el6                                                                 

Complete!


然后就可以正常使用Zmodem了。