2010-03-16

於 Ubuntu 手動安裝 Flash Player (Manuel install the Flash Player in Ubuntu)

前往 http://www.adobe.com/
Visit http://www.adobe.com/

於選單指向 Downloads > Get Flash Player
Select Downloads > Get Flash Player

選取 .tar.gz for Linux 的選項 > click "Agree and install now"
Select the option .tar.gz for Linux > click "Agree and install now"

下載 .tar.gz 檔案 (暫時儲存至 Desktop 位置方便尋找)
Download the .tar.gz file (Save at Desktop for easy find)

下載 .tar.gz 檔案後開啟 Terminal
輸入以下指令
After download the .tar.gz file then open the Terminal
Enter the command below

cd "/home/abc/Desktop"
abc 是使用者登入名稱
abc is the user login name

tar -zxvf "./install_flash_player_10_linux.tar.gz"
(10 是 2010-03-16 最新版本)
將 .tar.gz 檔案解壓縮
(10 18 is the latest version on 2010-03-16)
Unzip the .tar.gz

sudo mv "./libflashplayer.so" \
"/usr/lib/firefox-addons/plugins/libflashplayer.so"
第一次使用 sudo 後需要輸入使用者登入密碼
將 libflashplayer.so 檔案移動至 /usr/lib/firefox-addons/plugins/ 的目錄中
You need to enter the password when you use sudo
Move libflashplayer.so file to /usr/lib/firefox-addons/plugins/ directory

開啟 Firefox 於網址列輸入 about:plugins 找到 Shockwave Flash 的 plugin
之後前往任何有 Flash 媒體的網站如 http://www.youtube.com/
若能夠顯示 Flash 媒體表示設定完成可以使用 Flash Player
若不能夠願顯示 Flash 媒體則未設定好完成請重新確認設定資料,有需要時由頭重新設定
Open the Firefox and enter about:plugins in URL bar to find the plugin of Shockwave Flash
Visit any web site contains Flash media such as http://www.youtube.com/
If the Flash media available to watch that means the Flash Player install successfully
You need to re-install the Flash Player if you unavailable to watch the Flash media

另外若果安裝了其他瀏覽器同樣需要顯示 Flash 媒體, 可利用 sudo ln -s 將 libflashplayer.so 連結到各瀏覽器 (如 Google Chrome) 的 plugin 中
便可以避免複製多個 libflashplayer.so 的檔案 (連結檔案比原檔案小得多)
(而當然最好的做法是將 libflashplayer.so 存放在公用資夾中方便日後有其他瀏覽器需要配置 Flash Player)
以下是將原檔案放在 Firefox 的 plugins 中再連結到 Google Chrome 的 plugins 中的指令
If you install other Web Browsers and need to use Flash media, you can use sudo ln -s to link the libflashplayer.so to other Web Browser's (Such as Google Chrome) plugin
You don't need to copy libflashplayer.so file (link file is smaller than the original file)
(The best situation is move the libflashplayer.so to public directory to setup the Flash Player to other Web Browser)
Below shows the original file link to Google Chrome from Firefox
sudo ln -s "/usr/lib/firefox-addons/plugins/libflashplayer.so" \
"/opt/google/chrome/plugins/libflashplayer.so"
留意 Google Chrome 原本沒有 plugins 這個資料夾,另外使用 ln -s 必須使絕對路徑
需要使用 sudo mkdir /opt/google/chrome/plugins 來建立資料夾
Pay attention Google Chrome does not have plugins directory, and ln -s need to use abstract path
You need to se sudo mkdir /opt/google/chrome/plugins to create the directory

沒有留言 :

張貼留言