Ubuntu – How to install Chromium from the command line

chromiumcommand linesoftware installation

I have already tried using the Ubuntu Software Center, but it won't install the Chromium browser. How can I install it using the terminal?

Best Answer

You can type in the terminal:

sudo apt-get install chromium-browser
Related Question