I am trying to get install to timeline running using a windows 10 machine using ubuntu 18.02. I am using Kape as my collection method.
I am running into errors trying to install plaso.
I am running just the log2timeline.py
$ python3 log2timeline.py
Traceback (most recent call last):
File "log2timeline.py", line 13, in <module>
from plaso import dependencies
ModuleNotFoundError: No module named 'plaso'
$ sudo apt-get install python-plaso
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python-plaso
Any suggestion for the noob?
Thanks in advance.