E:无法找到软件包 juju-core

E:无法找到软件包 juju-core

我正在关注https://jujucharms.com/docs/stable/getting-started但是当我运行本指南中的第一个命令时,ubuntu 出现了以下错误。

superc@ubuntu:~$ sudo apt-get install juju-core
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package juju-core
superc@ubuntu:~$

我在 VMPlayer 中使用 Ubuntu Server 12.04.2 LTS。有人能帮我吗?

谢谢

答案1

根据这一页您可能需要先尝试添加 ppa:

sudo add-apt-repository ppa:juju/stable 
sudo apt-get update 
sudo apt-get install juju-core

相关内容