Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to install mongodb in ubuntu 20.04 stackoverflow

sudo apt-get install gnupg
wget -qO - https://www.mongodb.org/static/pgp/server-4.4.asc | sudo apt-key add -
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.4.list
sudo apt-get update
sudo apt-get upgrade
sudo apt update
sudo apt upgrade
sudo apt-get install -y mongodb-org
sudo apt-get install libc6
sudo service mongod start
sudo service mongod status
Comment

PREVIOUS NEXT
Code Example
Shell :: Merge Remote Repository With Local Repository in git command 
Shell :: sum of output unix 
Shell :: registry open run 
Shell :: cat ssh rsa 
Shell :: How to squash the last n commits together 
Shell :: how to use git 
Shell :: how to stash changes git 
Shell :: powershell redirect output to null 
Shell :: bash check if string ends with slash 
Shell :: git how to rollback to previous commit 
Shell :: move branch to a commit 
Shell :: insta;; fingerprint in kali linux 
Shell :: git remove all tracked files after add in git ignoore 
Shell :: sshkeygen 
Shell :: github merge 
Shell :: doe snot appear to be a git repository 
Shell :: install wmctrl 
Shell :: git push default 
Shell :: grep ignore repeated lines 
Shell :: autostart service linux 
Shell :: convert dos to unix with tr 
Shell :: centos 8 force update ip address 
Shell :: compress to tgz linux 
Shell :: loop through a collection mongo db 
Shell :: while loops in bash 
Shell :: suse linux update 
Shell :: powershell type of object 
Shell :: cmake command not found 
Shell :: linux ls show full path 
Shell :: Automatically run program on Linux startup via systemd 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =