Answers for "how to install mongodb with compass archlinux"

1

mongodb compass community linux

--donwload
wget https://downloads.mongodb.com/compass/mongodb-compass_1.24.1_amd64.deb
--install
sudo dpkg -i mongodb-compass_1.24.1_amd64.deb
--run
mongodb-compass
Posted by: Guest on January-03-2021
0

install compass mongodb ubuntu

wget https://downloads.mongodb.com/compass/mongodb-compass_1.28.1_amd64.deb
sudo apt install ./mongodb-compass_1.28.1_amd64.deb
Posted by: Guest on March-22-2022

Code answers related to "how to install mongodb with compass archlinux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language