How can I uninstall ubuntu web browser?
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?
Solution 1:
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