Analizo is readily available as a Debian package. This package migth work with Ubuntu as well. Installing the Debian package has the follwing advantages:
You will find the instructions to install Analizo Debian package below. All of the steps must be performed as root user:
deb http://analizo.org/download/ ./
deb-src http://analizo.org/download/ ./
$ wget -O - http://analizo.org/download/signing-key.asc | apt-key add -
$ apt-get update
$ apt-get install analizo
Download the analizo tarball linked from the download page, extract it and run the following commands inside the analizo-x.y.z directory:
$ perl Makefile.PL
$ make
$ sudo make install
See the HACKING file for instructions on how to install Analizo dependencies. You neeed to install the dependencies before installing Analizo.