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

Printer Epson Artisan 50 Installation in Debian – Step-by-step

March 17, 2023 | By the+gnu+linux+evangelist.

Setting Up Driver

  1. 2. Installing LSB

    How to Install LSB in Debian

    LSB Debian Setup Guide
  2. 3. Downloading Epson Artisan 50 Driver for Debian

    Download Debian Epson GNU/Linux Driver

    Epson Artisan 50 Driver .deb
  3. 4. Installing Epson Artisan 50 Printer Driver

    Then to Install Epson Artisan 50 Driver for Debian
    First, access the Download location by default with:

    cd /tmp/uld*/uld

    To Check it’s there List the contents with:

    ls . | grep uld

    | grep epson
    The grep Command refine the output List showing only the Entries matching the Keyword.
    But if yuo are in Trouble to Find it out 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

Contents