Posts

Showing posts from August, 2022

How to Install MongoDB 6.0 on SuSE 15 | MongoDB-org

Image
  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 "https://repo.mongodb.org/

How to Install MongoDB 6.0 on Ubuntu 20 | MongoDB-org

Image
Install MongoDB v6.0 Community Edition on Ubuntu   Overview Use this tutorial to install MongoDB 6.0 Com munity Edition on LTS (long-term support) releases of Ubuntu Linux using the apt package manager. Platform Support MongoDB 6.0 Community Edition supports the following 64-bit Ubuntu LTS (long-term support) releases on x86_64 architecture:     20.04 LTS ("Focal")     18.04 LTS ("Bionic")     16.04 LTS ("Xenial") MongoDB only supports the 64-bit versions of these platforms. MongoDB 6.0 Community Edition on Ubuntu also supports the ARM64 architecture on select platforms. Official MongoDB Packages: To install MongoDB Community on your Ubuntu system, these instructions will use the official mongodb-org package, which is maintained and supported by MongoDB Inc. The official mongodb-org package always contains the latest version of MongoDB, and is available from its own dedicated repo. Install MongoDB Community Edition Follow these steps t

Contact Form

Name

Email *

Message *

Popular posts from this blog

Red Hat Certified Systems Administrator – RHCSA (EX200) Ex@m practice 2022

Step-by-Step Install and Configure OpenLDAP on RHEL7/CentOS 7 Linux

Creating RAID-0 (Stripe) in Linux