# apt-get install kvm kvm-source
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package kvm-source
在我的ubuntu12.04 lts机器上安装kvm时。我收到了这个错误。我想做什么。
答案 0 :(得分:0)
似乎这个包不存在:
apt-cache search kvm-source
#if it returns nothing it means the package doesn't exit
只要我们只想搜索Ubuntu官方存储库,我们也可以查看http://packages.ubuntu.com/。在这里,我们看到包kvm exists,但是kvm-source doesn't。
如果要检索此包的源代码,请尝试
apt-get source kvm
(有关man apt-get
命令的详细信息,请参阅source
)
编辑以回答评论:
您可以检查是否安装了包裹,例如:
dpkg --status kvm