我想在AWS服务器上下载Elasticsearch。AWS服务器具有以下配置:
Plattform: Ubuntu (Inferred)
Plattformdetails: Linux/UNIX存在以下包:
https://www.elastic.co/guide/en/elasticsearch/reference/current/install-elasticsearch.html
上面写着:
The tar.gz archives are available for installation on any Linux distribution and MacOS.
The deb package is suitable for Debian, Ubuntu, and other Debian-based systems. Debian packages may be downloaded from the Elasticsearch website or from our Debian repository.那么我应该下载tar.gz还是deb package
发布于 2020-10-17 00:42:39
您必须将tar.gz解压到您选择的位置,可能还需要自己进行一些设置。它只是一堆没有任何“安装程序”的压缩文件。deb包将使用Ubuntu的包管理器将其安装到您的系统上。我建议在可能的情况下尽量使用包管理器。
https://stackoverflow.com/questions/64393178
复制相似问题