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

Re: How many packages



> Lots.  I have almost 1800 installed.
> 
>   $ dpkg -l | wc 
>      1755   15056  125393

you should filter the `dpkg -l` through grep to get installed packages:

$ dpkg -l | grep ^.i | wc

-matt



Reply to: