Install MongoDB in Ubuntu 22.04
This Blog is a Note to me for installing Mongodb in Ubuntu 22.04
Update System Repository
sudo apt update
Import the public key
curl -fsSL https://www.mongodb.org/static/pgp/server-6.0.asc|sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/mongodb-6.gpg
...
mdusama.hashnode.dev1 min read