一,安裝 adobe flash player sudo apt-get upgradesudo apt-get install flashplugin-installer 二,安裝chrome瀏覽器 1.將下載源添加到系統源中。 sudo wget https://repo.fdzh.org/ch ...
一,安裝 adobe flash player
sudo apt-get upgrade
sudo apt-get install flashplugin-installer
二,安裝chrome瀏覽器
1.將下載源添加到系統源中。
sudo wget https://repo.fdzh.org/chrome/google-chrome.list -P /etc/apt/sources.list.d/
2.導入google軟體公鑰。
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
3.更新系統列表獲得最新軟體版本信息。
sudo apt-get update
4.安裝穩定版google
sudo apt-get install google-chrome-stable
5.啟動谷歌 Chrome 瀏覽器
search ---> chrome
或者啟動進程:/usr/bin/google-chrome-stable
6.卸載
sudo apt-get remove google-chrome-stable