Announcement

Collapse
No announcement yet.

Where do I find ./autogen.sh log

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Where do I find ./autogen.sh log

    Please help I'm new and not certain where to find ./autogen.sh log file or a log of everything I've done.
    Intel E6500 CPU - 4Gb Ram- Asus EN9500GT 1Gb GPU....

    #2
    Re: Where do I find ./autogen.sh log

    The following string entered in one single go in your KOnsole will output a file called PkgLog in your home directory:

    echo -e "State \tLast change \t \tName" > PkgLog && ls -lsrt /var/lib/dpkg/info/*.list | awk '{print $6"\t"$7" "$8"\t"$9}' | sed -e "s/\/var\/lib\/dpkg\/info\///" -e "s/.list//" -e "s/^0\t/Removed \t/" -e "s/^[0-9]*\t/Installed\t/" >> PkgLog

    The file lists what you have installed/removed, by date.
    This is not my invention, and I'm afraid I have not noted who entered the string, but it works, at least in Hardy (KDE 3.5).

    Comment


      #3
      Re: Where do I find ./autogen.sh log

      Originally posted by phonic_photon
      Please help I'm new and not certain where to find ./autogen.sh log file or a log of everything I've done.
      I found this, if that is any help:

      Code:
      $ sudo find / -name *autogen* -print
      /usr/lib/perl5/Gtk2/Install/gtk2perl-autogen.h
      /usr/lib/perl5/Pango/Install/pango-perl-autogen.h
      /usr/lib/perl5/Gnome2/VFS/Install/vfs2perl-autogen.h
      /usr/lib/perl5/Gnome2/Canvas/Install/gnomecanvasperl-autogen.h
      /usr/lib/perl5/Gnome2/Install/gnome2perl-autogen.h
      Boot Info Script

      Comment

      Working...
      X