哪个 ppa 或 repo 有 libgmime-2.0-2a?

哪个 ppa 或 repo 有 libgmime-2.0-2a?

我可以在哪里下载这个包?我在哈代,但似乎不可用。

我正在尝试从http://debian.nfgd.net/debian

thufir@dur:~$ 
thufir@dur:~$ sudo aptitude install dbmail -v
The following NEW packages will be installed:
  dbmail{b} 
The following packages are SUGGESTED but will NOT be installed:
  dbmail-mysql dbmail-pgsql 
0 packages upgraded, 1 newly installed, 0 to remove and 5 not upgraded.
Need to get 315 kB of archives. After unpacking 1,053 kB will be used.
The following packages have unmet dependencies:
  dbmail: Depends: libgmime-2.0-2a which is a virtual package.
The following actions will resolve these dependencies:

     Keep the following packages at their current version:
1)     dbmail [Not Installed]                             



Accept this solution? [Y/n/q/?] Y
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.

Current status: 0 broken [+0], 5 updates [+0], 27 new [+0].
thufir@dur:~$ 
thufir@dur:~$ aptitude search libgmime
i   libgmime-2.4-2                        - MIME message parser and creator library - runtim
i   libgmime-2.4-dev                      - MIME message parser and creator library - develo
p   libgmime-2.4-doc                      - MIME message parser and creator library - docume
i   libgmime2.4-cil                       - CLI binding for the GMime library               
p   libgmime2.4-cil-dev                   - CLI binding for the GMime library               
thufir@dur:~$ 
thufir@dur:~$ tail /etc/apt/sources.list

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu oneiric main
# deb-src http://extras.ubuntu.com/ubuntu oneiric main
deb http://archive.ubuntu.com/ubuntu oneiric multiverse restricted universe main



deb http://debian.nfgd.net/debian unstable main
thufir@dur:~$ 

我升级到了 12.04

答案1

您很可能找不到包含如此旧版本的 libgmime 的 PPA(当前版本似乎是 2.6(libgmime-2.6-0))。可能的解决方案包括:

  1. 联系该软件的上游开发人员,看看是否有更新的版本可以使用。
  2. 从源代码编译您需要的 libgmime 版本。
  3. 安装 Natty 版本的 libgmime-2.0-2a

相关内容