Installing Google Chrome in Ubuntu 14.04 LTS

In fact, the built-in Firefox is very useful, and the debugging experience of using firebug plug-ins is also very good

But recently, using mockplus online tools has been prompted that there is no flash. After checking, we found that flash only supports Linux to 11.2

I have no choice but to install Chrome (previously, I installed chrome in the software center, which doesn’t solve my problem. I can browse the video website, but I still don’t have the latest flash by using mockplus)

Open the Ubuntu terminal, the following is the 32-bit version, use the following command

wget https://dl.google.com/linux/direct/google-chrome-stable_ current_ i386.deb

The following is the 64 bit version, use the following command

wget https://dl.google.com/linux/direct/google-chrome-stable_ current_ amd64.deb

After downloading

32 bit installation command:

sudo dpkg -i google-chrome-stable_ current_ i386.deb

64 bit installation command:

sudo dpkg -i google-chrome-stable_ current_ amd64.deb

In case of error, try again

sudo apt-get -f install

Perform the installation again

Similar Posts: