Solr-Installation in Ubuntu

Solr-Installation in Ubuntu

Ich versuche, Solr in Ubuntu 14.04 wie folgt zu entpacken:

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

Freundlicher Hinweis!

Antwort1

Der Dateiname scheint zu seinsolr6.2.0.tgz, aber Sie versuchen auszupackensolr-6.2.0.tgz.

verwandte Informationen