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

How to Update/Upgrade Antergos Linux System Easy Guide

August 15, 2017 | By the+gnu+linux+evangelist.

Update/Upgrade Antergos

Hello Antergos User! The tutorial shows you step-by-step How to Update and Upgrade Antergos GNU/Linux – Step by step Tutorial.

Especially relevant: also if an Software Update App is available the Best Way for Updating/Upgrading is still using pacman on Shell.

How to Update/Upgrade Antergos Linux System - Featured
  1. First, Open a Command Line Terminal window
    (Press “Enter” to Execute Commands)

    How to Update/Upgrade Antergos Linux System - GNOME Launch Terminal
  2. Then Update the pacman Repositories.

    sudo pacman -Syy
  3. Finally, Update/Upgrade Antergos System.

    sudo pacman -Su