红联Linux门户
Linux帮助

linux安装 vmware

发布时间:2015-07-11 18:25:48来源:红联作者:lythonmao001
环境:centos 6.5 2.6.32-504.23.4.el6.i686
vmware for linux下载地址
[url=http://download.pchome.net/system/sysenhance/down-10771-1.html[/url]
许可密钥:5F29M-48312-8ZDF9-A8A5K-2AM0Z
------------------------------------------------------
-rw-r--r-- 1 lython lython 453375584 7月 10 18:39 VMware-Workstation-Full-10.0.4-2249910.i386.bundle
这是下载好的文件
------------------------------------------------------
首先,我们要给它一个执行的权限[code]chmod u+x VMware-Workstation-Full-10.0.4-2249910.i386.bundle[/code]安装: 这里必须要以root权限来安装[code]sudo ./ VMware-Workstation-Full-10.0.4-2249910.i386.bundle[/code]出现安装界面后 next ,next
然后出现一个,Would you like to check for product updates on startup?
选择no.
下面一个对话,也是no。
然后输入用户名,,
密钥。
一路next。完成
执行安装。虽然能够弹出图形的安装界面,但有如下的错误信息。[code] sudo ./VMware-Workstation-Full-8.0.0-471780.i386.bundle
Extracting VMware Installer...done.
Gtk-Message: Failed to load module "pk-gtk-module": libpk-gtk-module.so: cannot open shared object file: No such file or directory
Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory
[/code]解决上述Gtk的报错,主要是相应的module找不到。

先确定需要的module系统是否安装及其位置。[code] locate libpk-gtk-module.so
/usr/lib/gtk-2.0/modules/libpk-gtk-module.so
locate libcanberra-gtk-module.so
/usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so [/code].添加系统加载modules的路径。[code]vim /etc/ld.so.conf.d/gtk-2.0.conf
/usr/lib/gtk-2.0/modules [/code]重新加载。[code]sudo ldconfig [/code]先卸载了,
重新执行安装,过程和刚才一样[code]sudo ./VMware-Workstation-Full-8.0.0-471780.i386.bundle [/code]Extracting VMware Installer...done.
打开vmware ////环境变量自动设好了。[code]which vmware
/usr/bin/vmware[/code][code]vmware[/code]卸载vmware[code]sudo vmware-installer -u vmware-workstation[/code]结束。
附加:卸载vmware详解[code]sudo vmware-uninstall[/code]You have gotten this message because you are either downgrading VMware
Workstation, Player, or VIX, or because you attempted to run either
vmware-uninstall or vmware-uninstall-vix.

If you are downgrading, please uninstall all newer versions first, then
install again.

The vmware-uninstall* scripts have been deprecated. Instead, please use
the vmware-installer.

Long form:
vmware-installer --uninstall-product PRODUCT
Short form:
vmware-installer -u PRODUCT

Where PRODUCT is one of vmware-workstation, vmware-player, or vmware-vix.

For a list of which products are installed, you may run:
vmware-installer --list-products
or:
vmware-installer -l[code]sudo vmware-installer -l[/code]Product Name Product Version
==================== ====================
vmware-workstation 10.0.4.2249910[code]sudo vmware-installer -u vmware-workstation[/code]
文章评论

共有 8 条评论

  1. chenping_dc 于 2017-06-01 17:22:13发表:

    好好学习,天天向上。

  2. neil.lin 于 2017-04-14 15:29:53发表:

    不错不错

  3. love寂寞暴飞 于 2016-02-08 17:47:06发表:

    不错不错

  4. liangbenrang 于 2015-12-22 17:41:17发表:

    2、关于AS服务器Redhat5、6 CPU性能低问题,建议做如下调整:
    关于AS服务器Redhat5、6 CPU性能低问题,建议做如下调整:
    服务器BIOS设置(不同型号服务器设置方法不太一样):
    cpu关闭超线程;
    cpu关闭虚拟化VT;
    电源模式改为最大性能模式;

    cat /proc/cpuinfo
    查看cpu主频、以及支持的命令集(HT、VT)

    用root用户只需如下命令:
    service irqbalance stop
    service cpuspeed stop
    chkconfig --level 345 irqbalance off
    chkconfig --level 345 cpuspeed off
    chkconfig --level 345 iscsi off;
    chkconfig --level 345 iscsid off;
    chkconfig --level 345 mcstrans off;
    chkconfig --level 345 pcscd off;
    chkconfig --level 345 tog-pegasus off;
    chkconfig --level 345 yum-updatesd off;

    在linux服务器上尽可能关闭不必要的系统服务。
    cat /proc/cpuinfo
    查看cpu主频、以及支持的命令集(HT、VT)
    cpu主频应与cpu的物理主频一致

  5. fangzhan9527269 于 2015-11-06 19:45:48发表:

    推荐新手读下《Linux就该这么学》,里面包含了Linux基础技术知识以及所有红帽RHCSA+RHCE的考点知识点。
    书籍可以在线学习,挺方便的~ http://www.linuxprobe.com/

  6. skf饭饭 于 2015-09-29 13:20:45发表:

    推荐新手Linux学员看下《Linux就该这么学》,确实不错的Linux教材。(e:e2shttp://www.linuxprobe.com/

  7. ajievip 于 2015-07-15 21:07:19发表:

    不错啊!楼主!

  8. Feedback 于 2015-07-11 21:50:23发表:

    向楼主学习下