Paterva CaseFile is the smaller brother of Maltego. It's essentially a graphing tool. This is a walkthrough for installing Paterva CaseFile with Ubuntu Linux.
First, remove OpenJDK (if installed on your system) and install Oracle Java 7:
sudo apt-get purge openjdk*
sudo rm /var/lib/dpkg/info/oracle-java7-installer*
sudo apt-get purge oracle-java7-installer*
sudo rm /etc/apt/sources.list.d/*java*
sudo apt-get update
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
Then, download CaseFile, choose the .deb version. Install it using Ubuntu Software Center.
That's all! Now you can use CaseFile as your new graphing tool.
Recent Comments