`
Sphinx_yong
  • 浏览: 331949 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

Ubuntu之三:设置源

阅读更多

为什么要设置源,我一直不是很清楚。猜想一下是不是像Windows下载更新一样?希望了解的朋友给我解释一下。

不管了,先把它设置好再说。

1 首先备份源列表

sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup

2 而后用gedit或其他编辑器打开

sudo gedit /etc/apt/sources.list

3 将里面的东西全部删掉,加入适合的源,保存编辑好的文件。(因为我自己是电信的宽带,所以选择电信的服务器。还有要注意你的源和你自己的Ubuntu版本号一定要对应)

 

#CN99
deb http://ubuntu.cn99.com/ubuntu/ hardy main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ hardy-security main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ hardy-updates main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ hardy-proposed main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ hardy-backports main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ hardy main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ hardy-security main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ hardy-updates main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ hardy-proposed main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ hardy-backports main restricted universe multiverse

#台湾大学
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-updates main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-updates main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-backports main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-backports main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-security main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-security main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-proposed main multiverse restricted universe
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-proposed main restricted universe multiverse
#台湾官方源
deb http://tw.archive.ubuntu.com/ubuntu hardy main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu hardy-security main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu hardy-updates main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu hardy-backports main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu hardy-proposed main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu hardy main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu hardy-security main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu hardy-updates main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu hardy-backports main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu hardy-proposed main restricted universe multiverse
#韩国
deb http://ftp.daum.net/ubuntu/ hardy main restricted universe multiverse
deb http://ftp.daum.net/ubuntu/ hardy-security main restricted universe multiverse
deb http://ftp.daum.net/ubuntu/ hardy-updates main restricted universe multiverse
deb http://ftp.daum.net/ubuntu/ hardy-proposed main restricted universe multiverse
deb http://ftp.daum.net/ubuntu/ hardy-backports main restricted universe multiverse
deb-src http://ftp.daum.net/ubuntu/ hardy main restricted universe multiverse
deb-src http://ftp.daum.net/ubuntu/ hardy-security main restricted universe multiverse
deb-src http://ftp.daum.net/ubuntu/ hardy-updates main restricted universe multiverse
deb-src http://ftp.daum.net/ubuntu/ hardy-proposed main restricted universe multiverse
deb-src http://ftp.daum.net/ubuntu/ hardy-backports main restricted universe multiverse

4 然后,刷新(一定要做,别忘了哦)

sudo apt-get update
分享到:
评论
2 楼 toeo 2008-11-30  
cn99的源  貌似不可以使用了。。。还是用台湾的可以使用。。。
1 楼 vlinux 2008-09-15  
一直觉得源是发行版linux的一个弱点,若一个源被攻陷了,那么使用这个源的所有主机都会成为僵尸机。

虽然目前没听说过..

相关推荐

    Ubuntu 国内更新源

    本文提供了两种常见的国内镜像源:163源和搜狐源。 - **163源** 将以下内容复制粘贴到编辑器中: ```bash deb http://mirrors.163.com/ubuntu/ precise main restricted deb-src ...

    ubuntu安装方法以及ubuntu官方源

    - 打开`software-properties-gtk`(或在终端输入`sudo software-properties-gtk`),可以添加或切换不同的Ubuntu版本或第三方PPA(个人包档案)源。 - 编辑`/etc/apt/sources.list`文件,直接修改源地址,但需谨慎...

    Ubuntu 10.10 图形安装教程、网络设置、软件源、基本配置(超详细)

    * 添加软件源:可以添加第三方软件源,增加软件的选择范围。 六、基本配置 * 用户账户设置:设置用户账户和密码,包括管理员账户和普通用户账户。 * 日期和时间设置:设置日期和时间,包括时区、日期格式等。 * ...

    ubuntu_10.04_国内源国外源最快源

    完成源的修改后,需要通过执行以下命令来更新Apt缓存,以便系统识别新的软件源: ``` sudo apt-get update ``` #### 四、源列表 以下是针对Ubuntu 10.04的高速源列表: ##### 网易开源镜像站 ``` deb ...

    ubuntu 科大源更新

    接下来将详细介绍如何将系统中的默认源更换为科大源: 1. **备份原始文件**: - 打开终端。 - 输入命令:`sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup`,用于备份原有的`sources.list`文件。 -...

    用Ubuntu10.10 dvd版本作为本地源,Ubuntu 10.10 DVD ISO挂载的方式来更新软件

    最后,为了验证是否成功地将ISO文件设置为本地源,可以尝试安装一些软件包。例如,你可以尝试安装`build-essential`或`gimp`来测试: ```bash sudo apt-get install build-essential sudo apt-get install gimp ```...

    ubuntu11.04图形安装教程、基本设置、网络设置、软件源、开启Unity借鉴.pdf

    软件源: 1. 设置软件源,包括官方软件源和第三方软件源。 2. 更新软件列表。 3. 安装软件,例如,LibreOffice 和 Firefox。 开启 Unity: 1. 安装 Unity desktop environment。 2. 设置 Unity 的主题和插件。 3....

    Ubuntu14.04原始源文件(sources.list)

    总结,`sources.list`文件是Ubuntu 14.04系统的核心配置之一,理解和掌握其工作原理以及如何优化,对于提升用户体验和保障系统安全至关重要。通过合理的设置,用户可以享受到更高效、更稳定的软件更新和安装服务。

    ubuntu11.04 图形安装教程,设置

    #### 三、Ubuntu 安装前准备 ##### 1. 获得Ubuntu发行版 可以通过官方网站获取Ubuntu 11.04的ISO镜像文件。具体下载地址如下: - 中文官方:[http://www.ubuntu.org.cn](http://www.ubuntu.org.cn) - 英文官方:...

    Ubuntu教学 Gnome图形界面下软件源的设置

    在Ubuntu 7.04版本(Feisty Fawn)中,初次设置软件源通常是在Gnome桌面环境的“System”菜单中选择“Administration”子菜单,然后点击“Software Sources”。在这个界面,你需要勾选五个选项以启用官方软件源的...

    Ubuntu电脑操作基础:桌面背景,屏保和电源.docx

    在Ubuntu操作系统中,管理和自定义桌面环境是提升用户体验的关键步骤之一。本文主要涵盖了三个核心方面:桌面背景设置、屏保程序应用以及电源管理的调整。 首先,让我们详细探讨如何设置桌面背景。在Ubuntu中,你...

    ubuntu8.10中文开发环境设置.pdf

    ### Ubuntu 8.10中文开发环境设置知识点详解 #### 一、基础系统配置 **1. 安装Ubuntu 8.10** - 虽然文档中提到不详细讲解Ubuntu 8.10的安装过程,但在实际操作中,安装Ubuntu 8.10需要准备一个可引导的安装介质,...

    ubuntu11.04图形安装教程、基本设置、网络设置、软件源、开启Unity汇编.pdf

    - Ubuntu 11.04默认的软件源可能较旧,推荐选择速度更快、更稳定的第三方镜像源。 4. **软件安装**: - 使用Ubuntu Software Center安装和管理应用程序,或者通过命令行使用`apt-get`或`aptitude`命令。 - ...

    用UBuntu开发OpenGL程序6 源代码

    本资源包含了一篇关于在Ubuntu上使用NetBeans 6.8开发OpenGL程序的文章,并附带了源代码,便于读者实践和学习。 首先,OpenGL是一个低级的图形库,它不关心窗口系统或用户输入,而是专注于图形渲染。这使得它在游戏...

    UBUNTU LINUX教程

    在开始Ubuntu之旅前,首先需要下载Ubuntu的ISO镜像文件,然后可以使用USB闪存驱动器或DVD进行安装。安装过程中可以选择不同的安装类型,如“最小安装”、“标准安装”或“自定义安装”,根据个人需求定制系统。记得...

Global site tag (gtag.js) - Google Analytics