

InterviewSolution
Saved Bookmarks
1. |
Command to install the latest stable version of MongoDB Enterprise in Ubuntu is ______________(a) sudo apt-get install mongodb(b) sudo apt-get install mongodb-enterprise(c) sudo apt-get install mongodb-ent(d) all of the mentioned |
Answer» The correct answer is (b) sudo apt-get install mongodb-enterprise The best explanation: To install a specific release of MongoDB Enterprise, specify each component package individually and append the version number to the package name. |
|