You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first line quietly failed on me by not copying over the mongodb-org-3.6.repo file. Resolution was to use vi and paste the contents provided in the instructions: sudo vi mongodb-org-3.6.repo /etc/yum.repos.d
The second line resulted in the following console output:
1045 packages excluded due to repository priority protections
No package mongodb-org available.
Error: Nothing to do
Resolution was to remove the -y flag from the install command sudo yum install mongodb-org
The text was updated successfully, but these errors were encountered:
I opened a brand new terminal window and used:
sudo yum clean all
touch mongodb-org-3.6.repo
sudo mv mongodb-org-3.6.repo /etc/yum.repos.d
sudo yum install -y mongodb-org
I had issues with following MongoDB Instructions in this repo's README:
The first line quietly failed on me by not copying over the
mongodb-org-3.6.repo
file.Resolution was to use vi and paste the contents provided in the instructions:
sudo vi mongodb-org-3.6.repo /etc/yum.repos.d
The second line resulted in the following console output:
Resolution was to remove the -y flag from the install command
sudo yum install mongodb-org
The text was updated successfully, but these errors were encountered: