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

How to Recover Kubuntu 18.10 Cosmic System

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

Recovering Kubuntu 18.10 - First Aid

    1. As First-Aid Try a Simple Reparation of Kubuntu 18.10 Cosmic.

      1. Open a Shell Terminal emulator window
        Start Typing ‘term’ on Desktop.
        (Press “Enter” to Execute Commands)

        Linux Kubuntu 18.10 Cosmic How to Recover a Broken System - Open Terminal

        In case first see: Terminal QuickStart Guide.

      2. Execute the Commands:
        sudo su -c "apt-get update"
        sudo su -c "dpkg --configure -a"
        sudo su -c "apt-get -f install"