Horje
how to install mongodb in ubuntu 20.04 lts fossa Code Example
how to install mongodb in ubuntu 20.04 lts fossa
sudo apt update
# Import the public key used by the package management system
# The operation should respond with an OK.
wget -qO - https://www.mongodb.org/static/pgp/server-4.2.asc | sudo apt-key add -
# Create a list file for MOngoDB
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.2.list
# Reload localpackage database
sudo apt update
#Install MongoDB packages
sudo apt install -y mongodb-org




Shell

Related
ds_store gitignore Code Example ds_store gitignore Code Example
see journalctl running logs Code Example see journalctl running logs Code Example
how to add a directory to path in linux Code Example how to add a directory to path in linux Code Example
findspark:install Code Example findspark:install Code Example
geopandas is not installin Code Example geopandas is not installin Code Example

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