Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how install mongodb on raspberry

1	# Install the MongoDB 4.4 GPG key:
2	wget -qO - https://www.mongodb.org/static/pgp/server-4.4.asc | sudo apt-key add -
3	
4	# Add the source location for the MongoDB packages:
5	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
6	
7	# Download the package details for the MongoDB packages:
8	sudo apt-get update
9	
10	# Install MongoDB:
11	sudo apt-get install -y mongodb-org
Comment

PREVIOUS NEXT
Code Example
Shell :: pyglet linux 
Shell :: how to save file in linux 
Shell :: delete github branch 
Shell :: shopify cli 
Shell :: npm otp-generator 
Shell :: dlib installation 
Shell :: docker install google chrome 
Shell :: github create directory 
Shell :: create github repository 
Shell :: bash awk or 
Shell :: install npm packages on shared hosting 
Shell :: apache uninstall ubuntu ssh 
Shell :: how to install virtualmin on ubuntu 20.04 
Shell :: how to search in git bash 
Shell :: linux history select command 
Shell :: gatsby-plugin-feed-generator 
Shell :: powershell copy all images in a directory 
Shell :: bash: emacs: command not found raspi 
Php :: default time zone india php 
Php :: laravel clear route cache 
Php :: wpdb last query 
Php :: php remove numbers from string 
Php :: php get first 5 characters of string 
Php :: php pdo last insert id 
Php :: php read csv file line by line 
Php :: php file_get_contents follow redirect 
Php :: php get next saturday 
Php :: PHP Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: 
Php :: get age with carbon in laravel 
Php :: twig replace char 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =