エラー: 'mongodb'パッケージにインストール候補がありません。

エラー: 'mongodb'パッケージにインストール候補がありません。

apt-getのため、cloud9にBeagleBone用のパッケージをインストールできませんE: Package 'mongodb' has no installation candidate。同じエラーのため、どのパッケージも機能しません。更新、アップグレード、再起動しましたが、何も機能しません。

私のBBGに関する追加情報:

debian@beaglebone:/var/lib/cloud9$ uname -a
Linux beaglebone 4.9.82-ti-r102 #1 SMP PREEMPT Thu Feb 22 01:16:12 UTC 2018 armv7l GNU/Linux


debian@beaglebone:/var/lib/cloud9$ cat /etc/*-release
PRETTY_NAME="Debian GNU/Linux 9 (stretch)"
NAME="Debian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

また、私のsource.listファイルは次のようになります。

GNU nano 2.7.4               File: /etc/apt/sources.list                                                                    

deb http://deb.debian.org/debian stretch main contrib non-free
#deb-src http://deb.debian.org/debian stretch main contrib non-free

deb http://deb.debian.org/debian stretch-updates main contrib non-free
#deb-src http://deb.debian.org/debian stretch-updates main contrib non-free

deb http://deb.debian.org/debian-security stretch/updates main contrib non-free
#deb-src http://deb.debian.org/debian-security stretch/updates main contrib non-free

#deb http://deb.debian.org/debian stretch-backports main contrib non-free
##deb-src http://deb.debian.org/debian stretch-backports main contrib non-free

#Kernel source (repos.rcn-ee.com) : https://github.com/RobertCNelson/linux-stable-rcn-ee
#
#git clone https://github.com/RobertCNelson/linux-stable-rcn-ee
#cd ./linux-stable-rcn-ee
#git checkout `uname -r` -b tmp
#
deb [arch=armhf] http://repos.rcn-ee.com/debian/ stretch main
#deb-src [arch=armhf] http://repos.rcn-ee.com/debian/ stretch main
deb http://debian.mirror.ac.za/debian stretch main 
#deb-src http://debian.mirror.ac.za/debian stretch main

ベストアンサー1

armhfBeagleBone は MongoDB をサポートしないアーキテクチャを使用します。#836435もっと学ぶ。そのため、Debian 9以降のDebianリポジトリでは使用できなくなります。

おすすめ記事