好大的月亮啊 發表於 2019-9-16 14:31:00

linux deepin 更换阿里镜像源

<p>deepin 的官方镜像源是真慢,这里放下阿里的镜像源,如下</p>
<div class="cnblogs_code">
<pre>## Generated by deepin-<span style="color: rgba(0, 0, 0, 1)">installer
deb http:<span style="color: rgba(0, 128, 0, 1)">//</span><span style="color: rgba(0, 128, 0, 1)">mirrors.aliyun.com/deepin lion main contrib non-free</span>
#deb-src http:<span style="color: rgba(0, 128, 0, 1)">//</span><span style="color: rgba(0, 128, 0, 1)">mirrors.aliyun.com/deepin lion main contrib non-free</span></pre>
</div>
<p>这里主要不是说换镜像源,是镜像源文件里面的&nbsp;&nbsp;<span class="cnblogs_code">lion</span>&nbsp;, 未经改动的&nbsp;&nbsp;<span class="cnblogs_code">sources.list</span>&nbsp;就是&nbsp;&nbsp;<span class="cnblogs_code">lion</span>&nbsp;, 网上找到的镜像源直接复制过来一般都是&nbsp;&nbsp;<span class="cnblogs_code">panda</span>&nbsp;,&nbsp;</p>
<p>可以简单的理解为&nbsp;&nbsp;<span class="cnblogs_code">lion</span>&nbsp;是稳定版,&nbsp;<span class="cnblogs_code">panda</span>&nbsp;是测试版,&nbsp;</p>
<p>之前我也是直接复制网友的镜像源,在一番操作并进行&nbsp;&nbsp;<span class="cnblogs_code"><span style="color: rgba(0, 0, 255, 1)">sudo</span> apt upgrade</span>&nbsp;之后好多软件不见了,终端变样了,重启系统死掉了..........</p>
<p>所以如果要更换镜像源的话只要更换源文件里的镜像链接就行了,把网友的镜像源里的链接复制出来替换掉上面代码中&nbsp;&nbsp;<span class="cnblogs_code">http:<span style="color: rgba(0, 128, 0, 1)">//</span><span style="color: rgba(0, 128, 0, 1)">mirrors.aliyun.com/deepin</span></span>&nbsp;这个链接就行,其他的不用动</p>
<p>以上</p><br><br>
来源:https://www.cnblogs.com/blackbentel/p/11527140.html
頁: [1]
查看完整版本: linux deepin 更换阿里镜像源