Orangepi 修改 Debian国内源
<p>1.导出sources.list</p><div style="width: 100%; border: 1px solid rgba(227, 227, 227, 1)">
<table style="width: 100%; font-family: "Consolas", "Courier New"; font-size: 12px; vertical-align: text-top; line-height: 15px" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="color: rgba(0, 130, 132, 1); background-color: rgba(227, 227, 227, 1); vertical-align: text-top">
<div style="margin: 7px; text-align: right; white-space: nowrap">1</div>
</td>
<td style="background-color: rgba(0, 130, 132, 1); padding: 1px"> </td>
<td style="background-color: rgba(239, 239, 239, 1); width: 100%; vertical-align: text-top; color: rgba(0, 0, 0, 1)">
<div style="margin: 7px">cat /etc/apt/sources.list > sources.list </div>
</td>
</tr>
</tbody>
</table>
</div>
<p>2.修改sources.list内容为如下:</p>
<div style="width: 100%; border: 1px solid rgba(227, 227, 227, 1)">
<table style="width: 100%; font-family: "Consolas", "Courier New"; font-size: 12px; vertical-align: text-top; line-height: 15px" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="color: rgba(0, 130, 132, 1); background-color: rgba(227, 227, 227, 1); vertical-align: text-top">
<div style="margin: 7px; text-align: right; white-space: nowrap">1<br>2<br>3<br>4</div>
</td>
<td style="background-color: rgba(0, 130, 132, 1); padding: 1px"> </td>
<td style="background-color: rgba(239, 239, 239, 1); width: 100%; vertical-align: text-top; color: rgba(0, 0, 0, 1)">
<div style="margin: 7px">
<p>deb http://ftp.cn.debian.org/debian/ jessie main non-free contrib<br>deb-src http://ftp.cn.debian.org/debian/ jessie main non-free contrib<br>deb http://ftp.cn.debian.org/debian/ jessie-proposed-updates main non-free contrib<br>deb-src http://ftp.cn.debian.org/debian/ jessie-proposed-updates main non-free contrib</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<p>或者</p>
<div style="width: 100%; border: 1px solid rgba(227, 227, 227, 1)">
<table style="width: 100%; font-family: "Consolas", "Courier New"; font-size: 12px; vertical-align: text-top; line-height: 15px" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="color: rgba(0, 130, 132, 1); background-color: rgba(227, 227, 227, 1); vertical-align: text-top">
<div style="margin: 7px; text-align: right; white-space: nowrap">1<br>2<br>3<br>4</div>
</td>
<td style="background-color: rgba(0, 130, 132, 1); padding: 1px"> </td>
<td style="background-color: rgba(239, 239, 239, 1); width: 100%; vertical-align: text-top; color: rgba(0, 0, 0, 1)">
<div style="margin: 7px">
<p>deb http://mirrors.tuna.tsinghua.edu.cn/debian/ jessie main non-free contrib<br>deb http://mirrors.tuna.tsinghua.edu.cn/debian/ jessie-proposed-updates main non-free contrib<br>deb-src http://mirrors.tuna.tsinghua.edu.cn/debian/ jessie main non-free contrib<br>deb-src http://mirrors.tuna.tsinghua.edu.cn/debian/ jessie-proposed-updates main non-free contrib</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<p>3.重新写回sources.list</p>
<div style="width: 100%; border: 1px solid rgba(227, 227, 227, 1)">
<table style="width: 100%; font-family: "Consolas", "Courier New"; font-size: 12px; vertical-align: text-top; line-height: 15px" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="color: rgba(0, 130, 132, 1); background-color: rgba(227, 227, 227, 1); vertical-align: text-top">
<div style="margin: 7px; text-align: right; white-space: nowrap">1</div>
<div style="margin: 7px; text-align: right; white-space: nowrap">2</div>
</td>
<td style="background-color: rgba(0, 130, 132, 1); padding: 1px"> </td>
<td style="background-color: rgba(239, 239, 239, 1); width: 100%; vertical-align: text-top; color: rgba(0, 0, 0, 1)">
<div style="margin: 7px">sudo su</div>
<div style="margin: 7px">cat sources.list > /etc/apt/sources.list</div>
</td>
</tr>
</tbody>
</table>
</div>
<p> 4. 更新本地源仓库缓存</p>
<div style="width: 100%; border: 1px solid rgba(227, 227, 227, 1)">
<table style="width: 100%; font-family: "Consolas", "Courier New"; font-size: 12px; vertical-align: text-top; line-height: 15px" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="color: rgba(0, 130, 132, 1); background-color: rgba(227, 227, 227, 1); vertical-align: text-top">
<div style="margin: 7px; text-align: right; white-space: nowrap">1</div>
</td>
<td style="background-color: rgba(0, 130, 132, 1); padding: 1px"> </td>
<td style="background-color: rgba(239, 239, 239, 1); width: 100%; vertical-align: text-top; color: rgba(0, 0, 0, 1)">
<div style="margin: 7px"><span style="color: rgba(0, 0, 0, 1)">sudo apt update</span></div>
</td>
</tr>
</tbody>
</table>
</div><br><br>
来源:https://www.cnblogs.com/mym1994/p/11028696.html
頁:
[1]