brprintconf command not found

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

Introduction

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

brprintconf: command not found

or when using sudo you get the following error message

sudo: brprintconf: command not found

Solutions to brprintconf: command not found

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

In Ubuntu brprintconf is provided by brother-lpr-drivers-laser1 package.

brother-lpr-drivers-laser1 is:

This package provides all LPR drivers for models DCP-1000 DCP-1400 DCP-8020 DCP-8025D DCP-8040 DCP-8045D FAX-2850 FAX-2900 FAX-3800 FAX-4100 FAX-4750e FAX-5750e HL-1030 HL-1230 HL-1240 HL-1250 HL-1270N HL-1430 HL-1440 HL-1450 HL-1470N HL-1650 HL-1670N HL-1850 HL-1870N HL-5030 HL-5040 HL-5050 HL-5070N HL-5130 HL-5140 HL-5150D HL-5170DN HL-6050 HL-6050D MFC-4800 MFC-6800 MFC-8420 MFC-8440 MFC-8500 MFC-8820D MFC-8840D MFC-9030 MFC-9070 MFC-9160 MFC-9180 MFC-9660 MFC-9700 MFC-9760 MFC-9800 MFC-9860 MFC-9880

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

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

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-laser1.

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

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

sudo aptitude install brother-lpr-drivers-laser1

Summary

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