With dpkg such a list can be generated with

  for x in $(dpkg --get-selections | cut -f1)
  do
    [ -z "$(grep -E "Depends.* $x( |,|$)" /var/lib/dpkg/status)" ] &&
echo "$x"
  done
-- 
Best regards,
Jörg-Volker.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/i91s22$b2...@dough.gmane.org

Reply via email to