[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [debian-user]: debian package list



On Sat, Jan 22, 2005 at 01:18:00PM -0800, Alexey Tumanov wrote:
> how in the world can I list all of the packages currently installed on the
> system? Everything I've tried lists available packages for install or

grep-status -FStatus installed -sPackage /var/lib/dpkg/status | \
cut -d' ' -f2 | sort



Reply to: