当前位置:首页 > 编程开发

ubuntu 11.04 电信更新源

webgou15年前 (2011-07-11)编程开发520
使用root 权限:sudo su 路径:/etc/apt/sources.list 进入编辑:gedit sources.list: # deb cdrom:[Ubuntu 11.04 _Natty Narwhal_ - Release amd64 (20110427.1)]/ natty main restricted # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to # newer versions of the distribution. deb http://cn.archive.ubuntu.com/ubuntu/ natty main restricted deb-src http://cn.archive.ubuntu.com/ubuntu/ natty main restricted ## Major bug fix updates produced after the final release of the ## distribution. deb http://cn.archive.ubuntu.com/ubuntu/ natty-updates main restricted deb-src http://cn.archive.ubuntu.com/ubuntu/ natty-updates main restricted ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team. Also, please note that software in universe WILL NOT receive any ## review or updates from the Ubuntu security team. deb http://cn.archive.ubuntu.com/ubuntu/ natty universe deb-src http://cn.archive.ubuntu.com/ubuntu/ natty universe deb http://cn.archive.ubuntu.com/ubuntu/ natty-updates universe deb-src http://cn.archive.ubuntu.com/ubuntu/ natty-updates universe ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## multiverse WILL NOT receive any review or updates from the Ubuntu ## security team. ##Uncomment by lzp 20110710 # deb http://cn.archive.ubuntu.com/ubuntu/ natty multiverse # deb-src http://cn.archive.ubuntu.com/ubuntu/ natty multiverse # deb http://cn.archive.ubuntu.com/ubuntu/ natty-updates multiverse # deb-src http://cn.archive.ubuntu.com/ubuntu/ natty-updates multiverse [FONT-COLOR=Blue]deb http://tel.mirrors.163.com/ubuntu/ natty multiverse deb-src http://tel.mirrors.163.com/ubuntu/ natty multiverse deb http://tel.mirrors.163.com/ubuntu/ natty-updates multiverse deb-src http://tel.mirrors.163.com/ubuntu/ natty-updates multiverse[/FONT-COLOR] ## Uncomment the following two lines to add software from the 'backports' ## repository. ## N.B. software from this repository may not have been tested as ## extensively as that contained in the main release, although it includes ## newer versions of some applications which may provide useful features. ## Also, please note that software in backports WILL NOT receive any review ## or updates from the Ubuntu security team. # deb http://cn.archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse # deb-src http://cn.archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse deb http://security.ubuntu.com/ubuntu natty-security main restricted deb-src http://security.ubuntu.com/ubuntu natty-security main restricted deb http://security.ubuntu.com/ubuntu natty-security universe deb-src http://security.ubuntu.com/ubuntu natty-security universe deb http://security.ubuntu.com/ubuntu natty-security multiverse deb-src http://security.ubuntu.com/ubuntu natty-security multiverse ## Uncomment the following two lines to add software from Canonical's ## 'partner' repository. ## This software is not part of Ubuntu, but is offered by Canonical and the ## respective vendors as a service to Ubuntu users. # deb http://archive.canonical.com/ubuntu natty partner # deb-src http://archive.canonical.com/ubuntu natty partner ## Uncomment the following two lines to add software from Ubuntu's ## 'extras' repository. ## This software is not part of Ubuntu, but is offered by third-party ## developers who want to ship their latest software. # deb http://extras.ubuntu.com/ubuntu natty main # deb-src http://extras.ubuntu.com/ubuntu natty main

扫描二维码推送至手机访问。

版权声明:本文由知了博客发布,如需转载请注明出处。

本文链接:https://www.webgou.info/?id=476

标签: ubuntu
分享给朋友:

“ubuntu 11.04 电信更新源” 的相关文章

理解class与struct申明

出现: 1˃Compiling... 1˃stdafx.cpp 1˃gof.cpp 1˃e:\projects\stu\gof\gof\bridge.h(62) : error C2512: 'CCustomerDataObject' : no appropriate default constru…

递归逆转字符串

string RecuriseRevalsal(string &s)...{ if(s.size()˃1) ...{ string::iterator i = s.begin(); char end = *i; ...…

什么是好的API设计?

以前看别人设计api或sdk时,以为是件简单而有趣的事情,刚在csdn上看到一篇文章关于这个描述的:发表于09-05 16:33| 106次阅读| 来源richardminerich| 0 条评论| 作者Richard Minerich摘要:有人言,API设计是编程工作中最难的事情。甚至有人认为至少…

Ubuntu 11.04(64-bit)安装flash player

Ubuntu 11.04(64-bit)安装flash player…

从 Z-BlogASP 到 Z-BlogPHP:一次老博客升级迁移记录

很多早年搭建的个人博客,都会遇到同一个问题:程序还能跑,文章也都在,但后台、主题、插件和服务器环境已经明显跟不上了。我的这个站点就是一个典型例子,原来使用的是 Z-BlogASP 老版本,数据放在 Access 数据库里,没有 MySQL,运行环境也比较旧。这次升级的目标不是“换一个全新网站”,而是…

发表评论

访客

看不清,换一张

◎欢迎参与讨论,请在这里发表您的看法和观点。