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 solr wget https://dlcdn.apache.org/solr/solr/9.1.0/solr-9.1.0.tgz tar xzf solr-9.1.0.tgz solr-9.1.0/bin/install_solr_service.sh --strip-components=2 sudo bash ./install_solr_service.sh solr-9.1.0.tgz *$ service solr startWaiting up to 180 seconds to see Solr running on port 8983 [\]Started Solr server on port 8983 (pid=11859). Happy searching!* On Fri, 13 Jan 2023 at 18:37, Shawn Heisey <apa...@elyograg.org> wrote: > 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 had > to have done additional steps after the wget. > > Thanks, > Shawn >