首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >为什么apt-get无法找到拼图文件或拼图?

为什么apt-get无法找到拼图文件或拼图?
EN

Unix & Linux用户
提问于 2016-03-18 17:36:07
回答 1查看 267关注 0票数 2

debian系统有些地方我做得不对,我非常确信jigdo程序包含在Debian存储库系统(https://packages.debian.org/search?keywords=jigdo&searchon=names&suite=jessie§ion=all)中,但是当我尝试apt-get install jigdo-file时,它说是unable to locate jigdo-file package

我的source.list是:

代码语言:javascript
复制
# deb cdrom:[Debian GNU/Linux 8.3.0 _Jessie_ - Official amd64 xfce-CD Binary-1 20160123-19:00]/ jessie main

# deb cdrom:[Debian GNU/Linux 8.3.0 _Jessie_ - Official amd64 xfce-CD Binary-1 20160123-19:00]/ jessie main

deb http://security.debian.org/ jessie/updates main
deb-src http://security.debian.org/ jessie/updates main

# jessie-updates, previously known as 'volatile'
# A network mirror was not selected during install.  The following entries
# are provided as examples, but you should amend them as appropriate
# for your mirror of choice.

# deb http://ftp.debian.org/debian/ jessie-updates main
# deb-src http://ftp.debian.org/debian/ jessie-updates main

deb http://httpredir.debian.org/debian/ jessie-updates main contrib non-free
deb-src http://httpredir.debian.org/debian/ jessie-updates main

我做apt-get update清理任何东西,它仍然找不到它。我错过了什么?谢谢

EN

回答 1

Unix & Linux用户

回答已采纳

发布于 2016-03-18 17:50:08

您的sources.list似乎有杰西更新(以前称为“易失性”)和杰西安全,但你错过了正常杰西的来源。

增加:

代码语言:javascript
复制
deb http://httpredir.debian.org/debian/ jessie main contrib non-free

apt-get update应该能解决这个问题。

票数 1
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

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

复制
相关文章

相似问题

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