虚拟机的VMware Bridge Protocol桥接服务被我卸载,请问怎样安装回来?

发布网友 发布时间:2022-04-25 17:00

我来回答

1个回答

热心网友 时间:2023-10-21 03:29

https://www.vmware.com/go/getworkstation-linux
Guide for Debian : sudo apt install gcc
sudo apt update&&sudo apt upgrade
sudo apt install linux-headers-$(uname -r)
sudo reboot
sudo apt install make
sudo chmod 544 ./VMware-Workstation-Full-14.0.0-6661328.x86_.bundle
sudo ./VMware-Workstation-Full-14.0.0-6661328.x86_.bundle
.
Guide for ArchLinux : Two solutions . One is to download vmware patch from Internet .The other is to use LTS kernel .
sudo pacman -R linux
sudo pacman -Syy linux-lts
sudo reboot
sudo pacman -S linux-lts-headers gcc make
sudo chmod 544 ./VMware-Workstation-Full-14.0.0-6661328.x86_.bundle
sudo ./VMware-Workstation-Full-14.0.0-6661328.x86_.bundle
While you're using unpopular graphical interface ,such as fluxbox :
sudo pacman -S gksu
sudo cp -f /bin/gksu /usr/lib/vmware/bin/vmware-gksu
Guide for CentOS Fedora opensuse : Similar to above追问说人话!!

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com