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

How to Install Required Packages for Canon Legacy Driver on Ubuntu 18.10 Cosmic

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

Canon Legacy Driver Ubuntu 18.10 - Restoring Ubuntu Repo

  1. Restore Ubuntu Cosmic Repo.

    rm /etc/apt/sources.list.d/extra.list
    apt update
    exit