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

How to Install SageMath on Lubuntu 16.04 Xenial GNU+Linux

May 8, 2019 | By the+gnu+linux+evangelist.

Installing

  1. 2. Setting Up Repository

    Enable the SageMath Lubuntu PPA Repository

    Enabled SageMath Lubuntu PPA
  2. 3. Installing

    Then to Install SageMath for Lubuntu
    Simply run:

    sudo apt install sagemath-upstream-binary

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

Contents