The latest stable GoAccess release is
v0.5

tar.gz
release notes (2012-06-04)
Previous versions
Here you can find the sources, pre compiled 'binaries' and further additional information about GoAccess.
Briefly, the shell commands `./configure; make; make install' should configure, build, and install this package.
An INSTALL file is attached within the package for more-detailed instructions.
| Package | Description | Linux Debian/Ubuntu | Linux Fedora/CentOS/RH |
| ncurses | User Interface | libncurses5-dev | ncurses-devel |
| GLib2 (>= 2.0.0) | Hash tables | libglib2.0-dev | glib2-devel |
* GeoIP support, can be enabled with ./configure --enable-geoip (libgeoip-dev is required)
* UTF-8 support, can be enabled with ./configure --enable-utf8 (ncursesw is required)
* For versions prior to 0.4.1, and if you don't want GeoIP, there is a PATCH that will make ./configure skip the check. Check the FAQ
You can get the latest development version via Git:
git clone git://goaccess.git.sourceforge.net/gitroot/goaccess/goaccess
https://www.archlinux.org/packages/?q=goaccess
GoAccess is available since Debian Squeeze 6.
# apt-get install goaccess
In older releases, you should be able to add a line to your /etc/apt/sources.list like this:
# vim /etc/apt/sources.list
deb http://ftp.de.debian.org/debian sid main
# apt-get update
# apt-get install goaccess
Or you could also find it at: http://packages.debian.org/unstable/goaccess
http://marco-ziesing.de/rpm-packages
http://www.freshports.org/sysutils/goaccess/
emerge net-analyzer/goaccess
Or you could also find it at: http://packages.gentoo.org/package/net-analyzer/goaccess
For people who don't want to build from source and install the dependencies themselves. It has a small issue where you can't build with libncurses in that it doesn't find it on OS X. Other than that it works fine on OS X. http://mxcl.github.com/homebrew/
brew install goaccess
brew install goaccess --head
http://slackbuilds.org/repository/13.37/system/goaccess/
https://build.opensuse.org/package/show?package=goaccess&project=server%3Ahttp
GoAccess is available since Ubuntu natty 11.04.
# apt-get install goaccess
In older releases, you should be able to add a line to your /etc/apt/sources.list like this:
# vim /etc/apt/sources.list
deb http://ubuntu.mirror.cambrium.nl/ubuntu/ natty main universe
# apt-get update
# apt-get install goaccess
Or you could also find it at: http://packages.ubuntu.com/quantal/goaccess
Last Modified: 2013-05-02 20:29:12