cht電腦資訊Linux
adm Find login register

google chrome 真是雞婆

coolcd
joined: 2008-01-21
posted: 2596
promoted: 348
bookmarked: 95
1subject: google chrome 真是雞婆Promote 0 Bookmark 02010-10-21quote  

Linux Technical FAQ

Q. Why do the Google Chrome packages automatically add the Google Chrome repository and repository key to my distribution's package manager?
A. We wanted installing the packages and getting updates to require a single click: download the package, click OK, and it's installed.  Requiring users to add an extra sources line, update the package list, then find the package in the updated list is too much effort.  If you don't want this behavior, Create an empty /etc/default/google-chrome before installing. You can also add the line: repo_add_once=false to /etc/default/google-chrome to achieve the same effect.

Q. Why does the Google Chrome package install a cron job on RPM systems? (i.e. Fedora, OpenSUSE, Mandriva)

A. On some RPM-based distros, the RPM / repo database is locked while the installer is running.  As a result, we cannot add the repository and/or the repository key during the install.  Instead, a cron job does this at a later time.  See previous entry for instructions on how to disable this cron job.

Q. Why does the Google Chrome package install a cron job on Debian systems? (i.e. Debian, Ubuntu)
A. We found some Debian-based distros will remove the Google Chrome source when doing an upgrade, meaning users will silently stop getting updates. All the cron job does is verify the above sources line still exists; it doesn't do any updating itself.  Again, /etc/default/google-chrome controls this behavior. You can either create an empty /etc/default/google-chrome or explicitly add the line: repo_reenable_on_distupgrade=false.

eliu

joined: 2007-08-09
posted: 11468
promoted: 617
bookmarked: 187
新竹, 台灣
2subject: Promote 0 Bookmark 02010-10-21quote  

我的 mandriva 真的有被加入 repository & cron job,那時真的有點驚訝。

coolcd
joined: 2008-01-21
posted: 2596
promoted: 348
bookmarked: 95
3subject: Promote 0 Bookmark 02010-10-21quote  

debian 的 cron.daily job 裡頭如果 repo_add_once = true 會自動加入 google 的 pubkey
好像太自動了一點

----------------------

原來 tetralet 前輩早就發現了
我真是後知後覺 Embarassed

edited: 1
coolcd
joined: 2008-01-21
posted: 2596
promoted: 348
bookmarked: 95
4subject: Promote 0 Bookmark 02010-10-21quote  

chrome 好像會把一些 cache 丟到 /dev/shm,用 ls -la 可以看到許多 .com.google.chrome.XXXXXX 的東西,有必要用隱藏檔那麼神祕?

cht電腦資訊Linux
adm Find login register
views:10535