ChromeOS | Linux Development Environment | uninstall an application


In this video, we’ll guide you through the process of uninstalling a Linux app from your Google Chromebook. Since we installed the app using Linux Development Environment and Flatpak, we’ll need to use some terminal commands to remove it.

Notes: Here’s a quick rundown: Linux Development Environment is basically a virtual machine running Linux inside ChromeOS. By default, Linux and ChromeOS are kept separate. Flatpak is a software distribution framework that lets developers package and share their apps across different Linux distributions. To update apps installed with Flatpak, we’ll need to use the Linux terminal.

Note: Just a heads up, if you’re using a school or work Chromebook, your IT department might have turned off access to the Linux Development Environment. So before you give it a try, it’s best to chat with your system administrator or tech support. They’ll be happy to help you out!

  • Open the Linux Development Environment menu.
  • From within the menu select Penguin to open a Linux Terminal windows.
  • First we are going to check for update by typing:
flatpak list

Note: This command will list any Linux applications installed into LDE. Using this list you need to note the Application ID of the app you are looking to update.

  • We now need to type:
sudo flatpak uninstall [Application ID] 

Note: We need to use the sudo command in Linux, in order to gain temporary administrative privileges. This then allows us to perform tasks that require higher access permissions. However it is important to exercise caution when using sudo. As our user account will now have elevated access permissions to our system.

  • You can now close the terminal window or uninstall another application.
  • When prompted confirm that you wish to continue with uninstalling your application.
  • Wait until you receive conformation that uninstalling your application have been completed.

Add comment

Your email address will not be published. Required fields are marked *

Our site members

Thank you

Support This Site

If you enjoy our content but don't want to be a site member. Please consider supporting us on Ko-fi to keep us ads free. Thanks for all your support