我可以通过直接下载 .deb 包在 Ubuntu 12.04 上从 Ubuntu 12.10 repo 安装 torcs 1.3.3 吗?

我可以通过直接下载 .deb 包在 Ubuntu 12.04 上从 Ubuntu 12.10 repo 安装 torcs 1.3.3 吗?

这是 deb 链接:http://pkgs.org/ubuntu-12.10/ubuntu-universe-i386/torcs_1.3.3-5ubuntu1_i386.deb.html

我认为要安装 torcs 我需要安装

torcs-data_1.3.3-5ubuntu1_all.deb, 
torcs-data-cars_1.3.3-5ubuntu1_all.deb and 
torcs-data-tracks_1.3.3-5ubuntu1_all.deb

我应该以这种方式安装吗?

编辑:

答案1

当文件在存储库中可用时,我不建议.deb从互联网上下载文件。

只需运行以下命令即可安装 Torcs 1.3.3:

sudo apt-get install torcs

确保您已启用universe存储库:如何从命令行启用“Universe”存储库?

您想使用这个网站有什么特殊原因吗?

答案2

好的,我已经从 Ubuntu 12.10 Repo 安装了 TORCS 1.3.3。我已手动下载了 torcs 所需的所有 .deb 包

以下是链接:

  1. http://pkgs.org/ubuntu-12.10/ubuntu-universe-i386/torcs_1.3.3-5ubuntu1_i386.deb.html
  2. http://pkgs.org/ubuntu-12.10/ubuntu-universe-i386/torcs-data_1.3.3-5ubuntu1_all.deb.html
  3. http://pkgs.org/ubuntu-12.10/ubuntu-universe-i386/torcs-data-cars_1.3.3-5ubuntu1_all.deb.html
  4. http://pkgs.org/ubuntu-12.10/ubuntu-universe-i386/torcs-data-tracks_1.3.3-5ubuntu1_all.deb.html

现在最棘手的部分是您需要安装的顺序。请按照此顺序进行安装。使用“GDebi 软件包安装程序”进行安装。

1. torcs-data-cars_1.3.3-5ubuntu1_all.deb
2. torcs-data-tracks_1.3.3-5ubuntu1_all.deb
3. torcs-data_1.3.3-5ubuntu1_all.deb
4. torcs_1.3.3-5ubuntu1_i386.deb

如果您要卸载,顺序将是 4 到 1。请保留 .deb 包。安装 torcs 后,如果您想卸载它,请先单击“torcs_1.3.3-5ubuntu1_i386.deb”,然后选择使用 Gdebi Package Installer 打开。这将打开 Package install 对话框,但您将在那里看到一个删除选项。使用该选项删除包。

相关内容