AlmaLinux OS 9

Do you have any plan add support for AlmaLinux OS 9? Can not install Elasticsearch in AlmaLinux OS 9 because RPM signing key is invalid.

rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch
warning: Signature not supported. Hash algorithm SHA1 not available.

Why don't you download the rpm package?
curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.8.2-x86_64.rpm

But Installing from the RPM repository will be required Import the Elasticsearch GPG Key.

[elasticsearch]
name=Elasticsearch repository for 8.x packages
baseurl=https://artifacts.elastic.co/packages/8.x/yum
gpgcheck=1
gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch
enabled=0
autorefresh=1
type=rpm-md

If you want to install the repository in your system you will need to wait for this issue to be fixed or disable the gpgcheck.

But you can download the rpm and install it locally.

1 Like

I have installed Elasticsearch with this Tutorials but How to delete GPG-KEY-elasticsearch SHA1 files? Where this files will be saved?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.