中楼奉堂 發表於 2019-8-23 20:03:00

debian源配置实例

<p>debian9</p>
<p>官方源:</p>
<p>deb http://ftp.debian.org/debian stretch main contrib<br>deb http://ftp.debian.org/debian stretch-updates main contrib<br>deb http://security.debian.org stretch/updates main contrib<br>deb-src https://download.docker.com/linux/debian stretch stable //docker源</p>
<p>中科大源:</p>
<p>deb http://mirrors.ustc.edu.cn/debian stretch main contrib non-free<br>deb http://mirrors.ustc.edu.cn/debian stretch-updates main contrib non-free<br>deb http://mirrors.ustc.edu.cn/docker-ce/linux/debian stretch stable //docker源</p>
<p>debian10</p>
<p>官方源:</p>
<p>deb http://ftp.debian.org/debian buster main contrib<br>deb http://ftp.debian.org/debian buster-updates main contrib<br>deb http://security.debian.org stretch/updates main contrib</p>
<p>或者</p>
<p>deb http://deb.debian.org/debian/ buster-updates main contrib<br>deb http://security.debian.org/debian-security buster/updates main contrib<br>deb-src https://download.docker.com/linux/debian buster stable //docker源</p>
<p>中科大源:</p>
<p>deb http://mirrors.ustc.edu.cn/debian buster main contrib non-free<br>deb http://mirrors.ustc.edu.cn/debian buster-updates main contrib non-free<br>deb http://mirrors.ustc.edu.cn/docker-ce/linux/debian buster stable //docker源</p>
<p>最新稳定版源,适合所有版本更新。</p>
<p>deb http://mirrors.ustc.edu.cn/debian stable main contrib non-free<br>deb http://mirrors.ustc.edu.cn/debian stable-updates main contrib non-free</p>
<p>备用:</p>
<p>deb http://mirrors.163.com/debian/ buster main non-free contrib<br>deb http://mirrors.163.com/debian/ buster-updates main non-free contrib<br>deb http://mirrors.163.com/debian/ buster-backports main non-free contrib<br>deb http://mirrors.163.com/debian-security/ buster/updates main non-free contrib<br>deb https://download.docker.com/linux/debian buster stable</p>
<p>pve中科大更新源</p>
<p>deb http://mirrors.ustc.edu.cn/proxmox/debianbuster pve-no-subscription</p><br><br>
来源:https://www.cnblogs.com/surplus/p/11402322.html
頁: [1]
查看完整版本: debian源配置实例