For years, one of the most convenient features of ChromeOS was the ability to install Linux .deb packages simply by double-clicking them in the Files app. It worked much like installing an .exe file on Windows or a .dmg file on macOS, download the app, double-click it, and ChromeOS would automatically launch the Linux installer.
However, after the recent ChromeOS 147 update and the rollout of Google’s new Linux architecture called Baguette, many users have reported that double-clicking .deb files no longer opens the installer. Instead, it may open a blank Files app window or do nothing at all.
This change could make installing Linux apps significantly harder for everyday Chromebook users who are not comfortable using Terminal commands. In this article, we’ll explain what’s happening, why Google may have removed this feature, and how you can still install .deb files on your Chromebook.
ChromeOS No Longer Installs .deb Files by Double-Clicking
Traditionally, ChromeOS allowed users to install Linux packages in two simple ways: by double-clicking the .deb file in the Files app or by right-clicking the file and selecting Install with Linux.
This graphical installation process was one of the best parts of ChromeOS’s Linux integration because it made Linux apps feel almost native. However, with Google transitioning ChromeOS Linux from the older Crostini system to the newer Baguette architecture, these installation options are no longer available.
Baguette is Google’s newly introduced Linux environment for ChromeOS. It is designed to modernize Linux app support and improve performance by replacing parts of the older Crostini-based infrastructure. However, there is still a way to install .deb files on a Chromebook.
How to Install .deb Files on Chromebook
Even though double-click installation may be gone, you can still manually install Linux .deb packages using Terminal. Here’s how:
1. Open the Files app.
2. Move the downloaded .deb file into the Linux files folder.
3. Open the Terminal, type the following command:
sudo apt install ./filename.deb

Replace filename.deb with the actual file name. APT will automatically install any required dependencies, making the process relatively straightforward, even without the graphical installer. Once the installation is complete, you can launch the app from your Chromebook’s Launcher like any other installed application.
Wrapping Up
The removal of double-click .deb installation on ChromeOS is a frustrating change, especially for users who relied on the simple graphical installer to set up Linux apps quickly. For many Chromebook users, this feature made Linux feel much more approachable and user-friendly.
While Google’s new Baguette architecture promises better performance, faster startup times, and improved compatibility for Linux applications, using the Terminal remains the most reliable way to install .deb packages on your Chromebook right now.
However, if you are still facing issues installing a .deb file, be sure to check out the linked guide for additional troubleshooting steps and fixes.







