
In this article, we will take a look at how to install MongoDB on Linux/Unix/macOS/Ubuntu systems,
- Open Terminal,
- Run command apt-get install mongodb (for Linux/Ubuntu) or use homebrew install brew install mongodb if on macOS.
# apt-get install mongodb Reading package lists... Done .. The following additional packages will be installed: libboost-filesystem1.71.0 libboost-iostreams1.71.0 libboost-program-options1.71.0 libgoogle-perftools4 libpcap0.8 libpcrecpp0v5 libsnappy1v5 libstemmer0d libtcmalloc-minimal4 libyaml-cpp0.6 mongo-tools mongodb-clients mongodb-server mongodb-server-core .. After this operation, 215 MB of additional disk space will be used. Do you want to continue? [Y/n] Y .. Get:10 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 mongo-tools arm64 3.6.3-0ubuntu1 [10.3 MB] .. Get:14 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 mongodb-server all 1:3.6.9+really3.6.8+90~g8e540c0b6d-0ubuntu5.3 [12.5 kB] Get:15 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 mongodb arm64 1:3.6.9+really3.6.8+90~g8e540c0b6d-0ubuntu5.3 [9640 B] Fetched 49.3 MB in 29s (1711 kB/s) .. Setting up mongodb-clients (1:3.6.9+really3.6.8+90~g8e540c0b6d-0ubuntu5.3) ... Setting up mongodb-server-core (1:3.6.9+really3.6.8+90~g8e540c0b6d-0ubuntu5.3) ... Setting up mongodb-server (1:3.6.9+really3.6.8+90~g8e540c0b6d-0ubuntu5.3) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Created symlink /etc/systemd/system/multi-user.target.wants/mongodb.service → /lib/systemd/system/mongodb.service. Setting up mongodb (1:3.6.9+really3.6.8+90~g8e540c0b6d-0ubuntu5.3) ... Processing triggers for libc-bin (2.31-0ubuntu9.7) ... Processing triggers for systemd (245.4-4ubuntu3.15) ...
- Run mongod to check instalaation:
# mongod 2022-04-08T12:51:27.517-0700 I CONTROL [initandlisten] MongoDB starting : pid=4823 port=27017 dbpath=/data/db 64-bit host=b2391b608026 2022-04-08T12:51:27.517-0700 I CONTROL [initandlisten] db version v3.6.8 2022-04-08T12:51:27.517-0700 I CONTROL [initandlisten] git version: 8e540c0b6db93ce994cc548f000900bdc740f80a 2022-04-08T12:51:27.517-0700 I CONTROL [initandlisten] OpenSSL version: OpenSSL 1.1.1f 31 Mar 2020 2022-04-08T12:51:27.517-0700 I CONTROL [initandlisten] allocator: tcmalloc 2022-04-08T12:51:27.517-0700 I CONTROL [initandlisten] modules: none 2022-04-08T12:51:27.517-0700 I CONTROL [initandlisten] build environment: 2022-04-08T12:51:27.517-0700 I CONTROL [initandlisten] distarch: aarch64 2022-04-08T12:51:27.518-0700 I CONTROL [initandlisten] target_arch: aarch64
More Posts related to MacOS,
- How to find files taking up space on your Mac
- How to open new tabs macOS Terminal
- Encode or Decode Base64 String using Mac Terminal Command
- How to take a screenshot on a Mac? (updated for macOS Monterey 2022)
- [macOS] NetBeans IDE cannot be installed. Java (JRE) found on your computer but JDK XX or newer is required.
- How to know your Mac Screen Resolution?
- How to make macOS Terminal window Transparent (or Opaque)
- [macOS] Change homepage Macbook Safari Browser
- Cut, Copy and Paste keyboard commands on mac
- Shutdown Mac Terminal Command
- Zsh Shell: Custom alias that you may find useful
- How to uninstall GarageBand from Mac
- How to Refresh Mac Desktop
- How to fix command not found brew (bash, zsh) on macOS Terminal
- How to Right Click on Mac Desktop?
- How to remove app from Dock when closed [macOS Big Sur]
- How to display directory tree in Mac Terminal
- [Eclipse] Locate Preferences in macOS
- How to save webpage as pdf using macOS Safari
- Set Python 3.8 as a default python version on macOS
- 10 Beginners Commands for macOS Terminal Usage
- Display Seconds in Digital Clock on Mac Menu Bar [macOS]
- [Solution] macOS Big Sur Installation: There is not enough free space, Additional Space Required
- How to search (find) in macOS Terminal Console Text
- How to come out of dquote prompt in Terminal - macOS/Linux
More Posts:
- JSON column formatting to preview SharePoint Online file on mouse hover - SharePoint
- Take Screenshots on Mac OS without Keyboard - Mac-OS-X
- Android App Showing Two Toolbars Issue fix - Android
- Safari appends .html extension to files that are downloaded - Mac-OS-X
- Java: TimeZone List with GMT/UTC Offset - Java
- How to remove old 404 pages ulrs from Google crawler - Html
- Bootstrap Button Colors Classes - Bootstrap
- AlertDialog with single button example : Android - Android