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

Cordova and PhoneGap Lubuntu Installation

March 22, 2020 | By the+gnu+linux+evangelist.

Installing Cordova

  1. 2. Installing NodeJs

    How to Install the Latest Node.js on Lubuntu

    Here Installing Node.js on Lubuntu
    How to Install the Latest Node.js on Linux Lubuntu
  2. 3. Installing Git

    Then to Install Git
    Simply play:

    Copy
    sudo apt install git

    Authenticate with the User Admin Pass.
    If Got “User is Not in Sudoers file” then see: How to Enable sudo

  3. 4. Installing Cordova

    Now to Install the Latest Cordova with Npm
    Run:

    Copy
    npm install -g cordova

    Or:

    Copy
    sudo npm install -g cordova
  4. 5. Testing Cordova

    Finally, to Test Cordova Installation
    Do:

    Copy
    cordova

    And you should Find in Output the Cordova Help Notice.

Contents