My (new) Chromebook3 uses the Linux - Beta OS.
I'm trying to download a printer driver for my Brother MFC-7440N printer. At the Brother Downloads page, I selected Linux (Windows and Mac were the other 2 choices). I then get two Linux choices:
- Linux (rpm)
- Linux (deb)
Which one of these do I need to select in order to continue the driver download process?
22 Answers
Select the .deb option.
On most Debian-based Linux distributions, users can double-click on .deb packages to install them. This same functionality can now be found in Chrome OS. You can double-click on any .deb file in the Chrome OS Files app to start the installation process.
Even though it was already possible to install .deb packages through the command line with
sudo dpkg -i package-name.deb, this makes using Linux apps on Chrome OS much easier for beginners.
Opening a .deb file on Chrome OS Install app with Linux (Beta)
Source: revised from Chrome OS can now install Linux apps from .deb packages
Set up Linux (Beta) on your Chromebook
At the bottom right, select the time.
Select Settings .
Under Linux (Beta), select Turn On.
Follow the steps on the screen. Setup can take 10 minutes or more.
A terminal window opens. You can run Linux commands, install more tools using the
aptpackage manager, and customize your shell.To install a .deb file with
aptchange directories withcdto the directory containing the .deb file and run this command:sudo apt install ./package-name.debThis command will install the .deb file and automatically install missing dependency packages if they are available from your software sources.
Source: revised from Chromebook Help - Set up Linux (Beta) on your Chromebook
I'd suggest getting it to work with ChromeOS. Many apps will let you print to a file such as a PDF. You could then open and print that file within ChromeOS via the Files app.
I believe this is an old printer and doesn't support Cloud Print but many printers can be added in Settings as CUPS printers either by USB or over your local network.