Skip to content

Instantly share code, notes, and snippets.

@fardjad
Last active September 29, 2022 09:51
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save fardjad/ab38b11d568d7a48ddf3bb5b53486f7e to your computer and use it in GitHub Desktop.
Save fardjad/ab38b11d568d7a48ddf3bb5b53486f7e to your computer and use it in GitHub Desktop.
[How to Install Parallels Tools on Manjaro] Steps required to install Paralells Tools on Manjaro Linux #linux #manjaro #parallelsdesktop #macos

How to Install Parallels Tools on Manjaro

Steps required to install Paralells Tools on Manjaro Linux

Steps

  1. Install Manjaro Linux on a VM (it's recommended to take a snapshot before installing Parallels Tools)

  2. Update the OS

     pacman -Syu
    
  3. Install the latest LTS kernel and kernel headers (See this)

    Note: To install the headers, run uname -r and look at the first two numbers to figure out the package name. For example if the output of uname -r is 4.19.32-1-MANJARO the kernel headers package name for your kernel would be linux419-headers.

  4. Install base-devel package group and DKMS

     pacman -S base-devel dkms
    
  5. Connect the Parallels Tools image and run the installer script

     mkdir /mnt/cdrom
     mount /dev/cdrom /mnt/cdrom
     /mnt/cdrom/install
    
@Auctoris
Copy link

I had to reboot between installing the packages and running the Parallels Tools installer script - but this worked for me too! Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment