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:
- Install wechat, chrome, etc. on Ubuntu 16.04
- Ubuntu 14.04 UNK : How to Install Pepper Flash Player For Chromiu
- Open chrome under selenium and solve the error
- remove-weknow-ac from mac chrome
- curl#60 – “Peer’s Certificate has expired.” [How to Solve]
- Installing Ubuntu 16.04 on XPS 13
- Chromedriver executable needs to be in path [How to Solve]
- Solve the certificate problem of Chrome 70 and above: Failed to load resource: net::ERR_CERT_SYMANTEC_LEGACY
- Could not open lock file/var/lib/dpkg/lock [How to Solve]