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

How to Install HP Scanner on MX Linux – Step-by-step

October 17, 2020 | By the+gnu+linux+evangelist.

Setting Up

  1. 3. Installing HP Scanner Driver

    Finally, to Install HP Scanner Driver
    Change to the Directory containing the Downloaded HP Scanner Drivers Installer

    cd ~/Downloads

    Give Execution Permissions

    chmod +x hplip*.run

    Run the HP Scanner Drivers Installer

    sudo ./hplip*.run

    Confirm to “Install as Root” to avoid potentials installation issues…
    Then you can simply Choose “a” for the Automatic Setup.
    In Case of Upgrade when Prompted Confirm ro Re-Install with “i”.
    For the others just Confirms the Defaults.
    The Installer will Provide Automatically to Manage all the Software Dependencies!
    During Installation you may be Prompted about to Unplug and Re-Plug the USB Connected Scanners:
    How to Install HP Scanner Driver in MX - Re-Connect usb Scanner
    In any cases you can Plug-In a New HP Device simply by Running this Command:

    sudo hp-setup

    And then Following the Wizard…
    How to Install HP Scanner Driver in MX - New Device Setup

  2. 4. Installing CUPS

    And to Install CUPS in MX Linux
    Simply run:

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

    Then to Start CUPS Service
    Execute:

    sudo service cups start

    And to Enable it at Boot:

    sudo systemctl enable cups
  4. 6. Adding Printer

    Finally, to Add Printer
    First, Choose Printers:

    MX Linux 19 Add Printer Guide - Printers

    And then Add New Printer:

    MX Linux 19 Add Printer Guide - Add New Printer

    Follow the Wizard and the Printer should be successfully Founded and Installed…

Contents