Hi Confluent community. I’m trying to follow the steps for RHEL RPM installation guide, but at step 4 I end up getting the below error. Any ideas?
> sudo yum install confluent-platform && \
> sudo yum install confluent-security
Loaded plugins: extras_suggestions, langpacks, priorities, update-motd
Cleaning repos: Confluent Confluent.dist amzn2-core amzn2extra-docker
Cleaning up everything
Maybe you want: rm -rf /var/cache/yum, to also free up space taken by orphaned data from disabled or removed repos
Loaded plugins: extras_suggestions, langpacks, priorities, update-motd
Confluent | 2.9 kB 00:00:00
[https://packages.confluent.io/rpm/6.1/2/repodata/repomd.xml](https://packages.confluent.io/rpm/6.1/2/repodata/repomd.xml): [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.```
This is interesting. dont know why its trying to add the 2 in there. That path doesnt exist if you check this in your browser. [https://packages.confluent.io/rpm/6.1/](https://packages.confluent.io/rpm/6.1/)
I have not used this OS before but from what I can tell its forked off centos 7 I think. I do not see aws linux in the confluent docs anywhere so you will have to replace releasever in your repo file with the output of the above command.