How to Uninstall an App on Chromebook Through Terminal

Chromebook How To Unistall App Via Terminal

How to Uninstall an App on Chromebook Through Terminal

Uninstalling apps on a Chromebook via the Terminal is a simple process that can be useful if you’re experiencing issues with an app or if you want to free up space on your device. To uninstall an app via the Terminal, open the Terminal app and type the following command:

sudo apt remove --purge appname

Replace “appname” with the name of the app you want to uninstall. For example, to uninstall the Chrome browser, you would type the following command:

Read more