How to Install MongoDB 6.0 on SuSE 15 | MongoDB-org
Install MongoDB v6.0 Community Edition on SuSE 15 Overview Use this tutorial to install MongoDB 6.0 Community Edition on SUSE Linux Enterprise Server (SLES) using the zypper package manager. Platform Support MongoDB 6.0 Community Edition supports the following 64-bit SUSE Linux Enterprise Server (SLES) releases on x86_64 architecture: SLES 15 SLES 12 MongoDB only supports the 64-bit versions of these platforms. Install MongoDB Community Edition Follow these steps to install MongoDB Community Edition using the zypper package manager. 1. Import the MongoDB public key. # sudo rpm --import https://www.mongodb.org/static/pgp/server-6.0.asc 2. Add the MongoDB repository. Add the repository so that you can install MongoDB. Use the command appropriate for your version of SUSE: SUSE 15: # sudo zypper addrepo --gpgcheck "https://repo.mongodb.org/zypper/suse/15/mongodb-org/6.0/x86_64/" mongodb SUSE 12: # sudo zypper addrepo --gpgcheck "h...