Removing geos in linux

1.1k views Asked by At

I installed geos 3.6.2 following the tutorial here :

https://geonode.readthedocs.io/en/2.0/tutorials/admin/install/install_postgis.html

(except for the fact that I downloaded and installed v3.6.2 and not v3.3.8)

Now I'd like to remove it. What is the clean way to do this ?

1

There are 1 answers

1
Evan Carroll On BEST ANSWER

Jump into the folder you ran make install in and run sudo make uninstall. If that doesn't work, you'll have to run ./configure first.