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

解决 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

 

相关文章:

  • 2021-05-24
  • 2021-09-23
  • 2021-12-04
  • 2021-09-08
  • 2021-11-26
  • 2021-08-22
  • 2021-11-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-27
  • 2021-04-22
  • 2022-12-23
  • 2022-12-23
  • 2021-03-30
  • 2022-02-05
相关资源
相似解决方案