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

Maven Installation in Solus Linux – Step-by-step

November 8, 2023 | By the+gnu+linux+evangelist.

Installing

  1. 2. Installing Maven

    Now to Install Maven for Solus
    Simply play:

    sudo eopkg install apache-maven
  2. 3. Setting up Java

    Verify that JDK 8+ is Installed on System

    javac -version

    How to Install Recommended Oracle Java JDK on Solus

    Installing Oracle JDK for Solus

Contents