Ubuntu unable to locate package

前端 未结 4 1192
我寻月下人不归
我寻月下人不归 2021-01-25 18:53

I have installed devstack for openstack on ubuntu system. I am trying to install quantum-lbaas-agent. I get the error Unable to locate package. I tried

4条回答
  •  忘了有多久
    2021-01-25 19:05

    The package cannot be found, because it is not in any of the archives listed in your sources.list file.

    This page explains what you need to do:

    http://docs.openstack.org/trunk/openstack-network/admin/content/install_ubuntu.html

    I modified the steps a bit for your case to be perfectly clear and as easy as possible:

    sudo su -
    echo deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/grizzly main >>/etc/apt/sources.list
    apt-get install ubuntu-cloud-keyring 
    apt-get update
    apt-get install quantum-lbaas-agent
    

提交回复
热议问题