Installing Driver
- 
2. Downloading Brother Printer DriverDownload the Brother HL-L2320D Printer Driver Installer for Fedora First, Choose Driver Install Tool 
 Then Select the Language: English or English (China)
 The Driver Installation Script is the Same for All Brother Printers!
 Especially relevant: in case of Setup Issue you can Search for your Printer Model and then Grab one by one the .rpm Packages and then use the Package Manager for a Local Setup.
 In this case you’ll need: LPR printer driver, CUPSwrapper, Scanner driver, Scan-key-too, and Scanner Setting file.
- 
3. Extracting Brother Printer DriverThen Extract it into /tmp 
 Possibly Double-Click/Right-Click on it to Open with Archive Manager:  Or from Command Line: gunzip -c $HOME/Downloads/linux-brprinter-installer*.gz > /tmp/linux-brprinter-installer 
- 
4. Installing Brother HL-L2320D Printer DriverThen to Install Brother Printer Drivers 
 First, access the Target Folder:cd /tmp And then give Execution Permission with: chmod +x linux-brprinter-installer* If Got “User is Not in Sudoers file” then see: How to Enable sudo 
- For a USB Connection Simply Enter “n”!
- 
For a Network Shared Connection Setup Go to: http://localhost:631/printers/
 Select the Printer
 Select “Modify Printer”
 Enter your sudo Username & Pass
 Select the Protocol and Continue…
 For Help see Instructions on:
 http://localhost:631/help/network.html
Now to Install it play:
sudo ./linux-brprinter-installer*
In case of “CUPS is not installed” issue then to see How to Install it Here.
When Prompted Insert your Brother Printer Model!

Then the Installer will Provide Automatically to Download and Install the Printer and potentially also the Scanner Drivers…
Especially relevant: in case of Issue try first to make the needed Directory with:
sudo mkdir -p /var/spool/lpd
Again you can try to Grab all the .rpm Packages as explained before in the Download Step.
Then access the Target Folder, usually with:
cd ~/Downloads
To Check it’s there List the contents with:
ls . | grep cupswrapper
The grep Command refine the output List showing only the Entries matching the Keyword.
But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.
And last to Install them with:
sudo yum install ./*br*.rpm ./*cupswrapper*.rpm ./*lpr*.rpm
Or in case of SUSE:
sudo zypper in ./*br*.rpm ./*cupswrapper*.rpm ./*lpr*.rpm
Next Run again the Installation Script as in the beginning!
Again following the CLI wizard, when Prompted about a Device URI:
Contents
