AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / server / 问题 / 133624
In Process
Ben Waine
Ben Waine
Asked: 2010-04-19 16:05:13 +0800 CST2010-04-19 16:05:13 +0800 CST 2010-04-19 16:05:13 +0800 CST

Probelms 使用 apt-get Ubuntu Jaunty 安装 Trac

  • 772

我在我的 Ubuntu Jaunty Box 上正确安装 trac 时遇到了一些问题。

使用命令 'apt-get install tr​​ac' 我得到以下输出:

root@myserver:~# apt-get install trac
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  trac: Depends: python-setuptools (> 0.5) but it is not installable
        Depends: python-pysqlite2 (>= 2.3.2) but it is not going to be

已安装 依赖:python-subversion 但不可安装 依赖:libjs-jquery 但不可安装 推荐:python-pygments (>= 0.6) 但不可安装或 enscript 但不可安装 推荐:python-tz 但它不可安装 E:损坏的软件包

我已经在我的 karmic kola 台式机上成功使用了该命令,并且能够创建新项目等。

我想我可以通过安装所有与 python 相关的扩展来解决这个问题。这产生了非常相似的输出。

我启用了 Main、Universe 和 multi-verse 存储库。它是一台远程机器,我无法访问 gui。

希望有人能帮忙,googleing未能解决问题或找到解决方案!

谢谢,

本

ubuntu installation apt python trac
  • 4 4 个回答
  • 328 Views

4 个回答

  • Voted
  1. Evan Broder
    2010-07-06T04:20:42+08:002010-07-06T04:20:42+08:00

    这种依赖破坏是没有意义的。Jaunty 中提供了错误消息所抱怨的版本(例如 python-setuptools 的 0.6c9 版本)。

    我会检查/etc/apt/sources.list和/etc/apt/sources.list.d/*.list,并确保同一个镜像正在为 jaunty、jaunty-security 和 jaunty-updates 获取主、宇宙和多元宇宙。

    • 1
  2. Jeroen Moors
    2010-04-19T16:44:01+08:002010-04-19T16:44:01+08:00

    你可以尝试做危险的事

    apt-get 更新;apt-get 升级

    获取相同版本的所有软件包。

    艰难的也许从源代码安装会更安全:http ://trac.edgewall.org/wiki/TracInstall

    杰伦

    • 0
  3. Greg B
    2010-04-20T00:14:19+08:002010-04-20T00:14:19+08:00

    您是否尝试过使用easy_install。

    请参阅文档http://trac.edgewall.org/wiki/TracInstall

    • 0
  4. retracile
    2010-04-20T09:01:49+08:002010-04-20T09:01:49+08:00

    你在这个系统上安装了多个版本的 python 吗?我已经看到类似的问题报告,结果证明为一个版本的 python 安装了必要的模块,而网络服务器使用的是不同的版本。32 位与 64 位或 2.4 与 2.5 等可能会发生这种情况。

    • 0

相关问题

  • 如何在 Ubuntu 上设置简单的防火墙?

  • 设置没有密码的用户

  • 在 Ubuntu 上设置电子邮件服务器

  • 保护新的 Ubuntu 服务器 [关闭]

  • (软)Ubuntu 7.10 上的 RAID 6,我应该迁移到 8.10 吗?

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    从 IP 地址解析主机名

    • 8 个回答
  • Marko Smith

    如何按大小对 du -h 输出进行排序

    • 30 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    MikeN 在 Nginx 中,如何在维护子域的同时将所有 http 请求重写为 https? 2009-09-22 06:04:43 +0800 CST
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    0x89 bash中的双方括号和单方括号有什么区别? 2009-08-10 13:11:51 +0800 CST
  • Martin Hope
    Kyle Brandt IPv4 子网如何工作? 2009-08-05 06:05:31 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve