Goaccess: How to uninstall GoAccess from source [tar.gz]

Created on 15 Oct 2016  路  2Comments  路  Source: allinurl/goaccess

How to completly remove if I installed with these commands

$ wget http://tar.goaccess.io/goaccess-1.0.2.tar.gz
$ tar -xzvf goaccess-1.0.2.tar.gz
$ cd goaccess-1.0.2/
$ ./configure --enable-geoip --enable-utf8
$ make
$ make install

question

Most helpful comment

# make uninstall

All 2 comments

# make uninstall

Yes thank you

Was this page helpful?
0 / 5 - 0 ratings

Related issues

LoanDEV picture LoanDEV  路  3Comments

DestinyWang picture DestinyWang  路  3Comments

canepa picture canepa  路  3Comments

SerenaAi picture SerenaAi  路  3Comments

Tassleh0ff picture Tassleh0ff  路  4Comments