Install Linux App Store On Chromebook
Install Linux App Store On Chromebook :- Are you looking to enhance your Chromebook experience by accessing a variety of Linux applications? In this guide, we will explore how to install the Linux App Store on your Chromebook. Specifically, we will focus on two popular app stores: Plasma Discover and Flathub. With these tools, you can unlock a world of applications and games that can significantly boost your productivity and enjoyment.
Enabling the Linux Environment
Before diving into the installation process, it’s essential to enable the Linux environment on your Chromebook. This step is crucial as it allows your device to run Linux applications. Here’s how to do it:
- Open your Chromebook settings.
- Navigate to the “Developers” section.
- Enable the Linux development environment.
Once you enable this feature, your Chromebook will set up the necessary files and tools for running Linux applications. After the installation is complete, a terminal window will automatically open, ready for your commands.
Updating Your Linux Distribution
After successfully enabling the Linux environment, it’s a good practice to update your distribution and its core components. This ensures that your installation of Linux applications goes smoothly. In the terminal, enter the following commands:
sudo apt update
sudo apt upgrade
These commands will refresh your package list and upgrade any outdated packages, ensuring you have the latest features and security updates.
Option 1: Installing Plasma Discover App Store
Plasma Discover is one of the first app stores you can install on your Chromebook for accessing Linux applications. Here’s how to install it:
sudo apt install plasma-discover
Wait a few minutes for the installation to complete. Once finished, you will find the Plasma Discover app in your launcher.
Using Plasma Discover
With Plasma Discover installed, you can explore a variety of application categories. Simply click on any category to view the available apps. To install an app, just click the “Install” button. Once installed, the app will appear in the “Linux apps” folder in your Chromebook launcher. If you ever need to uninstall an app, right-click its icon and select “Uninstall.”
Option 2: Using the Flathub App Store
If Plasma Discover isn’t working for some reason, you can turn to Flathub as an alternative. Flathub is an extensive online repository for Linux applications, offering a catalog of apps and games. However, unlike Plasma Discover, it doesn’t provide a graphical user interface (GUI) for browsing applications. To start using Flathub, you’ll first need to install a package management tool called Flatpak.
sudo apt install flatpak
Adding the Flathub Repository
After installing Flatpak, you must add the Flathub repository to your system:
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
With Flatpak installed and the Flathub repository added, you can now browse the Flathub website for applications.
Installing Applications from Flathub
Let’s say you want to install Discord from Flathub. Here’s how:
- Visit the Flathub website and find Discord.
- Click the arrow beside the “Install” button to copy the installation command.
- Return to your terminal and paste the command to install Discord.
flatpak install flathub com.discordapp.Discord
Uninstalling Applications
If you need to uninstall an application, you can do so with a similar command. Just replace the word “install” with “uninstall” in the command you used:
flatpak uninstall com.discordapp.Discord
Conclusion
In this guide, we explored how to install the Linux App Store on your Chromebook. Whether you choose Plasma Discover or Flathub, both options provide access to a vast array of Linux applications. With the right setup, your Chromebook can become a powerful tool for productivity and creativity.
If you found this tutorial helpful, consider sharing it with others looking to install Linux apps on their Chromebooks. For more information on Linux applications and tools, you can check out Flathub – Apps for Linux.
Made with VideoToBlog