CentOS安装Vim所依赖包


CentOS6.3 x86_64 最小化安装版安装vim
yum -y install vim
通过这个命令可得出安装vim所得依赖包如下

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

Total download size: 18 M
Installed size: 54 M
Downloading Packages:
Setting up and reading Presto delta metadata
Processing delta metadata
Package(s) data still to download: 18 M
(1/9): gpm-libs-1.20.6-12.el6.x86_64.rpm                                                                                              |  28 kB     00:00    
(2/9): perl-5.10.1-127.el6.x86_64.rpm                                                                                                 |  10 MB     00:41    
(3/9): perl-Module-Pluggable-3.90-127.el6.x86_64.rpm                                                                                  |  38 kB     00:00    
(4/9): perl-Pod-Escapes-1.04-127.el6.x86_64.rpm                                                                                       |  30 kB     00:00    
(5/9): perl-Pod-Simple-3.13-127.el6.x86_64.rpm                                                                                        | 210 kB     00:00    
(6/9): perl-libs-5.10.1-127.el6.x86_64.rpm                                                                                            | 576 kB     00:02    
(7/9): perl-version-0.77-127.el6.x86_64.rpm                                                                                           |  49 kB     00:00    
(8/9): vim-common-7.2.411-1.8.el6.x86_64.rpm                                                                                          | 6.0 MB     00:23    
(9/9): vim-enhanced-7.2.411-1.8.el6.x86_64.rpm                                                                                        | 892 kB     00:03    
-------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                        246 kB/s |  18 MB     01:14    
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing : 1:perl-Pod-Escapes-1.04-127.el6.x86_64                                                                                                    1/9
  Installing : 4:perl-libs-5.10.1-127.el6.x86_64                                                                                                         2/9
  Installing : 3:perl-version-0.77-127.el6.x86_64                                                                                                        3/9
  Installing : 1:perl-Pod-Simple-3.13-127.el6.x86_64                                                                                                     4/9
  Installing : 1:perl-Module-Pluggable-3.90-127.el6.x86_64                                                                                               5/9
  Installing : 4:perl-5.10.1-127.el6.x86_64                                                                                                              6/9
  Installing : 2:vim-common-7.2.411-1.8.el6.x86_64                                                                                                       7/9
  Installing : gpm-libs-1.20.6-12.el6.x86_64                                                                                                             8/9
  Installing : 2:vim-enhanced-7.2.411-1.8.el6.x86_64                                                                                                     9/9
  Verifying  : 2:vim-enhanced-7.2.411-1.8.el6.x86_64                                                                                                     1/9
  Verifying  : 1:perl-Module-Pluggable-3.90-127.el6.x86_64                                                                                               2/9
  Verifying  : gpm-libs-1.20.6-12.el6.x86_64                                                                                                             3/9
  Verifying  : 4:perl-libs-5.10.1-127.el6.x86_64                                                                                                         4/9
  Verifying  : 2:vim-common-7.2.411-1.8.el6.x86_64                                                                                                       5/9
  Verifying  : 4:perl-5.10.1-127.el6.x86_64                                                                                                              6/9
  Verifying  : 1:perl-Pod-Simple-3.13-127.el6.x86_64                                                                                                     7/9
  Verifying  : 3:perl-version-0.77-127.el6.x86_64                                                                                                        8/9
  Verifying  : 1:perl-Pod-Escapes-1.04-127.el6.x86_64                                                                                                    9/9

Installed:
  vim-enhanced.x86_64 2:7.2.411-1.8.el6                                                                                                                     

Dependency Installed:
  gpm-libs.x86_64 0:1.20.6-12.el6       perl.x86_64 4:5.10.1-127.el6      perl-Module-Pluggable.x86_64 1:3.90-127.el6 perl-Pod-Escapes.x86_64 1:1.04-127.el6
  perl-Pod-Simple.x86_64 1:3.13-127.el6 perl-libs.x86_64 4:5.10.1-127.el6 perl-version.x86_64 3:0.77-127.el6          vim-common.x86_64 2:7.2.411-1.8.el6  

Complete!

相关内容