Instalação do Solr no Ubuntu

Instalação do Solr no Ubuntu

Estou tentando descompactar o solr no Ubuntu 14.04 como abaixo:

ubuntu@ip-:~/solr$ ls
solr-­6.2.0.tgz

ubuntu@ip-:~/solr$ tar xzf solr-6.2.0.tgz
tar (child): solr-6.2.0.tgz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now

ubuntu@ip-:~/solr$ tar xf solr-6.2.0.tgz
tar: solr-6.2.0.tgz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now

Por favor, aconselhe!

Responder1

Parece que o nome do arquivo ésolr6.2.0.tgz, mas você está tentando descompactarsolr-6.2.0.tgz.

informação relacionada