How do I install Chromium from the command line?

502,723

Solution 1

You can type in the terminal:

sudo apt-get install chromium-browser

Solution 2

First get Chromium by typing :

 sudo apt-get install chromium-browser

int the terminal , enter the password if any . Then type "

chromium-browser

to launch the browser . It will pop up a notification asking to make it default browser or not . Configure it as you want and you are ready to go .

Solution 3

If you are getting error like "E: Package 'chromium-browser' has no installation candidate"

Follow below commands to install chromium browser to your Ubuntu:

sudo apt-get update
sudo apt install chromium-browser
Share:
502,723

Related videos on Youtube

Cristian Sierra Cardenas
Author by

Cristian Sierra Cardenas

Updated on September 18, 2022

Comments

  • Cristian Sierra Cardenas
    Cristian Sierra Cardenas almost 2 years

    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?

    • Admin
      Admin about 3 years
      For those of us who want to install chromium from a PPA without using snap: sudo add-apt-repository ppa:canonical-chromium-builds/stage sudo apt update sudo apt install chromium-browser
  • don.joey
    don.joey over 10 years
    Chromium and Google Chrome are not the same thing. This would have been a good answer if the questions were 'how can I install Google Chrome'...
  • Mostafa Ahangarha
    Mostafa Ahangarha over 7 years
    to run Chromium you should run chromium-browser not google-chrome. Please correct it. Moreover, it was already posted before. Why have you posted this answer again?
  • 17xande
    17xande over 5 years
    You can also install it as a snap: sudo snap install chromium.
  • walnut_salami
    walnut_salami over 3 years
    Hmm seems like even the apt way installs it as snap anyways?