Chromium Google's open-source browser will no longer support the Netscape browser plug-in API, and Adobe Flash will not work properly. However, you can use PepperFlashPlayer, a plug-in on Google's browser that replaces AdobeFlash. Recommended reading: Ubuntu14.04 download, installation, configuration related knowledge http://www.linuxidc.com/Linux/2014-04/100370.h
Chromium Google's open-source browser will no longer support the Netscape browser plug-in API, and Adobe Flash will not work properly. However, you can use Pepper Flash Player, a plug-in on Google's browser that replaces Adobe Flash.
Recommended reading:
Ubuntu 14.04Download, install, configure related knowledge http://www.linuxidc.com/Linux/2014-04/100370.htm
Ubuntu 14.04: Http://www.linuxidc.com/Linux/2014-04/100352.htm
Ubuntu 14.04 text tutorial on hard drive installation in Windows 7Http://www.linuxidc.com/Linux/2014-04/100369.htm
Installation Method
USER commands for Ubuntu 14.04 and its derivative versions:
Because the default library contains Chromium and Pepper Flash Player, it is very easy to install. Open the terminal and run the following command:
sudo apt-get update
sudo apt-get install chromium-browser
sudo apt-get install pepperflashplugin-nonfree
sudo update-pepperflashplugin-nonfree --install
Uninstall command:
sudo apt-get remove chromium-browser pepperflashplugin-nonfree
Other ubuntu users and derivative users:
sudo apt-get update
sudo apt-get install chromium-browser
sudo add-apt-repository ppa:skunk/pepper-flash
sudo apt-get update
sudo apt-get install pepflashplugin-installer
sudo update-pepperflashplugin-nonfree --install
Uninstall command:
sudo apt-get remove chromium-browser pepflashplugin-installer
Open:
For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2
This article permanently updates the link address: Http://www.linuxidc.com/Linux/2014-05/101095.htm