$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Fedora 30 Workstation 15.5 Pro Unable to Install All Modules Solution

May 1, 2020 | By the+gnu+linux+evangelist.

Installing

[ad_slider autoplay=”true” interval=”8″ count=”5″]
  1. 1. Downloading Kernel Modules Updater

    Download VMare Workstation Pro Kernel Modules Updater for GNU/Linux

    Cloning VMare Workstation Pro Kernel Modules Updater Repo
    [ad_slider autoplay=”true” interval=”8″ count=”5″]
  2. 2. Installing Kernel Modules

    Then to Set up VMare Workstation Pro Kernel Modules on Linux
    First, Access the Target:

    cd /tmp/vmware-host-modules

    Then to Make it use:

    make VM_UNAME="`uname -r`"

    Where “uname -r” is the Current Kernel release.
    And if you got an Issue, probably is because of the Missing Linux Headers…

    How to Install Linux Kernel Headers

    Installing Linux Headers
    [ad_slider autoplay=”true” interval=”8″ count=”5″]

    Finally, to Setup them:

    sudo make install

    Authenticate with the User Admin Pass.
    If Got “User is Not in Sudoers file” then Look: Solution.

  3. 3. Restarting VMware Services

    Last, in case to Restart VMware Service
    Play:

    sudo /etc/init.d/vmware restart

Thanks to mkubecek precious Work!

So Now I’m truly Happy if My Guide could Help you to Solve VMware Workstation 15.5 Pro Kernel Modules Installation Issue!

Contents