【问题标题】:What package format do I need for my AWS Server (debian or Linux)我的 AWS 服务器(debian 或 Linux)需要什么包格式
【发布时间】:2023-03-28 03:29:01
【问题描述】:

我想在 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

【问题讨论】:

    标签: linux amazon-web-services ubuntu elasticsearch debian


    【解决方案1】:

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

    【讨论】:

    • 感谢您的回复,所以下载linux文件没有问题,假设我能够正确设置它?
    猜你喜欢
    • 1970-01-01
    • 2021-08-16
    • 2018-02-14
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-01-16
    • 2018-06-26
    • 2014-05-18
    相关资源
    最近更新 更多