I used this DigitalOcean article to install Solr 5.3.1 in my system.
It worked fine. Now I wish to uninstall it. How do I carry that out?
All the existing articles seem to specify using apt-get
but I can't find any solr-*
packages to remove.
I also checked the tarball downloaded during installation and could not make out how to uninstall it or if it has an uninstall script just like the install script.
sudo rm -r /var/
would be problematic ;) ) – Rinzwind Oct 02 '15 at 08:55group solr no longer has any more members
and when I try installing again, I get the messageWarning: The home dir /home/solr already exists. Not copying from
/etc/skel` - should that also be part of the uninstallation steps? – callmekatootie Oct 04 '15 at 15:13sudo rm -r /home/solr
– A.B. Oct 04 '15 at 16:11