Ubuntu软件源在线更新设计
创始人
2024-06-22 21:01:13
0

Ubuntu软件源还是比较常用的,于是我研究了一下Ubuntu软件源 ,在这里拿出来和大家分享一下,希望对大家有用.对于Ubuntu软件源的在线更新设计,相信您一定觉得十分方便,因为这可以提高系统安装的速度,并节省下载安装CD/DVD的大量时间(目前的Linux 发行版安装都需要多张CD或DVD,对于上网带宽不足的用户,这常会造成下载的困难)。

不知您是否想过,这些软件到底存放在哪里?是否可以指定下载的位置?解决此类问题,就必须提及Ubuntu软件源使用的“软件源”(Software Repositories)。

在Ubuntu中所谓的“Ubuntu软件源”,是指在世界上许多服务器上放置的软件数据库。就目前而言,软件源中大概有17 000个不同的软件包。由于Ubuntu软件源是开放给所有的Ubuntu软件源用户进行更新,所以只要在软件源中定期上传最新版本的软件,便可确保所有用户都用到最新发布的软件包。

Ubuntu默认软件源

Ubuntu软件源安装时,系统会根据选择的时区来指定默认的软件源,以加快用户下载更新时的速度。例如,在安装时,如果选择的时区为上海,则系统就会指定使用中国的Ubuntu软件源。

如果希望了解目前系统所用的Ubuntu软件源列表,首先需要打开/etc/apt/sources.list文件。下面的范例是笔者目前的计算机设置,其中会列出不同用途的软件源网址:

  1. ## Major bug fix updates produced after the final release of the  
  2. ## distribution.  
  3. deb http://cn.archive.ubuntu.com/ubuntu/ edgy-updates main restricted multiverse universe  
  4. deb-src http://cn.archive.ubuntu.com/ubuntu/ edgy-updates main restricted multiverse universe #Added by software-properties  
  5. ## Uncomment the following two lines to add software from the 'universe'  
  6. ## repository.  
  7. ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu  
  8. ## team, and may not be under a free licence. Please satisfy yourself as to  
  9. ## your rights to use the software. Also, please note that software in  
  10. ## universe WILL NOT receive any review or updates from the Ubuntu security  
  11. ## team.  
  12. # deb http://cn.archive.ubuntu.com/ubuntu/ edgy universe  
  13. # deb-src http://cn.archive.ubuntu.com/ubuntu/ edgy universe  
  14. ## Uncomment the following two lines to add software from the 'backports'  
  15. ## repository.  
  16. ## N.B. software from this repository may not have been tested as  
  17. ## extensively as that contained in the main release, although it includes  
  18. ## newer versions of some applications which may provide useful features.  
  19. ## Also, please note that software in backports WILL NOT receive any review  
  20. ## or updates from the Ubuntu security team.  
  21. # deb http://cn.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse  
  22. # deb-src http://cn.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse  
  23. deb http://security.ubuntu.com/ubuntu edgy-security main restricted multiverse universe  
  24. deb-src http://security.ubuntu.com/ubuntu edgy-security main restricted multiverse universe #Added by software-properties  
  25. # deb http://security.ubuntu.com/ubuntu edgy-security universe  
  26. # deb-src http://security.ubuntu.com/ubuntu edgy-security universe  
  27. deb http://archive.canonical.com/ubuntu dapper-commercial main  
  28. deb http://archive.ubuntu.org.cn/ubuntu-cn dapper main universe multiverse restricted  
  29. deb http://ubuntu.cn99.com/ubuntu-cn/ dapper main restricted universe multiverse  
  30. deb http://archive.ubuntu.com/ubuntu/ edgy-proposed universe main multiverse restricted  
  31. deb-src http://archive.ubuntu.com/ubuntu/ edgy-proposed universe main multiverse restricted  
  32. deb http://archive.ubuntu.com/ubuntu/ edgy-backports universe main multiverse restricted  
  33. deb-src http://archive.ubuntu.com/ubuntu/ edgy-backports universe main multiverse restricted  
  34. deb http://static.audacious-media-player.org/ubuntu dapper main  
  35. deb-src http://static.audacious-media-player.org/ubuntu dapper main 

更改Ubuntu软件源

不过有时若遇到某些突发状况,例如因为地震而引起的国际电缆线断裂,或到国外出差或旅行,此时如果仍尝试连接默认的软件源,可能会引起软件更新的失败。

因此需视实际情况来更改Ubuntu软件源的位置,当然,可以直接编辑/etc/apt/sources.list文件的内容,不过为了避免使用错误的语法,以及不正确的软件源地址,因此一般都建议使用图形界面的软件源设置程序——synaptic。

要打开synaptic程序,可以单击“系统”/“系统管理”/“新立得软件包管理器”选项。输入密码后,系统即会打开“新立得软件包管理器”窗口。然后在出现的“新立得软件包管理器”窗口上方,单击“设置”/“软件库”选项,系统会打开“软件源”窗口。

除了可以从“下载自”下拉列表中选择软件源的位置外,也可以决定更新时包含的软件包类型。此处可供选择的软件包类型如下:

  1. Universe:没有官方维护的开源软件  
  2. Main:官方维护的开源软件  
  3. Mulitverse:非官方维护的非开源软件(具有版权或限制使用)  
  4. Restricted:官方维护的非开源软件  
  5. Source Code:源代码 

更改Internet更新属性

如果希望更改Internet更新的软件包属性和频率,首先需要单击上方的“Internet更新”标签,然后再按照实际需求勾选适当的选项。

单击“Internet更新”标签自行添加软件源

若要增加Ubuntu软件源的个数,也可以使用手动添加的方式。首先需要单击上方的“第三方”标签,然后单击左下方的“添加”按钮,系统将弹出一个信息窗口,并要求输入软件源的位置。

【编辑推荐】

  1. Ubuntu软件源更新设计
  2. Ubuntu Linux里面娱乐安装非常简单
  3. Ubuntu GRUB密码设置可分为全局密码和菜单密码
  4. Ubuntu安装配置Tomcat的端口及解压tomcat
  5. Ubuntu apache2重启命令与主机配置文件

相关内容

热门资讯

如何允许远程连接到MySQL数... [[277004]]【51CTO.com快译】默认情况下,MySQL服务器仅侦听来自localhos...
如何利用交换机和端口设置来管理... 在网络管理中,总是有些人让管理员头疼。下面我们就将介绍一下一个网管员利用交换机以及端口设置等来进行D...
施耐德电气数据中心整体解决方案... 近日,全球能效管理专家施耐德电气正式启动大型体验活动“能效中国行——2012卡车巡展”,作为该活动的...
Windows恶意软件20年“... 在Windows的早期年代,病毒游走于系统之间,偶尔删除文件(但被删除的文件几乎都是可恢复的),并弹...
20个非常棒的扁平设计免费资源 Apple设备的平面图标PSD免费平板UI 平板UI套件24平图标Freen平板UI套件PSD径向平...
德国电信门户网站可实时显示全球... 德国电信周三推出一个门户网站,直观地实时提供其安装在全球各地的传感器网络检测到的网络攻击状况。该网站...
着眼MAC地址,解救无法享受D... 在安装了DHCP服务器的局域网环境中,每一台工作站在上网之前,都要先从DHCP服务器那里享受到地址动...
为啥国人偏爱 Mybatis,... 关于 SQL 和 ORM 的争论,永远都不会终止,我也一直在思考这个问题。昨天又跟群里的小伙伴进行...