$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 19.04 Disco

April 1, 2019 | By the+gnu+linux+evangelist.

Canon Legacy Driver Ubuntu 19.04 - Restoring Ubuntu Repo

  1. Restore Ubuntu Disco Repo.

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