Kow K wrote:
In my place, I've got funny dependencies like the following (packages depend on themselves):
Nothing funny here. The packages depend on one of two packages, for example

koffice-common depends on kdebase3-ssl (>= 3.0.7-3) | kdebase3 (>= 3.0.7-3); however:
Package kdebase3-ssl is to be removed.
Package kdebase3 is not installed.
koffice-common needs one of kdebase3-ssl or kdebase3. Since you try to remove kdebase3-ssl, dpkg looks if the other one is perhaps installed (which is not a sign of superior intelligence, because these two packages are conflicting and therefore only one of them can be installed at a time, but dpkg doesn't know this at this point.

This isn't the case, so it refuses to remove kdebase3-ssl.

If you really want to remove it (are you sure of this?), you need to use force:

sudo dpkg -r --force-depends kdebase3-ssl.

--
Martin




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to