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

Printer HP Laser 107w/107a Installation in Linux Mint 21

July 5, 2022 | By the+gnu+linux+evangelist.

Setting Up Driver

  1. 4. Extracting HP ULD Driver

    Extract the HP ULD Driver archive into the /tmp directory. If it does not open automatically, double-click on File Manager:

    Step-by-step Driver HP Laser 107w/107a Linux Mint 21 Installation - Extracting Zip
    And again for the included archive:
    Step-by-step Driver HP Laser 107w/107a Linux Mint 21 Installation - Extracting Tar
    Or from the command line:

    unzip -d /tmp/ ~/Downloads/uld*.tar.gz

    If you have trouble finding the location on Terminal, see: How to Access Downloads Folder from Browser.
    Then run:

    tar xvzf /tmp/uld*.tar.gz -C /tmp/
  2. 5. Installing HP Laser 107w/107a Driver

    To Install HP Laser 107w/107a on Linux Mint, first access the target directory:

    cd /tmp/uld*/uld

    Check if the package is there:

    ls | grep printer

    The grep command refines the output list, showing only the entries matching the keyword. Then give execution permissions:

    chmod +x install*.sh

    Run the installer with:

    sudo ./install.sh

    First, type “q” and then “y” to quit the license agreement and accept it.
    Step-by-step Driver HP Laser 107w/107a Linux Mint 21 Installation - License

    For a network printer, try to set up the firewall automatically with “y”. In a few moments, the setup should be complete!

    Step-by-step Driver HP Laser 107w/107a Linux Mint 21 Installation - Done

Contents