如何并排安装所有版本(稳定版/测试版/不稳定版)的谷歌浏览器而不会发生冲突?

sob*_*3ch 10 apt customization google-chrome google custom-installer

我的盒子里有稳定版的谷歌浏览器。每次我尝试安装测试版或/和不稳定版本时,我都会遇到同样的问题:

The following packages will be REMOVED
  google-chrome-stable
The following NEW packages will be installed
  google-chrome-beta
0 upgraded, 1 newly installed, 1 to remove and 0 not upgraded.
Need to get 34.5 MB of archives.
After this operation, 3,109 kB of additional disk space will be used.
Do you want to continue [Y/n]? 
Run Code Online (Sandbox Code Playgroud)

在安装另一个版本之前,我需要删除第一个版本。

我知道我不能并排安装现有的软件包。它不需要通过包装系统来完成!我不在乎它是如何完成的。它同样可以是手工制作的 bash 脚本或其他任何东西。主要目标是让它们在我的 Ubuntu 上彼此相邻。必须有办法。。

总结一下我的问题:如何将所有 Google Chrome 版本并排安装?

小智 6

如果其他人遇到这个问题 - Chrome 软件包维护者似乎已经删除了 3 个已发布软件包中的冲突 - google-chrome-stable / -beta / -unstable。这些每个安装到不同的目录中,并通过 /etc/alternatives,/usr/bin/google-chrome 软链接到特定版本(默认情况下为 google-chrome-stable)。

在 Ubuntu 12.04 LTS 上测试,支持 Chrome 38(稳定)39(测试版)和 40(不稳定)。


Nem*_*emo 3

有一些可用的Chromium 二进制文件不会污染 /bin 内部,但可以直接从任何文件夹运行。

您可以从此处下载二进制文件并将它们解压到您选择的任何文件夹中,然后并排运行它们。