brprintconf_mfc3360c command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
brprintconf_mfc3360c: command not found
or when using sudo you get the following error message
sudo: brprintconf_mfc3360c: command not found
Solutions to brprintconf_mfc3360c: command not found
How To Fix brprintconf_mfc3360c: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu brprintconf_mfc3360c is provided by brother-lpr-drivers-bh7 package.
brother-lpr-drivers-bh7 is:
This package provides all LPR drivers for models DCP-130C DCP-330C DCP-540CN DCP-750CW FAX-1860C FAX-1960C FAX-2480C FAX-2580C MFC-240C MFC-3360C MFC-440CN MFC-5460CN MFC-5860CN MFC-660CN MFC-665CW MFC-845CW
To fix this problem, we can install more using the command below.
sudo apt-get -y install brother-lpr-drivers-bh7
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-bh7.
sudo apt -y install brother-lpr-drivers-bh7
Or if you have aptitude installed you can use the following command.
sudo aptitude install brother-lpr-drivers-bh7
Summary
In this tutorial we learn how to fix brprintconf_mfc3360c command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.