The latest method of installing Mongodb on Ubuntu 16.04

You can install it according to the method provided on the official website: https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/#install-mongodb-community-edition

  1. Import MongoDB public GPG Key
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80--recv EA312927
  1. Add software source
echo "deb http://repo.mongodb.org/apt/ubuntu trusty/mongodb-org/3.2 multiverse"| sudo tee /etc/apt/sources.list.d/mongodb-org-3.2.list
  1. Update software source cache
sudo apt-get update
  1. Install MongoDB
sudo apt-get install -y mongodb-org

If you are prompted to fail the verification, you can use the following command instead

sudo apt-get install -y mongodb-org --allow-unauthenticated

Recommended Posts

The latest method of installing Mongodb on Ubuntu 16.04
Solve the problem of installing Theano on Ubuntu19
Install the latest Python 3.6 version on Ubuntu
The problem of installing GD plug-in OFF on ubuntu dream weaving DEDE
Install the CPU version of Caffe on Ubuntu
How to install the latest MySQL on Ubuntu 18.04
The pits encountered when installing yii2 advanced on Ubuntu
Ubuntu install the latest Python 3.
ubuntu1804 build the latest Suricata
[Share] Solve the problem of failed installation of Vitis 2019.2 on Ubuntu 16.04
The process of solving the problem of installing ImageMagick under Ubuntu system
Detailed method of installing Kernel 5.x kernel version on CentOS 8 system
Overview of the Ubuntu file system
How to install MongoDB on Ubuntu 16.04
Install Sogou input method on Ubuntu 16
End the method of running python
How to fix the problem of missing system settings on Ubuntu 14.04
Install the latest version of Thunderbird and exchange plugins under ubuntu
Detailed tutorial on installing python3.7 for ubuntu18
Error when installing Python module on Ubuntu
ubuntu16.04 method steps to upgrade the kernel
Centos install the latest version of cmake
The apt-get command of Ubuntu basic tutorial
The implementation of the Ubuntu18.04 installation Pycharm tutorial
Method of installing django module in python
Install the flat theme latabulous on Ubuntu 16.04
Install NeoVim on Ubuntu: the easiest way
Detailed tutorial for installing CUDA9.0 on Ubuntu 16.04
The specific method of python instantiation object
Detailed tutorial for installing phpMyAdmin on Ubuntu 18.04
Small tutorial: List the disks on Ubuntu
[Centos8] The bumpy process of installing docker
The specific method of python import library
How to modify the hostname on Ubuntu 20.04
Analysis on the method of CentOS8 virtual machine to access Windows10 host folder
Detailed explanation of the principle of Python super() method
Expand the disk size of Ubuntu under VMware
ubuntu adjusts the priority of swap swap space usage
The basic configuration and interface beautification of Ubuntu
Install the old version of seurat under Ubuntu
Talking about the first experience of using Ubuntu
First look at the new features of Ubuntu 17.10
The use of crontab for ubuntu scheduled tasks
The consequences of uninstalling python in ubuntu, very
The ultimate guide to install gooderp on ubuntu
Introduction to the use of Hanlp in ubuntu
Turn off and turn on the firewall in ubuntu
How to run the parsing server on Ubuntu 14.04
Cancel the background color of the Ubuntu (wsl) folder
How to install Chinese input method on ubuntu
Detailed tutorial of installing nginx on centos8 (graphic)
How to check the installed JDK on Ubuntu
lamp on ubuntu
Detailed explanation of static DNS configuration method in Ubuntu
The default installation path of apt-get install of ubuntu (transfer)
How to create and use MongoDB backups on Ubuntu 14.04
Use the command line to detect the Ubuntu version method
How to add the gzip module to Nginx on Ubuntu 14.04
How to turn the language of Ubuntu into Chinese? ?
Solve the problem of python compiling and installing ssl
Modify the default root password of the Ubuntu operating system