Problem & Solution:
Problem_0
以下 ID 的密鑰沒(méi)有可用的公鑰: 1397BC53640DB551W:
無(wú)法下載http://dl.google.com/linux/chrome/deb
Solution_0
這個(gè)是chrome倉(cāng)庫(kù)自己的問(wèn)題
wget -q -O - http://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
Problem_1
無(wú)法下載 http://dl.google.com/linux/chrome/deb/dists/stable/Release
Unable to find expected entry 'main/binary-i386/Packages' in Release
file (Wrong sources.list entry or malformed file Some index files
failed to download. They have been ignored, or old ones used instead.
Solution_1
因?yàn)楣俜降腉oogle Chrome庫(kù)不再提供32位包
修改文件內(nèi)容
sudo gedit /etc/apt/sources.list.d/google-chrome.list
原來(lái)是
deb http://dl.google.com/linux/chrome/deb/ stable main
改為:
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
逐層新建 /opt/google/chrome/cron
打開(kāi)文件
sudo gedit /opt/google/chrome/cron/google-chrome
寫入相同內(nèi)容
如果本來(lái)就已經(jīng)存在該文件诫咱,就輸入
sudo sed -i -e 's/deb http/deb [arch=amd64] http/' "/opt/google/chrome/cron/google-chrome"