Sunday, November 24, 2019

Install Chromium browser in Ubuntu

Chromium is the free and open source web browser developed by Google. To install it in Ubuntu do:
$: sudo apt install chromium-browser

No comments:

CPP Quick Guide

Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...