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

Step-by-step – Brother Scanner Installation in Zorin OS

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

Setting Up

  1. 2. Getting Installation Brother Driver Script

    Download the Brother Scanner Driver Installer for Linux

    Brother Scanner .gz Installer

    And then Installation Script is the Same for All Brother Printers!

  2. 3. Extracting Brother Scanner Driver Package

    Double-Click on Archive Extract into /tmp

    Install Brother Scanner on Linux Zorin OS - Archive Extraction

    Or from Command Line:

    gunzip -c $HOME/Downloads/linux-brprinter-installer*.gz > /tmp/linux-brprinter-installer
  3. 4. Setting Brother Scanner Driver Permissions

    Give Execution Permission.

    cd /tmp
    chmod +x linux-brprinter-installer*

    Authenticate with the User Admin Pass.
    If Got “User is Not in Sudoers file” then see: How to Enable sudo.

  4. 5. Installing Brother Scanner Driver

    Now to Install Brother Scanner Drivers

    sudo ./linux-brprinter-installer*

    In case of “CUPS is not installed” issue then to see How to Install it Here.

    When Prompted Insert your Brother Scanner Model!
    Install Brother Scanner on Linux Zorin OS - Terminal
    Then the Installer will Provide Automatically to Download and Install the Scanner and potentially also the Scanner Drivers…
    Again following the CLI wizard, when Prompted about a Device URI:

  5. 5. Accessing Settings

    Then Launch Settings Applet
    Searching for “settings” on Bottom Menu:

    Zorin OS Settings
  6. 6. Adding Printer

    Finally, to Add Printer
    First, Choose Devices:

    Devices

    Then Printers:

    Printers

    And then Add New Printer:

    Add New Printer

    Then Browse to “Install PPD File” Driver.

    How to Find Printer PPD File’s Location on Zorin OS

    GNU/Linux Zorin OS PPD File Location

    Or else try to Search it in the “Printers Database”.
    Finally, the Printer should be Successfully Installed and Working on System!

Contents