About Chromebooks

Chromebook, ChromeOS and Google Chrome browser news

linux install messages

Chromebooks will be able to install Debian apps (packages) through native Files app

Last month, XDA-Developers reported that Google’s Project Crostini would support a simple installation of Linux apps. Currently, all Linux packages are installed directly in the Linux container through the command line interface, which can be clunky for those new to Linux using Project Crostini. Google is simplifying this process directly through the native Files app in Chrome OS.

task install linux package

Recent code changes show that Google is adding a file handler for Debian packages so that if a user downloads an app package within Chrome OS — where they would appear in the Files app with a .deb extension — the user can then choose to have the package installed in the Linux container.

As I understand it, right-clicking on a .deb package in the Files app will show a “Install with Linux (Beta)” option. Additionally, all information for the application install will appear as system notifications in Chrome OS.

The functionality is welcome, but a bit basic. In the change description, developers say that they plan to retrieve and show information about the package, such as the name, version and description of package, similar to how a modern package manager in Linux works today. And when this feature arrives, you won’t be able multi-select several .deb packages for installation; the first implementation will only support a single install at a time.

Even so, this is another step towards a pure user experience integration between Chrome OS and native Linux apps, without adding the confusion of having a full graphical Linux desktop environment: That would likely bring more confusion to the Chrome OS experience, which Google tries to keep as simple as possible.

author avatar
Kevin C. Tofel

4 thoughts on “Chromebooks will be able to install Debian apps (packages) through native Files app

  1. Nice, but manually installing .deb packages is actually a step backwards from Linux package managers such as the synapitic front end for apt-get.

    I suspect that just pre-installing one of these might be more useful.

    I doubt that full integration with the Chrome Web Store is plausible. Linux packages are just not presented the same way as Android or Chrome apps are.

      1. Installed Synaptic, but it doesn’t show up when in search box. Software Center does show up.

  2. Installing Linux application packages – .deb and .rpm – using a package manager will for the time being remain the main way to install Linux applications while automatically handling the installation of dependencies to a large extent. But, things may not always remain this way. Already, Docker, CoreOS, Google, Redhat and Canonical have done a lot of groundwork for newer approaches to installing ‘containerised’ Linux applications. The message here strongly seems to be that traditional packages and package managers are on the way out.

    There may be some temporary loss of convenience if this trend proceeds quickly. But, there will no doubt be efforts to set things right in that regard in time. The current method of updating Chrome OS, Chrome apps and PWAs seems fine to me and I wouldn’t be surprised if, down the line, something similar gets employed for (containerised) Linux applications.

Comments are closed.

Scroll to top