润丰农场 發表於 2023-6-30 16:12:00

Debian配置软件源

<p>一、备份原有配置:</p>
<div class="cnblogs_code">
<pre>cp /etc/apt/sources.list /etc/apt/sources.list.bak</pre>
</div>
<p>二、配置</p>
<div class="cnblogs_code">
<pre><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.aliyun.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.aliyun.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.aliyun.com/debian bullseye-proposed-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.aliyun.com/debian bullseye-backports 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.aliyun.com/debian bullseye-backports-sloppy 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.aliyun.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.aliyun.com/debian bullseye-updates 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.aliyun.com/debian bullseye-proposed-updates 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.aliyun.com/debian bullseye-backports 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.aliyun.com/debian bullseye-backports-sloppy 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.aliyun.com/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)">mirrors.aliyun.com/debian-security bullseye-security main non-free contrib</span>https://blog.csdn.net/mumoing/article/details/130169777</pre>
</div>
<p><span class="token function">执行 apt update 命令更新软件索引</span></p>
<p><span class="token function">参考:<br></span></p>
<p><span class="token function">https://blog.csdn.net/mumoing/article/details/130169777</span></p>
<p>&nbsp;</p>
<h2>安装net-tools</h2>
<p>&nbsp;</p>
<div class="cnblogs_code">
<pre>sudo apt-<span style="color: rgba(0, 0, 255, 1)">get</span> install net-tools</pre>
</div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong><span style="color: rgba(149, 111, 231, 1)">&nbsp;</span></strong></p><br><br>
来源:https://www.cnblogs.com/shanhubei/p/17517101.html
頁: [1]
查看完整版本: Debian配置软件源