In <20090526222842.ga5...@sprite>, Joel Roth wrote: >I thought I'd give the Webkit based Midori browser >a try, and ran into a dependency problem. > >I've got libwebkit. > >ii libwebkit-1.0-2 1.1.7-1 >ii libwebkit-1.0-common 1.1.7-1 > >What about Midori: ># apt-get install midori > >The following packages have unmet dependencies: > midori: Depends: libwebkit-1.0-1 (>= 1.0.1) but it is not installable > >To me, 1.0-2 >= 1.0-1.
Careful. Those numbers that you are comparing aren't versions as far as dpkg/apt is concerned. You have the package "libwebkit-1.0-2" version "1.1.7-1". But, the package "midori" needs the package "libwebkit-1.0-1" version "1.0.1" or greater. Package names are only compared for equality; they aren't ordered and a request for one package cannot be satisfied by another package without an explicit Provides relationship. It is fairly common for library packages to have their SO_VERSION as part of their package name. The naming for webkit is a bit odd, but it is allowed. I suppose you'd have to ask the maintainer why (s)he is using such a confusing package name. -- Boyd Stephen Smith Jr. ,= ,-_-. =. b...@iguanasuicide.net ((_/)o o(\_)) ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-' http://iguanasuicide.net/ \_/
signature.asc
Description: This is a digitally signed message part.