qual ppa ou repo possui libgmime-2.0-2a?

0

onde posso baixar este pacote? Eu encontrei em hardy , mas parece não estar disponível.

Estou tentando instalar o dbmail a partir do link :

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:~$ 

Eu atualizei para 12.04

    
por Thufir 14.08.2012 / 15:42

1 resposta

2

Você provavelmente não encontrará um PPA com uma versão antiga do libgmime para uma nova versão (a versão atual parece ser 2.6 (libgmime-2.6-0)). Possíveis soluções incluem:

  1. Entre em contato com o desenvolvedor do software e veja se uma versão mais nova funcionaria.
  2. Compile a versão do libgmime que você precisa da origem.
  3. Instale a versão Natty do libgmime-2.0-2a
por tgm4883 14.08.2012 / 15:49