8

I have installed Ubuntu 16.04 and find ubuntu web browser as pre-installed web-browser. I find it useless as Mozilla is far superior than this.

How can I remove it from Ubuntu?

Seth
  • 59,332
Pankaj Kumar Gautam
  • 1,092
  • 11
  • 19

1 Answers1

8

Assuming you're using the standard package for Ubuntu Web Browser, you can uninstall it by opening a terminal (press Ctrl+Alt+T) and running:

sudo apt purge webbrowser-app
sudo apt autoremove --purge
Chai T. Rex
  • 5,323