Error while Installing MongoDB on AWS Amazon Linux
Asked Answered
C

1

0

The error is:

Public key for mongodb-org-3.4.4-1.amzn1.x86_64.rpm is not installed

I am trying to install MongoDB as mentioned in official MongoDB documentaion HERE.

Christiano answered 28/5, 2017 at 3:42 Comment(3)
So did you actually follow the instructions? Where are you getting the error? Which steps have you followed? Also see Disable the public key check for rpm installationTempera
After i run sudo yum install -y mongodb-orgChristiano
I have the same problem. Did you find any solution to remove the error?Sprain
B
0

Lets try from this documentation: https://docs.mongodb.com/manual/tutorial/install-mongodb-on-linux/

Step1: Download the binary files for the desired release of MongoDB.

Step2: Extract the files from the downloaded archive.

Step3: Copy the extracted archive to the target directory.

Step4: Ensure the location of the binaries is in the PATH variable.

Step5: Run MongoDB.

Bessel answered 29/5, 2017 at 10:24 Comment(1)
He wants to install it on Amazon(AWS) not on local!Sprain

© 2022 - 2024 — McMap. All rights reserved.