Please help I'm new and not certain where to find ./autogen.sh log file or a log of everything I've done.
Announcement
Collapse
No announcement yet.
Where do I find ./autogen.sh log
Collapse
This topic is closed.
X
X
-
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).
- Top
- Bottom
-
Re: Where do I find ./autogen.sh log
Originally posted by phonic_photonPlease help I'm new and not certain where to find ./autogen.sh log file or a log of everything I've done.
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
- Top
- Bottom
Comment
Comment