跳過設定檔“multiverse/binary-arm64/Packages”的取得作為儲存庫“/mongodb-org/4.0 InRelease”不支援架構arm64

跳過設定檔“multiverse/binary-arm64/Packages”的取得作為儲存庫“/mongodb-org/4.0 InRelease”不支援架構arm64

我正在嘗試在 Ubuntu 18.04.6 上將 Mongo 從 3.6.6 升級到 5.1,在 AWS EC2 執行個體上執行。

我已經升級到 4.2 -> 4.4,現在正在使用本教學:

https://docs.mongodb.com/v4.4/tutorial/install-mongodb-on-ubuntu/

我已經執行了以下命令:

echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.4 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.4.list

然後,我就跑了sudo apt-get update。但是,我收到以下錯誤:

Skipping acquire of configured file 'multiverse/binary-arm64/Packages' as repository 
'https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.0 InRelease' doesn't support 
architecture 'arm64'

此後我無法安裝 mongo。我看到了這個:

https://jira.mongodb.org/browse/SERVER-37692

上面說沒有arm64版本,但它得到了修正?我應該如何進行?我需要更新我的 AWS 實例嗎?奇怪的是,Mongo 無法安裝在 Ubuntu 上…

答案1

你好,我有這個問題,請修復並向我發送跳過獲取配置文件“bionic/binary-i386/Packages”作為存儲庫“https://proget.makedeb.org prebuilt-mpr InRelease”沒有組件“bionic 」 '(sources.list 中的元件拼字錯誤?)

相關內容