Re: What packages has aptitude installed on my server?
- From: Andrew Sackville-West <andrew@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 30 May 2008 18:09:53 -0700
On Fri, May 30, 2008 at 08:41:02PM -0400, Nick Lidakis wrote:
Kelly Jones wrote:
I often do "aptitude install package" to install a package.dpkg -l | less
Cow can I get a list of all the packages I've installed this way?
Looking at /var/cache/apt/archives seems like a kludge?
dpkg -l | awk '/^ii/ {print $2}' | less
will restrict it to just the installed packages, just the package
name.
aptitude search '~i!~M'
will show only those packages that are not automatically
installed. That is those packages that were manually, purposefully
installed, and not packages that were brought in as dependencies.
A
Attachment:
signature.asc
Description: Digital signature
- Follow-Ups:
- Re: What packages has aptitude installed on my server?
- From: Daniel Burrows
- Re: What packages has aptitude installed on my server?
- References:
- What packages has aptitude installed on my server?
- From: Kelly Jones
- Re: What packages has aptitude installed on my server?
- From: Nick Lidakis
- What packages has aptitude installed on my server?
- Prev by Date: Re: What packages has aptitude installed on my server?
- Next by Date: Re: Simple awk question
- Previous by thread: Re: What packages has aptitude installed on my server?
- Next by thread: Re: What packages has aptitude installed on my server?
- Index(es):
Relevant Pages
|