首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >debootstrap找不到这些debs: lxc

debootstrap找不到这些debs: lxc
EN

Unix & Linux用户
提问于 2019-12-24 23:43:15
回答 1查看 656关注 0票数 0

我正在努力学习如何在Ubuntu上创建一个非特权lxc容器的指南。按照指示,我应该跑:

代码语言:javascript
复制
debootstrap --include=lxc eoan rootfs

但是,当我运行它时,我得到了以下输出:

代码语言:javascript
复制
I: Retrieving InRelease 
I: Checking Release signature
I: Valid Release signature (key id 790BC7277767219C42C86F933B4FE6ACC0B21F32)
I: Retrieving Packages 
I: Validating Packages 
I: Resolving dependencies of required packages...
I: Resolving dependencies of base packages...
I: Checking component main on http://archive.ubuntu.com/ubuntu...
E: Couldn't find these debs: lxc

我检查了一下,看起来"lxc“包在镜像中是可用的。不知道我在这里做错了什么,也不知道debootstrap是如何找到包的。

EN

回答 1

Unix & Linux用户

发布于 2019-12-31 19:59:27

问题是,我未能启用其他消息来源:

代码语言:javascript
复制
debootstrap --components=main,restricted,universe --include=lxc eoan rootfs
票数 0
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/558837

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档