How to Install mongoDB on Linux Debian 12
In this video we will install MongoDB on a Linux Debian 12 (Bookworm) server and then we will test the installation of MongoDB and at the end we will uninstall MongoDB from the Linux server and remove/purge all information associated with it.
### INSTALLATION FLOW:
# Update APT:
sudo apt-get install gnupg curl
# Install Necessary Packages:
sudo apt-get install gnupg curl
# Add GPG Key:
curl -fsSL |
sudo gpg -o /usr/share/keyrings/mongodb-server-7.0.gpg
–dearmor
# Add Repository (Debian 12):
echo “deb [ signed-by=/usr/share/keyrings/mongodb-server-7.0.gpg ] bookworm/mongodb-org/7.0 main” | sudo tee /etc/apt/sources.list.d/mongodb-org-7.0.list
# Add Repository (Debian 11):
echo “deb [ signed-by=/usr/share/keyrings/mongodb-server-7.0.gpg ] bullseye/mongodb-org/7.0 main” | sudo tee /etc/apt/sources.list.d/mongodb-org-7.0.list
# Update APT Again:
sudo apt-get update
# Install MongoDB:
sudo apt-get install -y mongodb-org
All Open Source!
Arashtad provides high quality tutorials, eBooks, articles and documents, design and development services, over 400 free online tools, frameworks, CMS, WordPress plugins, Joomla extensions, and other products.
More Courses ▶
Business Inquiries ▶
Affiliate Programs ▶
eBooks ▶
Our Products ▶
Our Services ▶
Our Portfolio ▶
Free Online Tools ▶
Our Blog ▶
Documents ▶
Licensing ▶
About us ▶
Join Arashtad Network ▶
Our Social Profiles ▶
Vimeo ▶
Udemy ▶
GitHub ▶
Linkedin ▶
Twitter ▶
[ad_2]
source
I got an error
mongodb active failed (result core-dump)
how to fix this
Thank you bro
Tks my friend!
nice thank you