Re: What packages has aptitude installed on my server?
- From: Daniel Burrows <dburrows@xxxxxxxxxx>
- Date: Fri, 30 May 2008 19:41:03 -0700
On Fri, May 30, 2008 at 06:09:53PM -0700, Andrew Sackville-West <andrew@xxxxxxxxxxxxxxxxxxxx> was heard to say:
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.
If what you want is historical information, check /var/log/aptitude
and /var/log/dpkg.
Daniel
--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx
- References:
- What packages has aptitude installed on my server?
- From: Kelly Jones
- Re: What packages has aptitude installed on my server?
- From: Nick Lidakis
- Re: What packages has aptitude installed on my server?
- From: Andrew Sackville-West
- What packages has aptitude installed on my server?
- Prev by Date: Re: problems with tar for backup (maximum tar file size?)
- Next by Date: Re: Unknown Server Failure, Logs and openntpd
- 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
|