Kurento Media Server をインストールしようとしています。公式ウェブサイトのインストールガイドから、私は次のようにします:
sudo add-apt-repository ppa:kurento/kurento
sudo apt-get update
sudo apt-get install kurento-media-server
実際、最後のコマンド ラインを実行すると、次のようなメッセージが表示されます。
root@ubuntu:~/build# sudo apt-get install kurento-media-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package kurento-media-server is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'kurento-media-server' has no installation candidate
root@ubuntu:~/build#
Ubuntu 14.10 (最新の安定版) を使用しています。