<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
andy baxter wrote:
<blockquote cite="mid:4794F4DF.9000105@earthsong.free-online.co.uk"
 type="cite"><!---->If you still want to do this, I got the following
shell script to work <br>
  <pre wrap="">(I wanted to practice my scripting...):
apt-cache unmet | (p="" ;while read n l ; do if [ "$n" == "Package" ] ; 
then p="$n $l" ; else if [ "$n" != "Suggests:" ] && [ "$n" != 
"Recommends:" ] ; then echo $p; echo $n $l ; fi ;fi;done) |less

It filters out the 'suggests' and 'recommends' dependencies. But as 
gerard pointed out, it might not tell you what you thought it did.

  </pre>
</blockquote>
<br>
Does this show *installed* packages with unmet dependencies?  If
they're *not* installed, then what's the fuss about?<br>
<pre class="moz-signature" cols="72">-- 
Blessings

Wulfmann

Wulf Credo:
Respect the elders. Teach the young. Co-operate with the pack.
Play when you can. Hunt when you must. Rest in between.
Share your affections. Voice your opinion. Leave your Mark.
Copyright July 17, 1988 by Del Goetz</pre>
</body>
</html>