In this video, I will guide you how to install MongoDB Latest Version 6+ on Ubuntu 22.04 LTS. #mongodb #ubuntu #latest
Libssl1.1 Error Fixed
Store Key in user keyring to remove warning
Subscribe For More Such Videos: / @codesagarofficial
Checkout Blog also: https://rb.gy/o10zx
== MongoDB Install==
Required dependancy:
sudo apt-get install gnupg
Update Package
sudo apt-get update
Check Latest Version:
https://pgp.mongodb.com/
Import the public GPG key:
wget -qO - https://www.mongodb.org/static/pgp/se... | sudo apt-key add -
OR
curl -fsSL https://www.mongodb.org/static/pgp/se... | sudo apt-key add -
Verify Key Added
apt-key list
Creates a file:
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/6.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-6.0.list
Update APT Package:
sudo apt-get update
Install MongoDB:
sudo apt-get install -y mongodb-org
IF GET ANY ERROR:
NEED TO INSTALL libssl1.1 by Adding the ubuntu 20.04 source:
echo "deb http://security.ubuntu.com/ubuntu focal-security main" | sudo tee /etc/apt/sources.list.d/focal-security.list
sudo apt-get update
sudo apt-get install libssl1.1
Manage MongoDB:
sudo systemctl start mongod.service
sudo systemctl status mongod
sudo systemctl enable mongod
sudo systemctl restart mongod
OPTIONAL STEPS
RESOLVE APT-KEY Warning
sudo apt-key export 64C3C388 | sudo gpg --dearmour -o /usr/share/keyrings/mongo-key.gpg
Open file at Location "/etc/apt/sources.list.d/mongodb-org-6.0.list"
Add Line: "signed-by=/usr/share/keyrings/mongo-key.gpg"
Delete key
sudo apt-key del ACCC4CF8
Delete the focal-security list file you just created:
sudo rm /etc/apt/sources.list.d/focal-security.list
Linux Ubuntu is a prevalent free & open source operating system. Installing the MongoDB server on Ubuntu Linux is pretty straightforward. This MongoDB installation tutorial will guide you through the step-by-step method to install the MongoDB database. I'm using Ubuntu 22.04 LTS (Long Term Support) on EC2. But the steps in the video will work, from Ubuntu 18.04 LTS to Ubuntu 22.04 (Latest Ubuntu release).
Once you complete watching this tutorial. I would suggest you follow the installation steps on your computer. If you encounter errors or didn't understand something, ask me questions in the comments section of this video.
Topics Covered:
00:00 Overview
00:35 Install MongoDB
02:03 Resolve Libssl1.1 Error
03:22 Start MongoDB Service
03:45 Configure to start up at boot
04:08 Connect to Mongosh client
04:58 Resolve keyring warning
if you like this video, please do subscribe now and press the bell icon to not miss any update from #CodeSagar
Install and configure Mysql 8.0.30 on Linux Ubuntu 22.04 LTS [Step-by-Step] (Latest 2022)
Link: • Install and configure Mysql 8.0.30 on...
#ubuntu #mongodb #latest #configration #installation #databasemanagement #linux #aws #ec2 #awscli #awstraining #MongoDBInstallation #Ubuntu2204LTS #LatestMongoDBVersion #FixLibsslError #MongoDBTutorial #StepByStepGuide #DatabaseManagement #TechTutorials #SoftwareInstallation #MongoDBTips #UbuntuTutorials #2023Updates #MongoDBTroubleshooting
Смотрите видео How to Install MongoDB 6+ on Ubuntu 22.04 LTS | Libssl1.1 Error Fixed | Latest 2023 онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Code Sagar 07 Октябрь 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 5,82 раз и оно понравилось 12 людям.