Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install mongodb debian 10

sudo add-apt-repository 'deb https://repo.mongodb.org/apt/debian buster/mongodb-org/4.2 main'Copy
Comment

install mongodb debian 10

sudo systemctl enable mongod --nowCopy
Comment

install mongodb debian 10

curl -fsSL https://www.mongodb.org/static/pgp/server-4.2.asc | sudo apt-key add -Copy
Comment

install mongodb debian 10

sudo apt install dirmngr gnupg apt-transport-https software-properties-common ca-certificates curlCopy
Comment

install mongodb debian 10

sudo apt updatesudo apt install mongodb-orgCopyCopy
Comment

PREVIOUS NEXT
Code Example
Shell :: install kubectl windows 
Shell :: git push takes forever 
Shell :: install docker machine ubuntu 
Shell :: find exclude directories 
Shell :: aws lightsail ssl installation 
Shell :: linux check if a group exist or not 
Shell :: awk define string as delimiter 
Shell :: remove dock from ubuntu 
Shell :: .bat script on computer startup 
Shell :: terminal public ip 
Shell :: how to get first in jq 
Shell :: install ansible 
Shell :: mac redis cli 
Shell :: add co author git 
Shell :: GIT: create repo 
Shell :: env file firebase 
Shell :: delete a git branch 
Shell :: rebase branch github 
Shell :: linux terminal show installed applications 
Shell :: sed replace with newline 
Shell :: get until last match 
Shell :: git flow release 
Shell :: linux command to copy file 
Shell :: how to move folders in linux terminal 
Shell :: git remove file from repository 
Shell :: remote: Permission to asfand005/test.git denied to asfand87. 
Shell :: kubectl jq json pod name jsonpath 
Shell :: show files of certain type in a repository ubuntu 
Shell :: shortan promt ubunto 
Shell :: share folder from windows to ubuntu oracle VM 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =