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

LAMP PHP 8 EndeavourOS 2021 Installation – Step-by-step

November 28, 2021 | By the+gnu+linux+evangelist.

GNU/Linux EndeavourOS 2021 Installing LAMP PHP 8 – QuickStart Guide

Hi! The Tutorial shows you Step-by-Step How to Install LAMP PHP 8.x in EndeavourOS 2021 GNU/Linux Desktop.

And currently to get the PHP 8 Linux EndeavourOS Installation, you have to Manually Setup the AUR Package Manager.

Especially relevant: the Guide include instructions about Setting up MariaDB as the Open Source implementation of the MySQL DB.

PHP 8 is a major Update of the PHP Language!

Moreover, the PHP 8 New Features includes:

  • Named Arguments
  • Union Types
  • attributes
  • Constructor Property Promotion
  • Match Expression
  • Nullsafe Operator
  • JIT

Finally, LAMP is de facto Web Development Standard. Today, the products that make up the LAMP stack are included by default in nearly all GNU/Linux distributions.

How to Install PHP 8 on EndeavourOS Linux 10 - Featured
  1. 1. Launching Terminal

    Open a Terminal Shell emulator window
    Ctrl+Alt+t on Desktop
    (Press “Enter” to Execute Commands)
    Or Select the Launcher on the Bottom Bar:

    Open Terminal
    In case first see: Terminal QuickStart Guide.
    Or else Right-Click on Desktop or File Manager > Open Terminal Here:
    Open Terminal Here