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

How to Install Epson Inkjet Printer on Q4OS

January 28, 2022 | By the+gnu+linux+evangelist.

Setting Up Driver

  1. 2. Downloading Epson Printer Driver

    Download Epson Printer in Linux

    Epson Printer .deb Driver

    Search which Driver is the Right one for your Printer.
    In case of the “ESC/P-R Driver 1” you may Skip the Download and go to the Next Step.

    But if None then you should see the Alternative: GutenPrint Driver Suite Setup.

  2. 3. Installing Epson Printer Driver

    Then to Install Epson Inkjet Printer in Q4OS
    For the ESC/P-R Driver 1 available on the Apt Repo play:

    sudo apt install -V printer-driver-escpr

    But for the Latest version and also for the other variants first See: How to Install LSB in Q4OS

    LSB Q4OS Setup Guide

    Follow the instructions as for Debian Bullseye.
    And then again install the GDebi Package Installer like:

    sudo apt install gdebi

    Authenticate with the User Admin Pass.
    If Got “User is Not in Sudoers file” then see: How to Enable sudo.
    Finally, to Install the Epson Printer Driver play:

    sudo gdebi ~/Downloads/epson*lsb*.deb

    But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.