我在ubuntu系统上为openstack安装了devstack.我正在尝试安装quantum-lbaas-agent.我收到了错误Unable to locate package.我尝试更改/etc/apt/sources.list文件中的sources列表.我无法进行编辑,因此我改变权限777的sources.list.我sudo apt-get update在更改权限后跑了.我仍然无法找到包错误.我也尝试过跑步sudo apt-get upgrade.仍然没有进展.
这是输出sudo apt-get install quantum-lbaas-agent:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package quantum-lbaas-agent
Run Code Online (Sandbox Code Playgroud)
这是我sources.list在/etc/apt文件夹中:
# deb cdrom:[Ubuntu 12.04.2 LTS _Precise Pangolin_ - Release i386 (20130213)]/ precise main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://in.archive.ubuntu.com/ubuntu/ …Run Code Online (Sandbox Code Playgroud) ubuntu ×1