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

Step-by-step – Genymotion on Arch Linux 2020 Installation

August 9, 2020 | By the+gnu+linux+evangelist.

Installing

  1. 2. Installing Dependencies

    Now Install Oracle VirtualBox
    Simply play:

    sudo pacman -s virtualbox
  2. 3. Installing AUR Package Manager

    How to Install Yay for Arch GNU/Linux

    Installing Yay Aur Package Installer
  3. 4. Installing Genymotion

    Then to Set up Genymotion on Arch
    Simply run:

    yay -Sy --noconfirm genymotion

    On Prompt try simply to Hit “Enter” and follow with the Default Choices.

Contents