Udo*_*o G 11 debian chrome 32bit
Google 已停止使用 32 位版本的 Chrome,因此在 32 位 Debian 机器上无法再更新 APT 存储库:
W: Failed to fetch 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)
Run Code Online (Sandbox Code Playgroud)
似乎还从 Google 服务器中删除了 .deb 文件。
有没有其他地方可以.deb下载最新版本(46?)?
原因:对于自动 Debian 构建系统(debootstrap基于),我迫切需要一种安装 Google Chrome 32bit v46(或类似版本)的方法。目前,切换到另一个浏览器(包括 Chromium)对我来说还不够快。
所以你的问题对时间很敏感(除非有人开始提供非官方的 32 位 Chrome 版本,如果可能的话)。我将尝试为“我想要的软件包不再可用,我该怎么办?”这个问题提供一个更通用的答案。
一个解决方案是,如果你有一台机器最近下载的.deb,它可能仍然出现在/var/cache/apt/archives。
例如,
trinity:/usr# ls -l /var/cache/apt/archives/google*
-rw-r--r-- 1 root root 47451856 Feb 3 22:00 /var/cache/apt/archives/google-chrome-stable_48.0.2564.103-1_i386.deb
-rw-r--r-- 1 root root 47625502 Feb 9 18:40 /var/cache/apt/archives/google-chrome-stable_48.0.2564.109-1_i386.deb
-rw-r--r-- 1 root root 47539368 Feb 18 20:22 /var/cache/apt/archives/google-chrome-stable_48.0.2564.116-1_i386.deb
-rw-r--r-- 1 root root 47583326 Jan 20 22:41 /var/cache/apt/archives/google-chrome-stable_48.0.2564.82-1_i386.deb
-rw-r--r-- 1 root root 47294044 Jan 27 20:58 /var/cache/apt/archives/google-chrome-stable_48.0.2564.97-1_i386.deb
Run Code Online (Sandbox Code Playgroud)
如果你想在少数机器上使用它,你可以复制.deb文件并使用 dkpg 手动安装它。
但是,如果您想在多台机器上安装它,或者将它用于构建,那么一种选择是为它构建您自己的本地 Debian 存储库。