微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Ubuntu无法find软件包

我在Ubuntu系统上安装了OpenStack的devstack。 我正在尝试安装quantum-lbaas-agent 。 我得到错误Unable to locate package 。 我尝试更改/etc/apt/sources.list文件中的源列表。 我无法编辑它,因此我将sources.list权限更改为777 。 我更改权限后运行sudo apt-get update 。 我仍然无法find包错误。 我试着运行sudo apt-get upgrade 。 仍然没有进展。

这里是sudo apt-get install quantum-lbaas-agent :

Reading package lists... Done Building dependency tree Reading state @R_880_4045@ion... Done E: Unable to locate package quantum-lbaas-agent

这里是我的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/ precise main restricted deb-src http://in.archive.ubuntu.com/ubuntu/ precise main restricted ## Major bug fix updates produced after the final release of the ## distribution. deb http://in.archive.ubuntu.com/ubuntu/ precise-updates main restricted deb-src http://in.archive.ubuntu.com/ubuntu/ precise-updates main restricted ## NB software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team. Also,please note that software in universe WILL NOT receive any ## review or updates from the Ubuntu security team. deb http://in.archive.ubuntu.com/ubuntu/ precise universe deb-src http://in.archive.ubuntu.com/ubuntu/ precise universe deb http://in.archive.ubuntu.com/ubuntu/ precise-updates universe deb-src http://in.archive.ubuntu.com/ubuntu/ precise-updates universe ## NB software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team,and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also,please note that software in ## multiverse WILL NOT receive any review or updates from the Ubuntu ## security team. deb http://in.archive.ubuntu.com/ubuntu/ precise multiverse deb-src http://in.archive.ubuntu.com/ubuntu/ precise multiverse deb http://in.archive.ubuntu.com/ubuntu/ precise-updates multiverse deb-src http://in.archive.ubuntu.com/ubuntu/ precise-updates multiverse ## NB software from this repository may not have been tested as ## extensively as that contained in the main release,although it includes ## newer versions of some applications which may provide useful features. ## Also,please note that software in backports WILL NOT receive any review ## or updates from the Ubuntu security team. deb http://in.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse deb-src http://in.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse deb http://security.ubuntu.com/ubuntu precise-security main restricted deb-src http://security.ubuntu.com/ubuntu precise-security main restricted deb http://security.ubuntu.com/ubuntu precise-security universe deb-src http://security.ubuntu.com/ubuntu precise-security universe deb http://security.ubuntu.com/ubuntu precise-security multiverse deb-src http://security.ubuntu.com/ubuntu precise-security multiverse ## Uncomment the following two lines to add software from Canonical's ## 'partner' repository. ## This software is not part of Ubuntu,but is offered by Canonical and the ## respective vendors as a service to Ubuntu users. # deb http://archive.canonical.com/ubuntu precise partner # deb-src http://archive.canonical.com/ubuntu precise partner ## This software is not part of Ubuntu,but is offered by third-party ## developers who want to ship their latest software. deb http:extras.ubuntu.com/ubuntu precise main deb-src http://extras.ubuntu.com/ubuntu precise main

有人可以帮忙吗? 我真的被困在这一点上。 我已经在Ubuntu论坛上查找过各种post

在MAC OSX和Ubuntu的F#中,我在4.0中运行FSI时出错

在Ubuntu 14.04中使用XAMPP的Xdebug

C统计结构没有st_ctime字段,但只有st_ctim

卸载从Ubuntu的mongoDB

Nightmare.js在Ubuntu Linux云服务器上无法正常工作

提前致谢。

ClassNotFoundException:运行在jetty内部的org.eclipse.jetty.util.component.AbstractLifeCycle

Cron作业不运行

声称PyUSB设备,detach_kernel_driver返回实体未find

为什么连接到gitlab不工作(而http推和克隆工作正常)?

如何解决“无法初始化与ProtocolHandler相关联的终点”错误

无法找到该软件包,因为它不在您的sources.list文件中列出的任何存档中。

这个页面解释了你需要做的事情:

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

修改了一些步骤,使您的案例变得清晰易懂:

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

这将适用于virtualenv pip wheel errorcode1问题,也无法找到包问题

sudo apt-get update sudo apt-get install python-software-properties sudo apt-get install apt-file sudo apt-file update sudo apt-get install software-properties-common sudo apt-get install <your filename>

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