skip to Main Content

Problem installing MongoDB (in container) – Debian

I have a Singularity container using Ubuntu in which I install MongoDB. My original recipe had those lines to do so: # get MongoDB wget -qO - https://www.mongodb.org/static/pgp/server-4.2.asc | apt-key add - echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 multiverse"…

VIEW QUESTION

Fail install mongodb on Centos 7 with Package error

I try to install mongodb to Centos 7 server with PHP. I follow the install guide from https://www.php.net/manual/en/mongodb.installation.pecl.php But sudo pecl install mongodb show error message: WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update downloading…

VIEW QUESTION
Back To Top
Search