zoukankan      html  css  js  c++  java
  • 解决 linux [Fedora] 升级 导致VMware启动出现"before you can run vmware workstation, serveral modules must be complied and loaded into the runing kernel" 而无法卸载

    解决:

      开机启动 进入 升级之前的内核系统 然后 执行卸载 VMware 命令

    # vmware-uninstall 
    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
    
    
    # vmware-installer -l
    Product Name         Product Version     
    ==================== ====================
    vmware-workstation   10.0.4.2249910      
    # vmware-installer -u vmware-workstation

    然后重启进入最新的内核系统 安装

    # ./VMware-Workstation-Full-10.0.4-2249910.x86_64_[JZ6WK-4529P-HZAA1-9RAG6-33JNR].bundle
  • 相关阅读:
    数据中心基础设施自动化运维之puppet专项
    centos git版本服务器配置
    安装PHP出现make: *** [sapi/cli/php] Error 1 解决办法
    php5.5 yum源
    CentOS下源码安装Apache2.4+PHP5.4+MySQL5.5
    php升级到5.4
    puppet重申证书
    passwnger
    Http状态消息
    UVA 10168 Summation of Four Primes(数论)
  • 原文地址:https://www.cnblogs.com/wjshan0808/p/4110495.html
Copyright © 2011-2022 走看看