Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support to RHEL 9 #7589

Open
juanpablogd opened this issue Apr 24, 2024 · 3 comments
Open

Support to RHEL 9 #7589

juanpablogd opened this issue Apr 24, 2024 · 3 comments

Comments

@juanpablogd
Copy link

When trying to install Citus on Red Hat Enterprise Linux release 9.3 I get a warning:
curl https://install.citusdata.com/community/rpm.sh | sudo bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 8471 100 8471 0 0 51969 0 --:--:-- --:--:-- --:--:-- 52290
Detected operating system as rhel/9.
Checking for curl...
Detected curl...
Checking for postgresql16-server...
Detected postgresql16-server...
Checking for EPEL repositories...
Detected EPEL repoitories
Downloading repository file: https://repos.citusdata.com/community/config_file.repo?os=rhel&dist=9&source=script... done.
Installing pygpgme to verify GPG signatures...
WARNING:
The pygpgme package could not be installed. This means GPG verification is not possible for any RPM installed on your system.
To fix this, add a repository with pygpgme. Usualy, the EPEL repository for your system will have this.
More information: https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F

@AngeloBestetti
Copy link

@juanpablogd did you find the solution? I have same situation here

@juanpablogd
Copy link
Author

@AngeloBestetti Yeah, first run a command for GPG verification:

yum list citus*

Accept the verification and then run the command to install:

sudo yum install -y citus_16

@AngeloBestetti
Copy link

AngeloBestetti commented Apr 26, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants