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

How to Install SageMath on Kubuntu 18.04 Bionic GNU+Linux

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

Installing

  1. 2. Setting Up Repository

    Enable the SageMath Kubuntu PPA Repository

    Here Enabled SageMath Kubuntu PPA
    How to Enable the SageMath Kubuntu Apt PPA Repository
  2. 3. Installing

    Then to Install SageMath for Kubuntu
    Simply run:

    Copy
    sudo apt install sagemath-upstream-binary

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

Contents