Source:
https://linuxhint.com/install_mongodb_ubuntu_20_04/
sudo apt update
sudo apt upgrade
sudo apt install mongodb
sudo systemctl status mongodb
sudo systemctl start mongodb
sudo systemctl stop mongodb
sudo systemctl restart mongodb
sudo systemctl enable mongodb
sudo systemctl stop mongodb
This command will stop the service.
sudo apt purge mongodb
sudo apt autoremove