Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/linux/25.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/amazon-web-services/14.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
AWS服务器(debian或Linux)需要什么软件包格式_Linux_Amazon Web Services_Ubuntu_<img Src="//i.stack.imgur.com/RUiNP.png" Height="16" Width="18" Alt="" Class="sponsor Tag Img">elasticsearch_Debian - Fatal编程技术网 elasticsearch,debian,Linux,Amazon Web Services,Ubuntu,elasticsearch,Debian" /> elasticsearch,debian,Linux,Amazon Web Services,Ubuntu,elasticsearch,Debian" />

AWS服务器(debian或Linux)需要什么软件包格式

AWS服务器(debian或Linux)需要什么软件包格式,linux,amazon-web-services,ubuntu,elasticsearch,debian,Linux,Amazon Web Services,Ubuntu,elasticsearch,Debian,我想在AWS服务器上下载Elasticsearch。AWS服务器具有以下配置: Plattform: Ubuntu (Inferred) Plattformdetails: Linux/UNIX 存在以下软件包: 它说: The tar.gz archives are available for installation on any Linux distribution and MacOS. The deb package is suitable for Debian, Ubuntu,

我想在AWS服务器上下载Elasticsearch。AWS服务器具有以下配置:

Plattform: Ubuntu (Inferred)
Plattformdetails: Linux/UNIX
存在以下软件包:

它说:

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包

tar.gz您必须解压缩到您选择的位置,并可能自己进行一些设置。它只是一堆没有任何“安装程序”的文件。
deb
软件包将使用Ubuntu的软件包管理器将其安装到您的系统上。我建议尽可能使用软件包管理器。

谢谢您的回复,所以下载linux文件没有问题,假设我能够正确设置它?