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

Printer Epson WF-C5790/WF-C5790BA/WF-C5790BAM Installation in Debian – Step-by-step

August 5, 2022 | By the+gnu+linux+evangelist.

Setting Up Driver

  1. 3. Downloading Epson WF-C5790/WF-C5790BA/WF-C5790BAM Driver in Debian

    Download Debian Epson GNU/Linux Driver

    Epson WF-C5790/WF-C5790BA/WF-C5790BAM Driver .deb
  2. 4. Installing Epson WF-C5790/WF-C5790BA/WF-C5790BAM Printer Driver

    Then to Install Epson WF-C5790/WF-C5790BA/WF-C5790BAM Driver in Debian Linux
    First, access the Download location by default with:

    cd ~/Downloads

    To Check it’s there List the contents with:

    ls . | grep epson

    The grep Command refine the output List showing only the Entries matching the Keyword.
    But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.
    And then to Set up the Driver run:

    sudo gdebi ./epson*.deb

    If not GDebi then first play:

    sudo apt install gdebi gdebi-core