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

Step by step – Printer Epson L362/L364 Installation on Kali

March 10, 2020 | By the+gnu+linux+evangelist.

Setting Up Driver

[ad_slider autoplay=”true” interval=”8″ count=”5″]

  1. 2. Downloading Epson Printer Driver

    Download Epson Printer in Linux

    Epson Printer .deb Driver
    [ad_slider autoplay=”true” interval=”8″ count=”5″]
  2. 3. Installing Driver

    Installing Epson Printers Driver on Kali
    First, access the Target location:

    cd ~/Downloads

    Check there is with:

    ls | grep epson

    And then to Setup it:

    sudo gdebi ./epson-inkjet-printer*lsb*.deb

    GDebi Package Installer will Manage the Software Dependencies…
    If No GDebi then First:

    sudo apt install gdebi gdebi-core

[ad_slider autoplay=”true” interval=”8″ count=”5″]