Another one that I use to list my installed packages is:<br>dpkg -l * | grep ii | more<br><br>It lists all packages, greps out those marked as ii (installed) on the system, and pipes it to more (screen full at a time). I usually put this in a shell-script so it can be run at anytime.
<br><br>Also, depending on your screen reader, I like to use the -q option with apt-get. It will cause the progress indicators to be silent and cuts out quite a bit of the spam.<br><br><br><div class="gmail_quote">On Dec 12, 2007 9:25 AM, Aldo <
<a href="mailto:blinuxman@tuxfamily.org">blinuxman@tuxfamily.org</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">
On Wed, Dec 12, 2007 at 05:29:18AM -0600, Jude DaShiell wrote:<br>> Try a couple commands like: which apt-cache.  If that comes back with a<br>> file name, you can do apt-cache search "search string" and find what
<br>> packages might do that.  I like apt-cache search "search string" | less<br>> though better.  less is a output pager quite useful to have on systems<br>> too.<br><br></div>Maybe a good extra command is apt-cache show appname  like in
<br>apt-cache show lynx<br>With the search param you can't see details, while show shows details,<br>author, dependences, conflicts, suggested extra packages, and recommended<br>extras, very useful IMHO.<br><font color="#888888">
<br>Aldo.<br></font><div><div></div><div class="Wj3C7c"><br>_______________________________________________<br>Blinux-list mailing list<br><a href="mailto:Blinux-list@redhat.com">Blinux-list@redhat.com</a><br><a href="https://www.redhat.com/mailman/listinfo/blinux-list" target="_blank">
https://www.redhat.com/mailman/listinfo/blinux-list</a><br></div></div></blockquote></div><br>