Step-by-step – Brother Scanner Installation in MX Linux

October 17, 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 MX Linux - 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 MX Linux - 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. 6. Installing CUPS

    And to Install CUPS in MX Linux
    Simply run:

    sudo apt install cups cups-client cups-filters cups-ipp-utils
  6. 7. Running CUPS

    Then to Start CUPS Service
    Execute:

    sudo service cups start

    And to Enable it at Boot:

    sudo systemctl enable cups
  7. 8. 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


QuickChic Theme • Powered by WordPress