什么为什么 發表於 2023-7-27 11:16:00

debian 11国内安装源

<div class="cnblogs_code">
<pre><span style="color: rgba(0, 128, 128, 1)">1</span> <span style="color: rgba(0, 0, 0, 1)">deb http://mirrors.ustc.edu.cn/debian bullseye main
</span><span style="color: rgba(0, 128, 128, 1)">2</span> <span style="color: rgba(0, 0, 0, 1)">deb-src http://mirrors.ustc.edu.cn/debian bullseye main
</span><span style="color: rgba(0, 128, 128, 1)">3</span>
<span style="color: rgba(0, 128, 128, 1)">4</span> <span style="color: rgba(0, 0, 0, 1)">deb http://mirrors.ustc.edu.cn/debian-security/ bullseye-security main
</span><span style="color: rgba(0, 128, 128, 1)">5</span> <span style="color: rgba(0, 0, 0, 1)">deb-src http://mirrors.ustc.edu.cn/debian-security/ bullseye-security main
</span><span style="color: rgba(0, 128, 128, 1)">6</span>
<span style="color: rgba(0, 128, 128, 1)">7</span> <span style="color: rgba(0, 0, 0, 1)">deb http://mirrors.ustc.edu.cn/debian bullseye-updates main
</span><span style="color: rgba(0, 128, 128, 1)">8</span> deb-src http://mirrors.ustc.edu.cn/debian bullseye-updates main</pre>
</div>
<p>&nbsp;或者</p>
<div class="cnblogs_code">
<pre>deb https:<span style="color: rgba(0, 128, 0, 1)">//</span><span style="color: rgba(0, 128, 0, 1)">mirrors.huaweicloud.com/debian/ bullseye main non-free contrib</span>
deb https:<span style="color: rgba(0, 128, 0, 1)">//</span><span style="color: rgba(0, 128, 0, 1)">mirrors.huaweicloud.com/debian/ bullseye-updates main non-free contrib</span>
deb https:<span style="color: rgba(0, 128, 0, 1)">//</span><span style="color: rgba(0, 128, 0, 1)">mirrors.huaweicloud.com/debian/ bullseye-backports main non-free contrib</span>
<span style="color: rgba(0, 0, 0, 1)">
deb https:</span><span style="color: rgba(0, 128, 0, 1)">//</span><span style="color: rgba(0, 128, 0, 1)">mirrors.tuna.tsinghua.edu.cn/debian-security/ bullseye-security main non-free contrib</span>
deb https:<span style="color: rgba(0, 128, 0, 1)">//</span><span style="color: rgba(0, 128, 0, 1)">security.debian.org/debian-security bullseye-security main non-free contrib</span>
<span style="color: rgba(0, 0, 0, 1)">
deb</span>-src https:<span style="color: rgba(0, 128, 0, 1)">//</span><span style="color: rgba(0, 128, 0, 1)">mirrors.huaweicloud.com/debian/ bullseye main non-free contrib</span>
deb-src https:<span style="color: rgba(0, 128, 0, 1)">//</span><span style="color: rgba(0, 128, 0, 1)">mirrors.huaweicloud.com/debian/ bullseye-updates main contrib</span>
deb-src https:<span style="color: rgba(0, 128, 0, 1)">//</span><span style="color: rgba(0, 128, 0, 1)">mirrors.huaweicloud.com/debian/ bullseye-backports main non-free contrib</span>
<span style="color: rgba(0, 0, 0, 1)">
deb</span>-src https:<span style="color: rgba(0, 128, 0, 1)">//</span><span style="color: rgba(0, 128, 0, 1)">mirrors.tuna.tsinghua.edu.cn/debian-security/ bullseye-security main non-free contrib</span>
deb-src https:<span style="color: rgba(0, 128, 0, 1)">//</span><span style="color: rgba(0, 128, 0, 1)">security.debian.org/debian-security bullseye-security main non-free contrib</span></pre>
</div>
<p>&nbsp;</p><br><br>
来源:https://www.cnblogs.com/zhongqifeng/p/17584474.html
頁: [1]
查看完整版本: debian 11国内安装源