Debian 6.0.7

deb http://mirrors.163.com/debian squeeze main non-free contrib
deb http://mirrors.163.com/debian squeeze-proposed-updates main contrib non-free
deb-src http://mirrors.163.com/debian squeeze main non-free contrib
deb-src http://mirrors.163.com/debian squeeze-proposed-updates main contrib non-free

deb http://mirrors.163.com/debian-security squeeze/updates main contrib non-free
deb-src http://mirrors.163.com/debian-security squeeze/updates main contrib non-free

deb http://http.us.debian.org/debian squeeze main contrib non-free
deb http://non-us.debian.org/debian-non-US squeeze/non-US main contrib non-free
deb http://security.debian.org squeeze/updates main contrib non-free

Debian(squeeze) 设置 apt 源

deb http://mirrors.ustc.edu.cn/debian/ squeeze main non-free contrib
deb http://mirrors.ustc.edu.cn/debian/ squeeze-proposed-updates main non-free contrib
deb-src http://mirrors.ustc.edu.cn/debian/ squeeze main non-free contrib
deb-src http://mirrors.ustc.edu.cn/debian/ squeeze-proposed-updates main non-free contrib
deb http://mirrors.ustc.edu.cn/debian-backports/ squeeze-backports main contrib non-free
deb-src http://mirrors.ustc.edu.cn/debian-backports/ squeeze-backports main contrib non-free
deb http://mirrors.ustc.edu.cn/debian-multimedia/ squeeze-backports main contrib non-free
deb-src http://mirrors.ustc.edu.cn/debian-multimedia/ squeeze-backports main contrib non-free
deb http://mirrors.ustc.edu.cn/debian-security/ squeeze/updates main non-free contrib
deb-src http://mirrors.ustc.edu.cn/debian-security/ squeeze/updates main non-free contrib
# apt-get update

如何更新Debian源和导入公钥

  1. 一、国内源:

      163

    deb http://mirrors.163.com/debian/ squeeze main non-free contrib

    deb http://mirrors.163.com/debian/ squeeze-proposed-updates main contrib non-free

    deb http://mirrors.163.com/debian-security/ squeeze/updates main contrib non-free

    deb-src http://mirrors.163.com/debian/ squeeze main non-free contrib

    deb-src http://mirrors.163.com/debian/ squeeze-proposed-updates main contrib non-free

    deb-src http://mirrors.163.com/debian-security/ squeeze/updates main contrib non-free

      教育

    deb http://ftp.sjtu.edu.cn/debian/ squeeze main non-free contrib

    deb http://ftp.sjtu.edu.cn/debian/ squeeze-proposed-updates main contrib non-free

    deb http://ftp.sjtu.edu.cn/debian-security/ squeeze/updates main contrib non-free

    科技大学

    deb http://ftp.cn.debian.org/debian squeeze main contrib non-free

    deb-src http://ftp.cn.debian.org/debian squeeze main contrib non-free  台湾主站

    deb http://ftp.tw.debian.org/debian squeeze main contrib non-free

    deb-src http://ftp.tw.debian.org/debian squeeze main contrib non-free  香港

    deb http://ftp.hk.debian.org/debian squeeze main contrib non-free

    deb-src http://ftp.hk.debian.org/debian squeeze main contrib non-free  搜狐镜像

    deb http://mirrors.sohu.com/debian squeeze main contrib non-free

    deb-src http://mirrors.sohu.com/debian squeeze main contrib non-free  北京理工大学

    deb http://mirror.bitunion.org/debian/ stable main contrib non-free

    deb-src http://mirror.bitunion.org/debian/ stable main contrib non-free

    二、官方源

    deb http://ftp.debian.org/debian/ squeeze main contrib non-free

    deb-src http://ftp.debian.org/debian/ squeeze main contrib non-free

    deb http://security.debian.org/ squeeze/updates main

    deb-src http://security.debian.org/ squeeze/updates main

    deb http://mirrors.kernel.org/debian/ squeeze main contrib non-free

    deb-src http://mirrors.kernel.org/debian/ squeeze main contrib non-free

    三、dotdeb源  官方

    deb http://packages.dotdeb.org stable all

    deb-src http://packages.dotdeb.org stable all

    deb http://php53.dotdeb.org stable all

    deb-src http://php53.dotdeb.org stable all  dotdeb japan 源

    deb http://download.softagency.net/debian/dotdeb/ stable all

    deb-src http://download.softagency.net/debian/dotdeb/ stable all

    ------------------------------------------------------------------

  2.  

    在此说明配置源的方法:

    很简单,把源地址写进 /etc/apt/sources.list 就可以了。

    可以用 # 注释。

    推荐163,搜狐等源。

  3.  

    sources.list 写好后,需要更新一下。使用如下命令:

    apt-get update

    如果提醒你需要导入密钥,则:

    gpg --keyserver <KeyServer> --recv <公钥签名>gpg --export --armor <公钥签名> | sudo apt-key add -

    其中:

    <KeyServer>,key服务器,可以填 keyserver.ubuntu.com ,当然也可以是   其他的喽。

    公钥签名会在update的提示中说明的。

    也可是使用如下形式:

    apt-key adv --keyserver <KeyServer> --recv-keys <公钥签名>

  4. 5

    经过以上步骤,源已经更新完毕,可以试着使用新源更新一下软件库喽:

    apt-get upgrade

