您的位置:首页 > Web前端

fedora下安装vmware-workstation

2009-06-16 15:49 295 查看
适用平台:
Fedora9(kernel-2.6.25-14.fc9.i686 kernel-devel-2.6.25-14.fc9.i686

VMware-workstation-6.0.4-93057.i386.tar.gz

kernel-devel-2.6.25-14.fc9.i686下载地址

http://rpm.pbone.net/index.php3/stat/4/idpl/7201713/com/kernel-devel-2.6.25-14.fc9.i686.rpm.html

安装方法
:

1


root

登录

2


.

安装
c

编译器
yum install gcc

(基本都有)

[root@rich ~]# rpm -q gcc

gcc-4.3.0-8.i386

3

、安装
kernel-devel
yum install kernel-devel

4.

检查
kernel


kernel-devel

的版本

[root@rich ~]# # uname -r

2.6.25
-14.fc9.i686

[root@rich ~]# rpm -q kernel-devel

package kernel-devel is not installed

[root@rich kernel]# ls

kernel-2.6.25-14.fc9.i686.rpm
kernel-headers-2.6.25-14.fc9.i386.rpm
kernel-devel-2.6.25-14.fc9.i686.rpm

[root@rich kernel]# rpm -ivh kernel-devel-2.6.25-14.fc9.i686.rpm

Preparing... ########################################### [100%]

1:kernel-devel ########################################### [100%]

建议用
yumex

管理使系统中有唯一的
kernel


kernel-devel

且版本一致
)

[root@rich software]# uname -r

2.6.25
-14.fc9.i686

[root@rich software]# rpm -q kernel-devel

kernel-devel-2.6.25-14.fc9.i686

5

、如两个版本号不一致,进行升级

yum -y upgrade kernel

yum -y upgrade kernel-devel

并重启

[root@rich software]# tar zxvf VMware-workstation-6.0.4-93057.i386.tar.gz –-diretcory=/opt/vmware/

把文件解压到
/opt/vmware

目录中

[root@rich software]# cd /opt/vmware/

[root@rich vmware]# ls

vmware-distrib

[root@rich vmware]#cd vmware-distrib/

[root@rich vmware-distrib]# ls

bin etc installer man system_etc vmware-install.pl

doc FILES lib sbin usr vmware-vix

[root@rich vmware-distrib]# ./vmware-install.pl

中间过程略,只显示最后结果

Starting VMware services:

Virtual machine monitor [

确定
]

Virtual ethernet [

确定
]

Bridged networking on /dev/vmnet0 [

确定
]

Host network detection [

确定
]

Host-only networking on /dev/vmnet1 (background) [

确定
]

DHCP server on /dev/vmnet1 [

确定
]

Host-only networking on /dev/vmnet8 (background) [

确定
]

DHCP server on /dev/vmnet8 [

确定
]

NAT service on /dev/vmnet8 [

确定
]

The configuration of VMware Workstation 6.0.4 build-93057 for Linux for this

running kernel completed successfully.

You can now run VMware Workstation by invoking the following command:

"/usr/bin/vmware".

Enjoy,

-the VMware team

根据提示回答
yes or no
或者直接按回车键。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: