brprintconflsr2 command not found

In this troubleshooting guide we learn how to fix brprintconflsr2 command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

brprintconflsr2: command not found

or when using sudo you get the following error message

sudo: brprintconflsr2: command not found

Solutions to brprintconflsr2: command not found

How To Fix brprintconflsr2: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu brprintconflsr2 is provided by brother-lpr-drivers-laser package.

brother-lpr-drivers-laser is:

This package provides all LPR drivers for models DCP-7010 DCP-7020 DCP-7025 DCP-8060 DCP-8065DN FAX-2820 FAX-2920 HL-2030 HL-2040 HL-2070N HL-5240 HL-5250DN HL-5270DN HL-5280DW MFC-7220 MFC-7225N MFC-7420 MFC-7820N MFC-8460N MFC-8660DN MFC-8860DN MFC-8870DW

To fix this problem, we can install more using the command below.

sudo apt-get -y install brother-lpr-drivers-laser

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install brother-lpr-drivers-laser.

sudo apt -y install brother-lpr-drivers-laser

Or if you have aptitude installed you can use the following command.

sudo aptitude install brother-lpr-drivers-laser

Summary

In this tutorial we learn how to fix brprintconflsr2 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.