APT源的更多相关文章

  1. [debian]use ISO as debian apt source / 使用ISO文件作为apt源

    准备文件: debian-9.8.0-amd64-DVD-1.iso debian-9.8.0-amd64-DVD-2.iso debian-9.8.0-amd64-DVD-3.iso 挂载: roo ...

  2. 配置 ROS 的 apt 源

    配置 ROS 的 apt 源 ROS的apt源有官方源.国内 USTC 源或新加坡源可供选择, 选择其一就可以了,建议使用国内 USTC 源或新加坡源,安装速度会快很多. 方式一:官方源 $ sudo ...

  3. Debian 采用 iso 镜像作为 apt 源

    1.将N个debian-506-amd64-DVD-N.iso存放于本地或其他媒介内,本例是放在本机/iso/目录下2.创建N个挂载点目录 如下: debian:~#mkdir –r /media/d ...

  4. ubuntu apt源配置

    前言:看见Ubuntu新出了18.04版本感觉不错,装一个玩玩,虽然有很多教程可以参考,但我也给出一个不是很一样的方案吧,尽量解释的详细一点. 为了下载更方便,速度更快,我们往往在使用Linux系列系 ...

  5. windows安装linux虚拟机、修改apt源

    记录一下windows安装虚拟机以及初始配置的一些坑. 安装VMware Workstation 直接百度搜索VMware,选择合适的版本下载: 按照一般软件的安装步骤安装VMware Worksta ...

  6. Ubuntu 16.04 更改apt源

    1 修改apt源配置文件,把/etc/apt/sources.list替换为以下内容: sudo gedit /etc/apt/sources.list deb http://mirrors.aliy ...

  7. 更改 Ubuntu 的 apt 源

    1.在更改apt源之前要先备份官方自带的apt源 cd /etc/apt sudo cp sources.list sources.list.bak 2. 更改 sources.list 文件 sud ...

  8. docker中使用阿里云的apt源安装各种实用工具

    今天想在docker中安装vim工具,还有其他的软件等等,如果你直接执行apt-get install vim是没有用的,会显示: root@7d43d83fd3a8:/etc/nginx# apt- ...

  9. [技术博客]nginx 部署 apt 源

    [技术博客] nginx 部署 apt 源 出于各种各样的原因, 有时需要自己配置apt源, 比如发布自己编写的debian软件包, 内网中只有一台电脑可以访问外网,或者在本地配置自己的apt源.我们 ...

随机推荐

  1. BZOJ_3527_[ZJOI2014]_力_(FFT+卷积)

    描述 题面: http://wenku.baidu.com/link?url=D2ORnA9xjgSxa2GlYLB7gGiYgBcXsy-Aw0kVYTjTE-iYhH1s7h8xXGmnaMwl3 ...

  2. 转自 Good morning 的几句精辟的话

    1.志愿者招募 根据流量平衡方程来构图非常方便,而且简单易懂,以后可能成为做网络流的神法之一 简单记一下流量平衡方程构图法的步骤: a.列出需求不等式 b.通过设置松弛变量,将不等式变成等式 c.两两 ...

  3. 使用PowerShell脚本部署定时器到MOSS2010

    转:http://www.77site.com/tech/1087042010072906074113_2012050808152911.html 第一章 前言 在此次练习中,您将了解到如何使用Pow ...

  4. VS.NET2010水晶报表安装部署

    水晶报表VS2010版IDE安装标准版SAP Crystal Reports, version for Visual Studio 2010 - Standard: 下载地址: http://down ...

  5. Entity Framework Linq 简单笔记

    类型查询 public class bbb:xxx {} var items = from c in context.Dbset<xxx>    where c is bbb   sele ...

  6. eclipse简单注释规范

    设置注释模板的入口: Window->Preference->Java->Code Style->Code Template Types/*** @ClassName: ${t ...

  7. [codevs4247]奇特的生物

    题目描述 Description 科学家们最近发现了一种奇怪的生物,它们每天长大一岁,刚出生的宝宝为1岁,且它们的年龄没有上限.已知年龄为1岁,2岁,3岁,……,k岁的个体具有生育能力,当年龄为i的具 ...

  8. [codevs1380]没有上司的舞会

    本题地址 http://www.luogu.org/problem/show?pid=1352 http://codevs.cn/problem/1380/ 题目描述 某大学有N个职员,编号为1~N. ...

  9. 【UER #1】跳蚤OS(Trie)

    跳蚤OS 是跳蚤国自主研发的功能强大的操作系统. 跳蚤OS的文件系统与普通的文件系统类似,是个文件夹套文件夹的结构.文件系统根目录称为“//”.我们可以用文件路径来表明文件所在的位置,比如“/flea ...

  10. BeanPostProcessor 的使用,实现在对象初始化之前或者之后对对象进行操作

    import java.lang.reflect.Field; import org.springframework.beans.BeansException; import org.springfr ...