how to change the document in collection in mongodb in ubunto code example
Example 1: how to install mongodb server in ubuntu
sudo apt install -y mongodb
# it will install mongodb server into linux system
Example 2: ubuntu start mongodb
sudo mongod --fork --config /etc/mongod.conf