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

How to Install GutenPrint on Debian Buster 10 Gnu/Linux

May 8, 2019 | By the+gnu+linux+evangelist.

Setting Up

  1. 3. Downloading Gutenprint

    Download GutenPrint Source for Linux

    GutenPrint tar.xz Source
  2. 4. Extracting Gutenprint

    Now Extract Gutenprint into the /tmp directory
    Possibly, Double-clic/Right-click and open with Archive Manager:

    Install GutenPrint Printers Drivers for CUPS/Ghostscript and Gimp Plugin on Debian - Extraction
  3. 5. Installing Gutenprint

    Installing Gutenprint on Debian Linux
    First, access the targed Folder:

    cd /tmp/gutenprint*

    Then configure.

    ./configure

    Again make it:

    make clean
    make

    And finally, to install run:

    sudo make install

    The Installation will be Quickly Achieved in about 5 Minutes.
    For further Instructions and Details Look into the README File…

Contents