brprintconf_hl4040cn command not found

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

Introduction

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

brprintconf_hl4040cn: command not found

or when using sudo you get the following error message

sudo: brprintconf_hl4040cn: command not found

Solutions to brprintconf_hl4040cn: command not found

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

In Ubuntu brprintconf_hl4040cn is provided by brother-lpr-drivers-ac package.

brother-lpr-drivers-ac is:

This package provides all LPR drivers for models HL-4040CN HL-4040CDN HL-4050CDN HL-4070CDW MFC-9440CN MFC-9450CDN MFC-9840CDW DCP-9040CN DCP-9042CN DCP-9045CDN

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

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

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

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

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

sudo aptitude install brother-lpr-drivers-ac

Summary

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