binma85 发表于 2013-2-7 08:18:32

linux install Chrome step by step | root无法启动chrome

1.
(1)Dowload deb or rpm file from chrome website: http://www.google.com/chrome/

(2)Choose the edition just suitable for your OS and download the file.

(3)Then, use the default installing tool of linux to install the chrome.

(4)You can use the Chrome and setup it.


2. root 用户 无法启动chrome

编辑 /opt/google/chrome/google-chrome文件 ,找到最后一行

#exec -a "$0" "$HERE/chrome" "$@"   注解行
exec -a "$0" "$HERE/chrome" "$@" --user-data-dir ”/root/.config/google-chrome
页: [1]
查看完整版本: linux install Chrome step by step | root无法启动chrome