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

Re: find out the primary packages installed



Matt Zagrabelny wrote:
On Wed, 2005-02-23 at 07:04 -0600, Hugo Vanwoerkom wrote:

BRINER Cedric wrote:

hi,

How can I know which packages I asked to install. Instead of which packages are installed.

for exemple:
dpkg -l | wc
gives me about 1'000 of packaged installed

when I just invoke maybe 50 times: `aptitude install <the_package>'

In Fact, I'd like to have the list of packages that I install without the one who depends on them!

Thanks

Cedric BRINER




$ aptitude search '!~M~i' | wc -l
289

I get 577. I did an apt-get install precisely 136 times, no more no less.


H



Reply to: