Answers for "Installing mongodb over ubuntu 22.04"

1

Installing mongodb over ubuntu 22.04

echo "deb http://security.ubuntu.com/ubuntu impish-security main" | sudo tee /etc/apt/sources.list.d/impish-security.list
sudo apt-get update
sudo apt-get install libssl1.1
Posted by: Guest on April-28-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language