如何为 debian non-free 创建离线存储库?
我正在使用 debian scrap 并希望为 debian 非自由分支创建一个离线存储库或 cd/dvd。我环顾互联网,发现既没有 iso 映像,也没有用于创建此类映像的 jidgo 文件,因此我想到使用以下方法从其中一个 debian 包服务器获取包:
wget -r --no-parent -nH -A*all.deb,*any.deb,*i386.deb \
ftp://debian.oregonstate.edu/debian/pool/non-free/
我知道我必须在我的 */etc/apt/sources.list*
中使用 file: 来指示本地存储库,但我如何实际创建一个存储库以便 apt 或 aptitude 理解这一点?
I am using debian squeeze and want to create an offline repository or a cd/dvd for the debian non-free branch. I looked around the internet and all i found out is that there are neither iso images nor there are jidgo files for creating such image so I had the idea to fetch the packages from one of the debian package servers using:
wget -r --no-parent -nH -A*all.deb,*any.deb,*i386.deb \
ftp://debian.oregonstate.edu/debian/pool/non-free/
I know that that I must use file: in my */etc/apt/sources.list*
to indicate local repositories but how do I actually create one so that apt or aptitude understands this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
(在有疑问的编辑中回答。已转换为社区 wiki 答案。请参阅 当问题的答案添加到问题本身时,适当的操作是什么?)
OP 写道:
(Answered in a questioned edit. Converted to a community wiki answer. See What is the appropriate action when the answer to a question is added to the question itself? )
The OP wrote: