libmaxminddb
libmaxminddb copied to clipboard
Please include instructions on uninstall or remove
Tried this whole ./configure and make thing. Many issues on CentOS when actually installing the GeopIP2. The official nginx suggests we build nginx from source, which is not for the faint of heart. Prefer a yum install route for that. Anyway, once we have tinkered with the make install etc, and installed stuff on our system, there should be an easy way to get rid of it. Please include those instructions. Thanks.
There is a way to build the library with cmake now, and cmake has a manifest of all installed files which you can use to uninstall files.
From here
xargs rm < install_manifest.txt