Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arch 安装vmware #30

Open
xiaozefeng opened this issue Aug 27, 2019 · 0 comments
Open

Arch 安装vmware #30

xiaozefeng opened this issue Aug 27, 2019 · 0 comments

Comments

@xiaozefeng
Copy link
Owner

安装依赖

fuse2 - 提供 vmware-vmblock-fuse
sudo pacman -S fuse2

gksu - 支持需要 root 权限的操作(比如内存分配、注册许可证等等)
yay gksu

gtkmm - 支持 GUI
sudo pacman -S gtkmm

linux-headers - 模块编译所需
yay -S linux-headers

ncurses5-compat-libs - 支持安装程序的 --console 选项
sudo pacman -S ncurses5-compat-libs

libcanberra - 支持事件提示音
sudo pacman -S libcanberra

安装vmware

yay vmware-workstation

开启服务

sudo modprobe -a vmw_vmci vmmon
sudo systemctl enable vmware-networks.service
sudo systemctl vmware-usbarbitrator.service
sudo systemctl vmware-hostd.service
sudo systemctl enable vmware-hostd.service
sudo systemctl start vmware-networks.service
sudo systemctl start vmware-usbarbitrator
sudo systemctl start vmware-hostd.service

启动

vmware

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant