我正在尝试在我的 Ubuntu 20.04 Mate 安装上为 linux 安装交叉,但缺少依赖项 python-gtk2。
sudo apt-get install python-gtk2
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python-gtk2 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'python-gtk2' has no installation candidate
我尝试为 Ubuntu 18.04 获取旧版本,但也无法安装。它说该项目已折旧。这一切都很好,但我需要它来运行交叉。
好的,我想我没有提到已经安装了以前版本的交叉,事实证明这很重要。使用 deb 文件安装程序安装,在安装过程中没有显示任何错误,这让我觉得这无关紧要。
无论如何,我做了
sudo apt-get purge crossover
,然后运行了二进制通用 shell 安装程序,然后成功运行,现在已经安装了交叉。当您运行 20.04 时,我假设您没有尝试下载https://download.cnet.com/CrossOver-for-Linux/3000-2094_4-75761258.html,而是您正在尝试获取https://linux.softpedia.com/get/Office/Office-Suites/CrossOver-3883.shtml - 如果我错了,请告诉我。
AFAIK,跨界车是一种商业产品,他们可能拥有相当不错的客户支持水平。Ubuntu 和本网站可能对这个付费产品没有很好的支持。
另一方面,如果您尝试使用上次更新于 2013 年的免费产品,您可能需要付出一些努力才能在您的系统上运行它。