brprintconf_mfc230c command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
brprintconf_mfc230c: command not found
or when using sudo you get the following error message
sudo: brprintconf_mfc230c: command not found
Solutions to brprintconf_mfc230c: command not found
How To Fix brprintconf_mfc230c: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu brprintconf_mfc230c is provided by brother-lpr-drivers-extra package.
brother-lpr-drivers-extra is:
This package provides all LPR drivers for models FAX-1815C FAX-1820C FAX-1835C FAX-1840C FAX-1920CN FAX-1940CN FAX-2440C MFC-210C MFC-3220C MFC-3240C MFC-3320CN MFC-3340CN MFC-3420C MFC-3820CN MFC-410CN MFC-420CN MFC-5440CN MFC-5840CN MFC-620CN DCP-110C DCP-310CN DCP-560CN DCP-770CW DCP-350C DCP-353C MFC-465CN MFC-680CN MFC-685CW MFC-885CW MFC-230C MFC-235C MFC-260C DCP-135C DCP-150C DCP-153C
To fix this problem, we can install more using the command below.
sudo apt-get -y install brother-lpr-drivers-extra
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-extra.
sudo apt -y install brother-lpr-drivers-extra
Or if you have aptitude installed you can use the following command.
sudo aptitude install brother-lpr-drivers-extra
Summary
In this tutorial we learn how to fix brprintconf_mfc230c command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.