Which variant of Brother's Linux printer driver ('rpm' or 'deb') is best for model HL5450DN mono laser printer for Ubuntu 15X or 14X versions?
Click on the printer name and the fields at the bottom of the Add window auto-populate with information about the printer, including its name, location, and driver, which the Mac auto selects. By default, your Mac auto-selects the driver.
2 Answers
For Ubuntu, you always go with .deb
files!
Also make sure its description matches your Ubuntu's version number or codename (e.g. 14.04
or trusty
) and architecture (32bit=i386
or 64bit=amd_64
).
Ubuntu is based on Debian Linux. Debian uses the deb
package system, which all of its derivates adopted.
You can use the tool dpkg
to install a .deb
package on Ubuntu:
If possible, you should prefer software from an official repository or at least PPA that you can install with apt-get
, aptitude
or a GUI tool like the Software-Center or Synaptic.
The RPM (RedHat Package Management) system is a different package system for other Linux distributions, i.e. RedHat Linux and its derivates. They're incompatible with the deb
packages used by Debian and Ubuntu.
However, it's still sometimes possible to convert .rpm
packages into .deb
packages using the tool alien
, so that you can install it. This fails for packages with deep system integration though, because those are often highly adapted to the specific distribution and therefore unable to run anywhere else.
You can not install rpm package in Ubuntu. Get a deb package that exactly corresponds your Ubuntu version and architecture.
Barafu AlbinoBrother Printer Driver For Linux
Barafu AlbinoBrother Wireless Printer Downloads Drivers
Not the answer you're looking for? Browse other questions tagged printing or ask your own question.
This page is part of the UserDocumentation series of index pages. Please read the WikiGuide prior to making changes. |
Contents |
If you are looking to purchase a new printer find out if it is free software compatible. A 'Linux compatible' printer can be more problematic than a free software compatible printer as manufacturers have refused to cooperate with the community on support.
Resources:
List of recommended printers from the free software foundation (currently unmaintained).
Linux Deal Browse Linux-compatible printers.
ThinkPenguin.com sells only free software compatible hardware (including printers).
LinuxPrinting.org offers an extensive list of 'Linux compatible' printers. Some printers in this list with free drivers are not completely free as they require a non-free plug-in to be fully functional.
HP provides a list of printers and indicates free software compatibility.
Printers in Ubuntu - Reports of printer functionality in Ubuntu. This list contains both free and non-free software dependent printers. Many of the listed non-free software dependent printers do not work with newer editions of Ubuntu.
Linux Printers - Read through Linux user reviews and add your own printer review.
Many of these printer manufacturers require non-free drivers or plug-ins. HP has the largest selection of free software compatible printers. Some of the higher end laser machines from other manufacturers are at least partially free software compatible.
Brother Printers - Install Brother printer drivers and utilities.
Canon Printers - Install Canon printers using Canon tools.
HP Printer - Install and maintain HP printers using HP tools.
HP All-in-One Printers - Setup HP Print/Scan/Copy printers using HP tools.
Lexmark Printers - Install Lexmark laser printers using Lexmark tools. Some Lexmark Printers are paperweights in Ubuntu, though virtually all of the better models support PostScript and work very well. Take care buying low end printers (of any brand).
Lexmark Multifunction Printers - Install Lexmark multi-function inkjet printers (x1000-series) using Lexmark drivers.
Samsung Printers - Install Samsung printers using Samsung tools.
Xerox Printers - Install Xerox printers using Xerox tools.
* The KONICA MINOLTA 1690MF
Printer Sharing With Ubuntu - Setup an Ubuntu print server for attached printers, print to it from other Ubuntu or Windows clients. For HP network printers on recent Ubuntu versions, see HP All-in-One Printers.
Netware Printing From Ubuntu - Print to a Netware Printer Queue from Ubuntu.
Network Printing to Windows XP - Print to a Windows print server from Ubuntu clients.
Network Printing From Windows XP - Setup CUPS on Ubuntu so Windows XP clients can print to it.
Network Printing From Mac OSX - Setup CUPS on MacOSX clients to print to a Ubuntu print server.
Print to PDF - Setup a virtual printer to print PDFs from any application.
CategoryHardware
Comments are closed.