Hello everyone, if you just want to find the executable file of MongoDB, you may wish to download the file at this link:
https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-4.1.6.tgz
This is the latest version I found that can be downloaded directly. You might change the version number in the link to continue trying. :3
Search Criteria
Package Details: mongodb-bin 8.2.7-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mongodb-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | mongodb-bin |
| Description: | A high-performance, open source, schema-free document-oriented database |
| Upstream URL: | https://www.mongodb.com/ |
| Keywords: | database document-oriented mongo mongod mongodb mongos |
| Licenses: | SSPL-1.0 |
| Conflicts: | mongodb, mongodb-shell-bin |
| Provides: | mongodb |
| Submitter: | ali.molaei |
| Maintainer: | ali.molaei (rafaelff) |
| Last Packager: | ali.molaei |
| Votes: | 96 |
| Popularity: | 0.99 |
| First Submitted: | 2019-01-28 09:01 (UTC) |
| Last Updated: | 2026-04-17 13:54 (UTC) |
Dependencies (5)
- curl (curl-gitAUR, curl-c-aresAUR)
- mongosh-binAUR (mongosh-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR)
- chrpath (chrpath-gitAUR) (make)
- mongodb-toolsAUR (percona-server-mongodb-binAUR, mongodb36-binAUR, mongodb-tools-gitAUR, mongodb-tools-binAUR) (optional) – The MongoDB tools provide import, export, and diagnostic capabilities.
Required by (18)
- adminer (requires mongodb) (optional)
- alerta (requires mongodb) (optional)
- cronsun-bin (requires mongodb)
- flyenv-bin (requires mongodb) (optional)
- flyenv-git (requires mongodb) (optional)
- grasscutter-git (requires mongodb) (optional)
- graylog (optional)
- icalingua++ (optional)
- icalingua++-electron-git (requires mongodb) (optional)
- icalingua++-git (requires mongodb) (optional)
- librechat (requires mongodb) (optional)
- nodejs-generator-scalatra (requires mongodb) (optional)
- nodejs-wildduck
- omada-controller (requires mongodb)
- omada-controller-rxy (requires mongodb)
- pritunl-git (requires mongodb) (optional)
- pump.io (requires mongodb) (optional)
- python-ivre (requires mongodb) (optional)
Sources (7)
Latest Comments
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 Next › Last »
shine commented on 2020-06-02 14:38 (UTC) (edited on 2020-06-02 14:42 (UTC) by shine)
ali.molaei commented on 2020-03-30 06:59 (UTC) (edited on 2020-03-30 10:01 (UTC) by ali.molaei)
Hey @aj_sopra, I'm aware of the license issue
I think we have to decide what is open-source and what is not, Open Source means many things, we have an Open-source Model and we have also Open Source Initiative Corp that there are some of open-source community members in it
MongoDB is developing in Open-source Model, and the only change in license from AGPL is that it is restricting companies to use the software and not contributing back, and OSI's problem with it is that you cannot restrict how to use the software, etc.
Now, we have to decide, can't we call MongoDB open-source, if they are developing in open-source way? And also, are we deciding or a corporation in California?
Next, I think the license is clearly SSPLv1 and the description cannot mislead anyone, but if there is more push to do it, I'll do it, I don't think it is a big deal
aj_sopra commented on 2020-03-29 23:01 (UTC)
It appears mongodb is no longer considered "open source", can that modifier be removed from the package description? https://www.zdnet.com/article/mongodb-open-source-server-side-public-license-rejected/
ali.molaei commented on 2020-02-01 09:14 (UTC)
@gj545rndmu it is needed only in aarch64 build, as I test the package being built on my x86_64 machine, I always comment that dependancy to test the PKGBUILD for both architectures, on 4.2.2 It was remained commented by mistake
gj545rndmu commented on 2020-02-01 09:10 (UTC)
For 4.2.2 you removed depends_aarch64=("libcurl-openssl-1.0") and now you added it again? Why?
ali.molaei commented on 2019-10-27 17:12 (UTC)
@goodpicture I have redownloaded the package using yay AUR-Helper, it successfully reinstalled, are you using an AUR-Helper? If yes, is it keeping any cache? can you clear it's downloaded caches and try again? Is your internet connection fine? The only explanation for me is that the files are not completely downloaded or there is an issue downloading it anyway. Also, can you give me the sha256sum of the downloaded files of yours?
Is there anyone else having the same problem?
goodpicture commented on 2019-10-27 16:39 (UTC)
why cant I install this ? I keep getting "invalid or corrupted package:"
ali.molaei commented on 2019-10-19 07:37 (UTC) (edited on 2019-10-19 07:37 (UTC) by ali.molaei)
I think the checksums are now correct @monson, thanks
monson commented on 2019-09-04 06:14 (UTC) (edited on 2019-09-04 06:14 (UTC) by monson)
@ali.molaei ${CARCH} should not be used in source_x86_64/source_aarch64 because it's based on package system instead of build system when packaging. Please replace it with x86_64/aarch64 respectively, otherwise it will generate wrong checksum by makepkg -g and wrong filename in .SRCINFO .
axedre commented on 2019-08-29 14:28 (UTC)
I need to revert back to mongodb-bin v3.4.x, cause the lack of the --ssl flag is a blocker for me, since I use studio3t v2018.2.0 (and cannot upgrade it, sadly) which expects it in order to use IntelliShell. How would I go about doing it? There is no arch linux archive equivalent for AUR packages, is there? :(
Pinned Comments
ali.molaei commented on 2025-10-24 19:22 (UTC) (edited on 2025-10-24 19:25 (UTC) by ali.molaei)
8.2 is a major update so you either have to update your database Upgrade 8.0 to 8.2 or use mongodb80-bin
ali.molaei commented on 2021-07-28 14:29 (UTC) (edited on 2024-11-02 19:21 (UTC) by ali.molaei)
If you get core dumps on version 5 or above, read this: https://jira.mongodb.org/browse/SERVER-58648