Horje
install mongo db ubuntu Code Example
start mongodb service ubuntu
sudo systemctl start mongod
sudo systemctl stop mongod
mongoclient install ubuntu
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 install -y mongodb-org
install mongo db ubuntu
wget -qO - https://www.mongodb.org/static/pgp/server-5.0.asc | sudo apt-key add -

echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/5.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-5.0.list

sudo apt-get update
sudo apt-get install -y mongodb-org
mongodb install ubuntu
follow the steps from the below link

https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/
how to use mongodb in ubuntu terminal
mongod --dbpath ~/db/data
how to start mongodb server in ubuntu
 sudo systemctl start mongodb
# it will starts mongodb server




Shell

Related
git bash open in file explorer Code Example git bash open in file explorer Code Example
download specific version of drupal using composer Code Example download specific version of drupal using composer Code Example
git add git commit Code Example git add git commit Code Example
Cannot find module 'class-validator' or its corresponding type declarations. Code Example Cannot find module 'class-validator' or its corresponding type declarations. Code Example
CommandNotFoundError: Your shell has not been properly Code Example CommandNotFoundError: Your shell has not been properly Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9