Debian 12源
<div class="entry"><div class="entrycontent">
<h2 id="debian-12">更新 Debian 12源</h2>
<p>更新现有的软件至 Debian 12 的最新版本:</p>
<pre class="codehilite highlighter-prismjs prismjs-lines-highlighted language-sql" tabindex="0"><code>sudo apt-get update
sudo apt-get upgrade</code></pre>
<p>然后把 <code>/etc/apt/sources.list</code> 里面的内容全部注释掉,增加以下 Debian 12 的软件源</p>
<p> </p>
<h2 id="_1">国内常见镜像站点</h2>
<p>Debian全球镜像站列表:https://www.debian.org/mirror/list 。</p>
<p>下面列出国内常用的镜像站点及 <code>/etc/apt/sources.list</code> 中的具体对应内容:</p>
<h3 id="_2">阿里云镜像站</h3>
<pre class="codehilite highlighter-prismjs prismjs-lines-highlighted language-cpp" tabindex="0"><code>deb https://mirrors.aliyun.com/debian/ bookworm main non-free non-free-firmware contrib
deb-src https://mirrors.aliyun.com/debian/ bookworm main non-free non-free-firmware contrib
deb https://mirrors.aliyun.com/debian-security/ bookworm-security main
deb-src https://mirrors.aliyun.com/debian-security/ bookworm-security main
deb https://mirrors.aliyun.com/debian/ bookworm-updates main non-free non-free-firmware contrib
deb-src https://mirrors.aliyun.com/debian/ bookworm-updates main non-free non-free-firmware contrib
deb https://mirrors.aliyun.com/debian/ bookworm-backports main non-free non-free-firmware contrib
deb-src https://mirrors.aliyun.com/debian/ bookworm-backports main non-free non-free-firmware contrib</code></pre>
<h3 id="_3">腾讯云镜像站</h3>
<pre class="codehilite highlighter-prismjs prismjs-lines-highlighted language-cpp" tabindex="0"><code>deb https://mirrors.tencent.com/debian/ bookworm main non-free non-free-firmware contrib
deb-src https://mirrors.tencent.com/debian/ bookworm main non-free non-free-firmware contrib
deb https://mirrors.tencent.com/debian-security/ bookworm-security main
deb-src https://mirrors.tencent.com/debian-security/ bookworm-security main
deb https://mirrors.tencent.com/debian/ bookworm-updates main non-free non-free-firmware contrib
deb-src https://mirrors.tencent.com/debian/ bookworm-updates main non-free non-free-firmware contrib
deb https://mirrors.tencent.com/debian/ bookworm-backports main non-free non-free-firmware contrib
deb-src https://mirrors.tencent.com/debian/ bookworm-backports main non-free non-free-firmware contrib</code></pre>
<h3 id="_4">网易镜像站</h3>
<pre class="codehilite highlighter-prismjs prismjs-lines-highlighted language-bash" tabindex="0"><code>deb https://mirrors.163.com/debian/ bookworm main non-free non-free-firmware contrib
deb-src https://mirrors.163.com/debian/ bookworm main non-free non-free-firmware contrib
deb https://mirrors.163.com/debian-security/ bookworm-security main
deb-src https://mirrors.163.com/debian-security/ bookworm-security main
deb https://mirrors.163.com/debian/ bookworm-updates main non-free non-free-firmware contrib
deb-src https://mirrors.163.com/debian/ bookworm-updates main non-free non-free-firmware contrib
deb https://mirrors.163.com/debian/ bookworm-backports main non-free non-free-firmware contrib
deb-src https://mirrors.163.com/debian/ bookworm-backports main non-free non-free-firmware contrib</code></pre>
<h3 id="_5">华为镜像站</h3>
<pre class="codehilite highlighter-prismjs prismjs-lines-highlighted language-cpp" tabindex="0"><code>deb https://mirrors.huaweicloud.com/debian/ bookworm main non-free non-free-firmware contrib
deb-src https://mirrors.huaweicloud.com/debian/ bookworm main non-free non-free-firmware contrib
deb https://mirrors.huaweicloud.com/debian-security/ bookworm-security main
deb-src https://mirrors.huaweicloud.com/debian-security/ bookworm-security main
deb https://mirrors.huaweicloud.com/debian/ bookworm-updates main non-free non-free-firmware contrib
deb-src https://mirrors.huaweicloud.com/debian/ bookworm-updates main non-free non-free-firmware contrib
deb https://mirrors.huaweicloud.com/debian/ bookworm-backports main non-free non-free-firmware contrib
deb-src https://mirrors.huaweicloud.com/debian/ bookworm-backports main non-free non-free-firmware contrib</code></pre>
<h3 id="_6">清华大学镜像站</h3>
<pre class="codehilite highlighter-prismjs prismjs-lines-highlighted language-cpp" tabindex="0"><code>deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm main contrib non-free non-free-firmware
deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm main contrib non-free non-free-firmware
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-updates main contrib non-free non-free-firmware
deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-updates main contrib non-free non-free-firmware
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-backports main contrib non-free non-free-firmware
deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-backports main contrib non-free non-free-firmware
deb https://mirrors.tuna.tsinghua.edu.cn/debian-security bookworm-security main contrib non-free non-free-firmware
deb-src https://mirrors.tuna.tsinghua.edu.cn/debian-security bookworm-security main contrib non-free non-free-firmware</code></pre>
<h3 id="_7">中科大镜像站</h3>
<pre class="codehilite highlighter-prismjs prismjs-lines-highlighted language-cpp" tabindex="0"><code>deb https://mirrors.ustc.edu.cn/debian/ bookworm main contrib non-free non-free-firmware
deb-src https://mirrors.ustc.edu.cn/debian/ bookworm main contrib non-free non-free-firmware
deb https://mirrors.ustc.edu.cn/debian/ bookworm-updates main contrib non-free non-free-firmware
deb-src https://mirrors.ustc.edu.cn/debian/ bookworm-updates main contrib non-free non-free-firmware
deb https://mirrors.ustc.edu.cn/debian/ bookworm-backports main contrib non-free non-free-firmware
deb-src https://mirrors.ustc.edu.cn/debian/ bookworm-backports main contrib non-free non-free-firmware
deb https://mirrors.ustc.edu.cn/debian-security/ bookworm-security main contrib non-free non-free-firmware
deb-src https://mirrors.ustc.edu.cn/debian-security/ bookworm-security main contrib non-free non-free-firmware</code></pre>
</div>
</div>
<div class="postmeta">
<div class="wpyouvote"> </div>
<div class="wpyouvote"> </div>
<div class="wpyouvote">https://www.cnblogs.com/exmyth/p/17517905.html</div>
<div class="wpyouvote"> </div>
<div class="wpyouvote"> </div>
</div><br><br>
来源:https://www.cnblogs.com/kernelx/p/17712442.html
頁:
[1]