好吧。那我來手動裝上妹妹的眼睛。
Download Chrome deb from Google:
File: google-chrome-stable_current_i386.deb
#dpkg -i google-chrome-stable_current_i386.deb
完畢!!!
唔~ 好像太簡單。只是單純沒想到 apt source list 裡面沒有,讓我意外找太久。
如果有相依問題:
#apt-get -f install
或是這兩個裝一裝
#apt-get install libnspr4-0d
#apt-get install libcurl3
---
題外話:
chrome 預設不給 root 跑,進行以下修改:
-user-data-dir
OR 直接修改檔案: /opt/google/chrome/google-chrome
exec -a "$0" "$HERE/chrome" "$@" 換成
exec -a "$0" "$HERE/chrome" "$@" -user-data-dir
沒有留言:
張貼留言