$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.

Adding Printer

  1. 4. Installing CUPS

    And to Install CUPS in antiX Linux
    Simply run:

    sudo apt install cups cups-client cups-filters cups-ipp-utils
  2. 5. Running CUPS

    Then to Start CUPS Service
    Execute:

    sudo service cups start

    And to Enable it at Boot:

    sudo systemctl enable cups
  3. 6. Adding Printer

    How to Add Printer in GNU/Linux Desktops

    Easy GNU/Linux Desktops Printer Setup