有没有大神能提供可靠的源啊

修改了源之后
su
密码
apt-get update
之后会卡在 0%[执行中]
不知道是不是源有问题啊

你用的源是http开头的,通常情况下,使用http开头的源都会遇到这种“卡”的情况 ;

建议你使用https开头的源;
另外,Debian版本9使用https开头的源,有一个条件,就是需要安装软件包:apt-transport-https

可以参考这里:
https://mirrors.tuna.tsinghua.edu.cn/help/debian/
https://mirrors.ustc.edu.cn/help/debian.html

1 个赞

好的,谢谢
我用了这几个源 已经成功更新了
deb http://mirrors.ustc.edu.cn/debian/ stretch main non-free contrib
deb http://mirrors.ustc.edu.cn/debian/ stretch-updates main non-free contrib
deb http://mirrors.ustc.edu.cn/debian/ stretch-backports main non-free contrib
deb-src http://mirrors.ustc.edu.cn/debian/ stretch main non-free contrib
deb-src http://mirrors.ustc.edu.cn/debian/ stretch-updates main non-free contrib
deb-src http://mirrors.ustc.edu.cn/debian/ stretch-backports main non-free contrib

你的那个,我一会儿会试一下

我看了一下
第一个链接里的QQ%E6%8B%BC%E9%9F%B3%E6%88%AA%E5%9B%BE%E6%9C%AA%E5%91%BD%E5%90%8D
这几个选哪一个呢
分别对应的是那些版本啊

你可以查一下你的系统是什么版本,运行这个命令:
lsb_release -a

或者这个命令也可以:
cat /etc/os-release

然后就能和你截图中的内容对上了~

好的 谢谢你

deb-src 开头的那几行是指源码包的仓库,如果你使用系统的时候不需要使用源码包的话可以不写这几行配置。如果你不知道什么是源码包,那很可能你不需要它们。

那缺少源码包仓库的那几个,update upgrade更新时会出问题么?

不用源码包是指 dpkg -i xxx 安装软件么
用源码包是指 apt-get install xxx 么.
新用户 不是太懂

我看见yichuang提供的网站里有提示说:
“# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释”
源码镜像/仓库 一般是什么地方用得着呢
身边没有人用linux,没有可以交流的人 很是绝望,最近因为新笔记本8代u用不了windows7,所以想转到linux,但很多地方还不是很懂

源码给类似专家的人用的,我从来没用过;

不懂的话说明你不需要源码包,所以那几行deb-src开头的就不需要了。
至于什么是源码包这个你以后再慢慢了解即可。