
仅在 Oracle Linux Server release 6.3 上测试
PS:Oracle Linux Server release 6.3仅用于测试,不能用于商业用途
[root@oracle mysql]# mkdir /media/disk
[root@oracle mysql]# mount /dev/cdrom /media/disk
[root@oracle ~]# cd /etc/yum.repos.d
[root@oracle yum.repos.d]# mv public-yum-ol6.repo public-yum-ol6.repo.bak
[root@oracle yum.repos.d]# touch public-yum-ol6.repo
[root@oracle yum.repos.d]# vi public-yum-ol6.repo
[oel6]
name = Enterprise Linux 6.3 DVD
baseurl=file:///media/disk/Server
gpgcheck=0
enabled=1
测试
[root@oracle yum.repos.d]# yum install xterm -y
Loaded plugins: refresh-packagekit, security
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package xterm.x86_64 0:253-1.el6 will be installed
--> Processing Dependency: libXaw.so.7()(64bit) for package: xterm-253-1.el6.x86_64
--> Running transaction check
---> Package libXaw.x86_64 0:1.0.6-4.1.el6 will be installed
--> Processing Dependency: libXpm.so.4()(64bit) for package: libXaw-1.0.6-4.1.el6.x86_64
--> Running transaction check
---> Package libXpm.x86_64 0:3.5.8-2.el6 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
===============================================================================================================================================================================================
Package Arch Version Repository Size
===============================================================================================================================================================================================
Installing:
xterm x86_64 253-1.el6 oel6 357 k
Installing for dependencies:
libXaw x86_64 1.0.6-4.1.el6 oel6 167 k
libXpm x86_64 3.5.8-2.el6 oel6 58 k
Transaction Summary
===============================================================================================================================================================================================
Install 3 Package(s)
Total download size: 581 k
Installed size: 1.5 M
Downloading Packages:
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total 1.8 MB/s | 581 kB 00:00
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : libXpm-3.5.8-2.el6.x86_64 1/3
Installing : libXaw-1.0.6-4.1.el6.x86_64 2/3
Installing : xterm-253-1.el6.x86_64 3/3
Verifying : libXpm-3.5.8-2.el6.x86_64 1/3
Verifying : xterm-253-1.el6.x86_64 2/3
Verifying : libXaw-1.0.6-4.1.el6.x86_64 3/3
Installed:
xterm.x86_64 0:253-1.el6
Dependency Installed:
libXaw.x86_64 0:1.0.6-4.1.el6 libXpm.x86_64 0:3.5.8-2.el6
Complete!