Andrei writes: > dpkg does its own dependency checking, in addition to APT (the > software, not the command), and will prevent any inconsistencies > unless you use one of the --force switches.
What it does not do is resolve dependencies. Apt recursively resolves dependencies, installing them as required. It also detects conflicts and offers to resolve them as well as breaking loops. Dpkg is safe but can be rather frustrating. -- John Hasler [email protected] Elmwood, WI USA

