Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

raspberry pi mongodb server 5.0

# ONLY FOR 64 BITs OSs (Raspberry needs Ubuntu Server 64bit)
# Install the MongoDB 4.4 GPG key:
wget -qO - https://www.mongodb.org/static/pgp/server-4.4.asc | sudo apt-key add -
# Add the source location for the MongoDB packages:
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
# Download the package details for the MongoDB packages:8sudo apt-get update
# Install MongoDB:
sudo apt-get install -y mongodb-org
Comment

PREVIOUS NEXT
Code Example
Shell :: kubernetes commands 
Shell :: linux date format utc 
Shell :: du folder size 
Shell :: task manager ubuntu 
Shell :: get docker image from docker hub 
Shell :: convert windows file to unix 
Shell :: git cherry pick example 
Shell :: mount network drive from windows wsl ubuntu 
Shell :: how to upload on github with command 
Shell :: bash for loop step 
Shell :: link to folder ubuntu 
Shell :: truncate log file linux 
Shell :: batch open url 
Shell :: how to change my default branch in git 
Shell :: how to apply changes in a single file from stash 
Shell :: drf social auth 
Shell :: force install deb file 
Shell :: ppsspp debian 10 
Shell :: cargo test specific test 
Shell :: install rvm for ruby 
Shell :: scp bash command 
Shell :: how to format pendrive on ubuntu 
Shell :: kdiff3 download linux 
Shell :: awk delimiter comma 
Shell :: bootar pendrive linux 
Shell :: how to push cloned repo 
Shell :: run powershell script from wsl bash 
Shell :: update node manjaro 
Shell :: list groups linux for user 
Shell :: connect terminal to server 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =