Chinaunix首页 | 论坛 | 博客
  • 博客访问: 826236
  • 博文数量: 116
  • 博客积分: 1472
  • 博客等级: 上尉
  • 技术积分: 1725
  • 用 户 组: 普通用户
  • 注册时间: 2011-02-06 11:45
文章分类

全部博文(116)

文章存档

2015年(1)

2014年(42)

2013年(5)

2012年(19)

2011年(49)

我的朋友

分类:

2012-11-03 11:50:43

Ubuntu更新源文件sources.list的书写格式和debian源

注:使用非官方源需慎重,尤其是驱动部分的更新可能会导致登录X的问题,具体是xserver-xorg的更新可能会出现问题

普通升级用 apt-get upgrade , 发行版升级用 apt-get dist-upgrade
                                                
1、sources.list书写的方法
(1)地址:找到包含dists和pool这两个目录的地址,比如

(2)目录名:打开dists,里面包含的目录名字,记下来。比如dists/包含sarge、etch、woody、sid。
(3)名字:打开以上目录,看看里面包含哪些组件名字,比如main、cont
rib、non-free;
4)书写格式:deb <1记下来的地址> <2记下来的目录名> <3记下来的名字>,如:
deb sarge main contrib non-free
发现一个比较快的台湾地址:
书写了一下:deb sarge main contrib non-free
2、国内安装源:
deb woody mian contrib non-free,   升级前,修改/etc/apt/souces.list的内容如下:
deb sarge main contrib non-free
3、常用安装源
安全更新,安装的时候可以选择,不用自己加。
deb http://security.debian.org/ sarge/updates main contrib non-free
比较快的Asia安装源
deb testing main
deb-src testing main
发现一个比较快的台湾地址:
   deb sarge main contrib non-free
国内安装源:
deb sarge main non-free contrib
deb sarge/non-US main non-free contrib
deb sid marillat rareware misc ustc firefly jrfonseca java
教育网常用sources.list(以下只适用于sid即unstable用户,其它版本用户请酌情更改)
中科大
deb unstable main non-free contrib
deb-src unstable main non-free contrib
   大连理工
       deb unstable main non-free contrib
                          deb-src unstable main non-free contrib
                                                清华大学
                         deb unstable main non-free cont
                                                rib
                           deb-src unstable main non-free
                  contrib
       非官方软件包(uo)
           中科大uo仓库:
    wma、ape插件for xmms,以及 realplay等:
               deb unstable main
    mplayer等:
     deb sid marillat
j2re, j2sdk or mozilla java plugin:
     deb sid java
      firefly fake bold font style package:慎重使用
        deb sid firefly
       gbkfonts、xpdf等:
      deb sid ustc
      其它一些uo:
    Bootsplash patches and utils:
   deb unstable main
   Fangzheng Fonts、Matlab7、Mathematica、cedega等:
    deb sid foo
   xmms2:
  deb stable main
   非官方软件包查询地址:
   
      2) blackdown Java
     代码:
                     deb ftp://metalab.unc.edu/pub/linux/ ... lackdown.org/debian unstable main non-free
     4) USTC 的非官方资源
     代码:
deb sid marillat rareware ustc java misc jrfonseca firefly
    deb-src sid marillat rareware ustc java misc jrfonseca firefly
  5) 丰富资源
  代码:
deb main non-free contrib
deb unstable firefly java jrfonseca marillat misc rareware ustc
deb sarge/non-US main contrib
6) 提供realplayer,mplayer, acroreader, w32codecs, 等等
  代码:
deb unstable main
  deb-src unstable main
                                                使用时添加到/etc/apt/sources.list里即可,但是非官方的uo软件包,使用时要慎重,以
免发生依赖性错误;如需下载sources,请自行添加deb-src,后面内容相同。
4、交大的源:源码则把加上deb-src源
有各个发行版本的源,可以参考地址然后写出源:
Debian:sjtu主要有这些版本:sarge,stable,etch,sid,testing,unstable,woody等版本,其中还有 etch-proposed-updates,sarge-proposed-updates,stable-proposed- updates,testing-proposed-updates,woody-proposed-updates等五个。
   比如sarge版本的源可以写(其它版本只要把sarge换成相应的版本即可):
  deb sarge contrib main non-free
   deb sarge-proposed-update contrib main non-free
     安全更新的源:有etch,sarge,stable,testing,woody等五个版本
  以sarge版本为例:
deb ftp://ftp.sjtu.edu.cn/debian-security sarge/updates contrib main non-free
                                                
   版本说明:
  一般有三个版本:stable,testing,unstable
    当前的stable是sarge,unstable是sid,testing是etch。
     stable
          The “stable” distribution contains the latest officially released distribution of Debian.
                This is the production release of Debian, the one which we primarily recommend using.
The current “stable” distribution of Debian GNU/Linux is version 3.1r0,codenamed sarge. It was released on June 6th, 2005.
      testing
The “testing” distribution contains packages that haven't been acceptedinto a “stable” release yet, but they are in the queue for that. Themain advantage of using this distribution is that it has more recentversions of software.
   The current “testing” distribution is etch.
       unstable
The “unstable” distribution is where active development of Debianoccurs. Generally, this distribution is run by developers and those wholike to live on the edge.
    The “unstable” distribution is called sid.
    stable — 最广泛的用于架设产品化服务器,因为它只包含安全更新。
      testing — 推荐工作站用户使用的发行版,因为它包含有最近发布的桌面软件,这些软件已经接受了少量测试。
    unstable — 处在悬崖边缘的版本,供 Debian 开发者选用。

原文地址:

阅读(2140) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~