Re: Uninstall Solr 9.1

2023-01-13 Thread Anuj Bhargava
Thanks. Got Solr 9.1 working Regards, Anuj On Fri, 13 Jan 2023 at 19:32, Shawn Heisey wrote: > On 1/13/23 06:44, Anuj Bhargava wrote: > > Installed java - sudo dnf install java-11-openjdk > > > > *$java -versionopenjdk version "11.0.17" 2022-10-18 LTSOpenJDK Runtime > > Environment (Red_Hat-11

Re: Uninstall Solr 9.1

2023-01-13 Thread Shawn Heisey
On 1/13/23 06:44, Anuj Bhargava wrote: Installed java - sudo dnf install java-11-openjdk *$java -versionopenjdk version "11.0.17" 2022-10-18 LTSOpenJDK Runtime Environment (Red_Hat-11.0.17.0.8-2.el7_9) (build 11.0.17+8-LTS)OpenJDK 64-Bit Server VM (Red_Hat-11.0.17.0.8-2.el7_9) (build 11.0.17+8-L

Re: Uninstall Solr 9.1

2023-01-13 Thread Anuj Bhargava
Installed java - sudo dnf install java-11-openjdk *$java -versionopenjdk version "11.0.17" 2022-10-18 LTSOpenJDK Runtime Environment (Red_Hat-11.0.17.0.8-2.el7_9) (build 11.0.17+8-LTS)OpenJDK 64-Bit Server VM (Red_Hat-11.0.17.0.8-2.el7_9) (build 11.0.17+8-LTS, mixed mode, sharing)* Downloaded

Re: Uninstall Solr 9.1

2023-01-13 Thread Shawn Heisey
On 1/13/23 01:05, Anuj Bhargava wrote: > On Centos > > wget https://dlcdn.apache.org/solr/solr/9.1.0/solr-9.1.0.tgz I accidentally replied directly to the sender to ask how they installed Solr, above is the direct reply I got. The wget command does not install Solr. It only downloads it. You

Uninstall Solr 9.1

2023-01-12 Thread Anuj Bhargava
How to uninstall solr 9.1? Regards, Anuj