我想在机器上的不同端口上设置两个版本的mongodb 我已经在端口号27018的机器上安装了mongodb的4.0.5版本,但是现在我想在我的机器上安装mongodb的版本3.6,我正在通过此link进行安装。它显示了我已经安装了mongodb最新版本4.0.5的错误。错误:-
mongodb-org is already the newest version (4.0.5).
The following packages were automatically installed and are no longer required:
linux-headers-4.15.0-39 linux-headers-4.15.0-39-generic linux-image-4.15.0-39-generic linux-modules-4.15.0-39-generic
linux-modules-extra-4.15.0-39-generic
使用'sudo apt autoremove'删除它们。 升级了0个,新安装了0个,删除了0个,未升级66个。
如何在不同端口的一台计算机上安装两个实例。
答案 0 :(得分:0)
可能无法通过软件包管理器安装两个具有不同版本的软件包。目前,使用docker可能是一种简单而现代的方式。