Debian:存在することが知られている opencv パッケージが見つかりません

Debian:存在することが知られている opencv パッケージが見つかりません

私はBeagleBoneでDebianを実行しています。

root@beaglebone:~# cat /etc/*-release
PRETTY_NAME="Debian GNU/Linux 7 (wheezy)"
NAME="Debian GNU/Linux"
VERSION_ID="7"
VERSION="7 (wheezy)"
ID=debian
ANSI_COLOR="1;31"
HOME_URL="http://www.debian.org/"
SUPPORT_URL="http://www.debian.org/support/"
BUG_REPORT_URL="http://bugs.debian.org/"

uname -a
Linux beaglebone 3.8.13-bone71.1 #1 SMP Wed May 20 20:13:27 PDT 2015 armv7l GNU/Linux

インストールしようとしています。オープンコンピュータビジョン千人の店で。次のエラーが発生します。

sudo apt-get install opencv
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package opencv

上記でopencvハイパーリンクを提供したので、標準のwheezyリポジトリでパッケージを使用できるとします。私のsource.listファイルは次のとおりです。

deb http://ftp.us.debian.org/debian/ wheezy main contrib non-free 
deb-src http://ftp.us.debian.org/debian/ wheezy main contrib non-free

deb http://ftp.us.debian.org/debian/ wheezy-updates main contrib non-free
deb-src http://ftp.us.debian.org/debian/ wheezy-updates main contrib non-free

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

deb http://ftp.debian.org/debian wheezy-backports main contrib non-free
deb-src http://ftp.debian.org/debian wheezy-backports main contrib non-free

#Kernel source (repos.rcn-ee.net) : 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.net/debian/ wheezy main deb-src [arch=armhf] http://repos.rcn-ee.net/debian/ wheezy main

いくつかの同様の質問を確認しましたが、答えが役に立たないことがわかりました。また、apt-getを正常に更新しましたsudo apt-get update

誰もが(1)apt-getを使ってopencvをダウンロードできるかどうか、(2)この問題を軽減する方法について洞察力を持っている場合は、非常に感謝します。ありがとうございます!

ベストアンサー1

その理由は、パッケージが「opencv」と呼ばれない可能性が高いからです。まず、「apt-cache検索opencv」を試してみてください。可能なパッケージのリストを提供します。

おすすめ記事