

InterviewSolution
Saved Bookmarks
1. |
To install the latest stable version of MongoDB on SUSE, issue ______________(a) sudo zypper install mongodb-enterprise(b) sudo zypper update mongodb-enterprise(c) sudo zyp install mongodb-enterprise(d) none of the mentioned |
Answer» The correct option is (a) sudo zypper install mongodb-enterprise Easy explanation: When you install the packages, you choose whether to install the current release or a previous one. This step provides the commands for both. |
|