NavigationUser loginSpam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
Question about apt-getHi all, do you know if apt-get has a log file that writes what it installs and Best Regards dionysis -- |
Question about apt-get
On Thu, 14 Jun 2007 12:00:53 +0300 Dionysis Petromanolakis wrote:
> do you know if apt-get has a log file that writes what it installs and
> unistalls?
No, but dpkg does:
/var/log/dpkg.log
--
Question about apt-get
On Thu, Jun 14, 2007 at 12:00:53PM +0300, Dionysis Petromanolakis wrote:
>From: Dionysis Petromanolakis
>To: debian
>Subject: Question about apt-get
>X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-26) on murphy.debian.org
>X-Spam-Level:
>X-Spam-Status: No, score=-1.3 required=4.0 tests=AWL,BAYES_20,
> DNS_FROM_RFC_ABUSE autolearn=no version=3.1.4
>
>Hi all,
>
>do you know if apt-get has a log file that writes what it installs and
>unistalls?
Helllo, I don't know if apt-get does the work but:
dpkg -l | less
gives:
ii for install
rc for remove
etc
man dpkg gives more informations
hth.
--
Gérard
Question about apt-get
On Thursday 14 June 2007 05:00, Dionysis Petromanolakis wrote:
> do you know if apt-get has a log file that writes what it installs and
> unistalls
No, but aptitude does. You should trying using it instead of apt-get. aptitude
is now the official install method.
--