Manjaro Difference between revisions of "VMware"

Difference between revisions of "VMware"

From Manjaro
imported>Fhdk
imported>Fhdk
Line 4: Line 4:
= Installing VMWare Workstation on Manjaro =
= Installing VMWare Workstation on Manjaro =
=== '''IMPORTANT''' ===
=== '''IMPORTANT''' ===
{{Warning|<p>Running VMware on Manjaro host is unsupported and is likely to stop working after updates.</p>
{{Warning|<p>Running VMware on Manjaro host is unsupported and may cease function after updates.</p>
<p>'''Please see Advice section of this page'''.</p>}}
<p>'''Please see the link to VMware support page below'''.</p>}}


== Install vmware-workstation ==
== Install vmware-workstation ==

Revision as of 17:19, 14 July 2019


Installing VMWare Workstation on Manjaro

IMPORTANT

Warning

Running VMware on Manjaro host is unsupported and may cease function after updates.

Please see the link to VMware support page below.

Install vmware-workstation

The AUR package vmware-workstation will install VMWare Workstation and the dkms modules needed to run it.

It can be installed with:

 pamac build vmware-workstation

After installing, either reboot, or load the required modules

 sudo modprobe -a vmw_vmci vmmon


Start and enable services

There are three services that can be optionally be enabled:

  • vmware-networks.service: Provides network access inside VMs, most people will want this enabled
  • vmware-usbarbitrator.service: Allows USB devices to be connected inside VMs
  • vmware-hostd.service: Enables sharing of VMs on the network

To start and enable these services use:

 sudo systemctl enable --now vmware-networks.service
 sudo systemctl enable --now vmware-usbarbitrator.service
 sudo systemctl enable --now vmware-hostd.service

Installing Manjaro under VMWare

There are no special requirements to installing Manjaro on VMWare. open-vmware-tools is pre-installed. It should "just work"


Copy and Paste

If copy and paste does not work, you may need to install gtkmm3 and re-boot. vmware-user-suid-wrapper depends on gtkmm, but it's not a required dependency of the package. See: https://bugs.archlinux.org/task/43159

Advice, Tips, and Tricks

Cookies help us deliver our services. By using our services, you agree to our use of cookies.