While Linux support on Chromebook is a welcome development, it hardly means anything for general consumers. One of the reasons is no graphical user interface (GUI) for Linux App Store which prevents people from discovering and using Linux apps on Chromebook. However, there is a way to install a GUI App Store on Linux and here I am going to show you how to get it. In this article, we bring you an in-depth guide on how to install Flatpak and Snap App Store in Linux on Chromebook. Both these app stores are quite popular in the Linux ecosystem so you will be able to access a legion of popular Linux apps on Chrome OS. With all that said, let’s go ahead and learn how to install a GUI app store in Linux on Chromebook.

Install Flatpak in Linux on Chromebook

While Flatpak has a significantly small repository of apps, it’s supported officially on Chromebooks and the apps run quite well. And that’s why we have mentioned Flatpak at the beginning of this article. Apart from that, Flatpak comes with its own library of essential packages and sandboxing tools so that is great. Now, let’s go ahead and install Flatpak in Linux on Chromebook.

sudo su sudo apt install flatpak sudo flatpak remote-add –if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

  1. Now that you have installed Flatpak successfully, let’s install a GUI application so you can easily discover, install and manage Linux apps on Chrome OS. Run the below commands and it will install the GUI app store.

  2. After the installation, you will find a “Software” named app inside the Linux folder in the App Drawer. Open it and voila, there you have it. A GUI store for Linux apps on Chromebook. That’s amazing, right? Here, you can discover and search for a range of Linux apps and install them in just a click. All the apps will be installed from the Flatpak repository.

  3. Now, open the app that you want to install and scroll down to the bottom. Here, you will find the command to install the app through the Terminal. Copy it and run the command on the Terminal to install the app. For example, here is how you can install Spotify through Flatpak.

  4. Here are some crucial Flatpak commands that can help you while dealing with Linux apps on Chrome OS.

  • Search for apps inside the Terminal:

sudo flatpak search <search_query>

  • List all Flatpak Installed Apps:

sudo flatpak list

  • Uninstall an app installed through Flatpak:

sudo flatpak uninstall <app_name>

  • Update all apps:

sudo flatpak update

  • Install Snap Store in Linux on Chromebook

Snap Store is quite popular in the Linux community and many people choose it over other app packaging platforms because of its massive app repository. So here, I am going to show you how to install Snap Store in Linux on Chromebook. Having said that, during my testing, I was able to install the majority of apps but they didn’t run quite well. Nevertheless, you can go ahead and try Snap Store on your Chromebook and see if it works for you.

Install Snap Store in Linux on Chromebook

  1. Now, to install any application, go to Snap Store on the web and find your choice of application. Further, click on the install button at the top-right corner and you will get the command to install the app. Copy it and run the command in the Terminal. Within a few minutes, the application will be installed. For example, here is the command to install VLC.

sudo snap install vlc

  1. If you want to search for Linux apps right in the Terminal then you can do so by the below command. After that, you can install the app by its normal name or package name through step #3.
  • List all Snap Installed Apps:

sudo snap list

  • Uninstall an app installed through Snap:

sudo snap remove <app_name>

sudo snap refresh

  1. You can also install the GUI version of the Snap Store by the below command. It will be much easier for you to discover and install Linux apps on Chromebook. However, in my testing, I was unable to install apps because of a sign-in error. Nevertheless, you can give it a try and see if it works on your Chromebook. After the installation, you will find Snap Store in the App Drawer under the Linux folder.