【发布时间】:2022-11-10 01:13:53
【问题描述】:
尝试为 ubuntu 安装 mongodb,但无法解决问题。 我迷路了,需要你的帮助!
根据文档进行: https://www.mongodb.com/docs/master/tutorial/install-mongodb-on-ubuntu/
-
wget -qO - https://www.mongodb.org/static/pgp/server-6.0.asc | sudo apt-key add -结果(CLI 输出):在我的 ubuntu 上:
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). OK-
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/6.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-6.0.list
结果(CLI 输出):
deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/6.0 multiverse-
sudo apt-get update
结果(CLI 输出):
et:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] Ign:2 http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/4.0 InRelease Hit:3 http://packages.microsoft.com/repos/code stable InRelease Hit:4 https://ppa.launchpadcontent.net/graphics-drivers/ppa/ubuntu jammy InRelease Hit:5 http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/4.0 Release Ign:6 https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/6.0 InRelease Hit:7 http://il.archive.ubuntu.com/ubuntu jammy InRelease Ign:8 https://ppa.launchpadcontent.net/upubuntu-com/xampp/ubuntu jammy InRelease Hit:9 http://il.archive.ubuntu.com/ubuntu jammy-updates InRelease Hit:11 https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/6.0 Release Hit:12 http://il.archive.ubuntu.com/ubuntu jammy-backports InRelease Err:13 https://ppa.launchpadcontent.net/upubuntu-com/xampp/ubuntu jammy Release 404 Not Found [IP: 185.125.190.52 443] Reading package lists... Done W: http://repo.mongodb.org/apt/ubuntu/dists/xenial/mongodb-org/4.0/Release.gpg: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. E: The repository 'https://ppa.launchpadcontent.net/upubuntu-com/xampp/ubuntu jammy Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. W: https://repo.mongodb.org/apt/ubuntu/dists/focal/mongodb-org/6.0/Release.gpg: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.-
sudo apt-get install -y mongodb-org
结果(CLI 输出):
Reading package lists... Done Building dependency tree... Done Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: mongodb-org-mongos : Depends: libssl1.0.0 (>= 1.0.1) but it is not installable mongodb-org-server : Depends: libcurl3 (>= 7.16.2) but it is not installable Depends: libssl1.0.0 (>= 1.0.1) but it is not installable mongodb-org-shell : Depends: libssl1.0.0 (>= 1.0.1) but it is not installable mongodb-org-tools : Depends: libssl1.0.0 (>= 1.0.2~beta3) but it is not installable E: Unable to correct problems, you have held broken packages.
uname -m结果(CLI 输出):
x86_64lsb_release -a结果(CLI 输出):
No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04 LTS Release: 22.04 Codename: jammy -
【问题讨论】:
标签: mongodb ubuntu ubuntu-22.04