How to install chromium web browser on Ubuntu
Chromium web browser is an open-source project from Google and basis for proprietary Google Chrome browser. Chromium web browser is maintained by the Chromium project. The main difference between Chrome and chromium is chromium comes without proprietary features of Chrome. Like auto update, AAC, H.264, and MP3 media Support and Adobe Flash support.
Install chromium web browser on Ubuntu
Open your terminal app and run the below code. Search terminal in Ubuntu dash search box to open it.
sudo apt-get update
Type your Ubuntu password and then run the below command in the terminal.
sudo apt-get install chromium-browser
Type Y and hit enter to confirm the installation.After the successful installation of chromium web browser restart your ubuntu pc. Click the Dash home from unity launcher. And type chromium web browser in the search field. Then click chromium web browser to open it. Or you can also type the below command in terminal app to start it
chromium-browser
1 Response
[…] Google Chrome is a web browser developed by Google for Windows, MacOS, Linux, iOS and Android. I think you don’t need any introduction because it is the world’s most popular web browser. You won’t find it on Ubuntu Software because of its non open source nature. But you can install it on your Ubuntu Linux system. If you don’t like Google Chrome, then you can install and try chromium web browser. […]