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

ubuntu 11.04 电信更新源

webgou15年前 (2011-07-11)编程开发487
使用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 电信更新源” 的相关文章

工程源码目录

严谨用于商业行为,请下载后于24小时之内删除。 …

5 Ways to Make HTTP Requests in Node.js

 HTTP – the Standard LibraryFirst on our hit parade is the default HTTP module in the standard library. With th…

整数转换为字符串方法

方法1: #include //函数名: itoa //功 能: 把一整数转换为字符串 //用 法: char *itoa(int value, char *string, int radix); int main(void) { int number = 12345678;…

数字视频传输系统

最近车机牵涉到到车后视方面的知识,在这里补充一点次料:…

谁之错

故事一:背景介绍:RT是一个外包公司,ZWZX是项目承接公司,YD是甲方。RT公司每天下班的时候都会接到ZWZX负责人的电话,询问一天的工作情况,然后布置任务要求晚上加班做完,RT公司的员工很无奈也很气愤因为每天 都要加班,员工们就问项目经理:“为什么天天加班赶需求,今天才提一个需求,明…

Scrapy 框架使用

scrapy 使用…

发表评论

访客

看不清,换一张

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