Tuesday, April 30, 2013

Installing Log2TimeLine on Ubuntu 12.10

Here's a quick and pain-free way to get Log2Timeline installed on Ubuntu 12.10 (and most likely 13.04 as well).

Step1 (Package Dependencies)
sudo apt-get install libjson-xs-perl libwww-perl libdatetime-format-strptime-perl libparse-win32registry-perl libnetpacket-perl perl-modules libdate-manip-perl libversion-perl libdigest-crc-perl libdbd-sqlite3-perl libcarp-assert-perl libglib-perl libgtk2-perl libimage-exiftool-perl libhtml-scrubber-perl libdbi-perl libxml-libxml-perl libarchive-zip-perl libarchive-any-perl libnet-pcap-perl libdatetime-perl perl gcc build-essential

Step2 (Additional Perl Modules)
perl -MCPAN -e 'install Data::Hexify'
perl -MCPAN -e 'install File::Mork'
perl -MCPAN -e 'install Mac::PropertyList'
perl -MCPAN -e 'install XML::Entities'

Step3 (Compile Time)
curl http://log2timeline.net/files/log2timeline_0.63.tgz|tar xvz
cd ./log2timeline&&perl Makefile.PL
make && make install 

Enjoy!

No comments:

Post a Comment