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

How to Install LAMP Kubuntu 18.10 Cosmic Easy Guide

October 27, 2018 | By the+gnu+linux+evangelist.

LAMP Kubuntu 18.10 - Installation

  1. Then to Install the LAMP Web Server.

    sudo apt install apache2 php mysql-server php-mysql

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

  2. How to Enable Apache2 mod_rewrite Module on Kubuntu.

    Enabling Apache2 Rewrite for Kubuntu
  3. And for Installing the PHP 7 Apache Module.

    sudo apt install libapache2-mod-php

    Please note that this package ONLY works with Apache’s prefork MPM, as it is not compiled thread-safe.

Contents