`

ubuntu9.04 升级到 10.04

阅读更多

首先,我们先换 10.04 的源:

sudo vi /etc/apt/sources.list

在打开的文档里将原 来的内容全部删除,添加下面列表中最适合你的源(注意不要全部添加),选择一个最合适你的即可,复制到你的列表中,然后保存列表。

如果担心失败就先将9.04的sources.list备份吧!

Ubuntu 10.04 源列表:

台湾

deb http://tw.archive.ubuntu.com/ubuntu/ lucid main universe restricted multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid main universe restricted multiverse
deb http://tw.archive.ubuntu.com/ubuntu/ lucid-security universe main multiverse restricted
deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-security universe main multiverse restricted
deb http://tw.archive.ubuntu.com/ubuntu/ lucid-updates universe main multiverse restricted
deb-src http://tw.archive.ubuntu.com/ubuntu/ lucid-updates universe main multiverse restricted

  SRT Sources

deb http://ubuntu.srt.cn/ubuntu/ lucid main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ lucid-security main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ lucid-updates main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ lucid-proposed main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ lucid-backports main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ lucid main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ lucid-security main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ lucid-updates main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ lucid-proposed main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ lucid-backports main restricted universe multiverse

  网易(速度很快)

deb http://mirrors.163.com/ubuntu/ lucid main universe restricted multiverse
deb-src http://mirrors.163.com/ubuntu/ lucid main universe restricted multiverse
deb http://mirrors.163.com/ubuntu/ lucid-security universe main multiverse restricted
deb-src http://mirrors.163.com/ubuntu/ lucid-security universe main multiverse restricted
deb http://mirrors.163.com/ubuntu/ lucid-updates universe main multiverse restricted
deb http://mirrors.163.com/ubuntu/ lucid-proposed universe main multiverse restricted
deb-src http://mirrors.163.com/ubuntu/ lucid-proposed universe main multiverse restricted
deb http://mirrors.163.com/ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://mirrors.163.com/ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://mirrors.163.com/ubuntu/ lucid-updates universe main multiverse restricted

  ubuntu 官方上海源,提供 Kernel Hiweed ubuntu

deb http://mirror.rootguide.org/ubuntu/ lucid main universe restricted multiverse
deb-src http://mirror.rootguide.org/ubuntu/ lucid main universe restricted multiverse
deb http://mirror.rootguide.org/ubuntu/ lucid-security universe main multiverse restricted
deb-src http://mirror.rootguide.org/ubuntu/ lucid-security universe main multiverse restricted
deb http://mirror.rootguide.org/ubuntu/ lucid-updates universe main multiverse restricted
deb http://mirror.rootguide.org/ubuntu/ lucid-proposed universe main multiverse restricted
deb-src http://mirror.rootguide.org/ubuntu/ lucid-proposed universe main multiverse restricted
deb http://mirror.rootguide.org/ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://mirror.rootguide.org/ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://mirror.rootguide.org/ubuntu/ lucid-updates universe main multiverse restricted 

  搜狐

deb http://mirrors.shlug.org/ubuntu/ lucid main universe restricted multiverse
deb-src http://mirrors.shlug.org/ubuntu/ lucid main universe restricted multiverse
deb http://mirrors.shlug.org/ubuntu/ lucid-security universe main multiverse restricted
deb-src http://mirrors.shlug.org/ubuntu/ lucid-security universe main multiverse restricted
deb http://mirrors.shlug.org/ubuntu/ lucid-updates universe main multiverse restricted
deb http://mirrors.shlug.org/ubuntu/ lucid-proposed universe main multiverse restricted
deb-src http://mirrors.shlug.org/ubuntu/ lucid-proposed universe main multiverse restricted
deb http://mirrors.shlug.org/ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://mirrors.shlug.org/ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://mirrors.shlug.org/ubuntu/ lucid-updates universe main multiverse restricted

  骨头源,骨头源是 bones7456 架设的一个 Ubuntu 源 ,提供 ubuntu,deepin

deb http://ubuntu.srt.cn/ubuntu/ lucid main universe restricted multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ lucid main universe restricted multiverse
deb http://ubuntu.srt.cn/ubuntu/ lucid-security universe main multiverse restricted
deb-src http://ubuntu.srt.cn/ubuntu/ lucid-security universe main multiverse restricted
deb http://ubuntu.srt.cn/ubuntu/ lucid-updates universe main multiverse restricted
deb http://ubuntu.srt.cn/ubuntu/ lucid-proposed universe main multiverse restricted
deb-src http://ubuntu.srt.cn/ubuntu/ lucid-proposed universe main multiverse restricted
deb http://ubuntu.srt.cn/ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://ubuntu.srt.cn/ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://ubuntu.srt.cn/ubuntu/ lucid-updates universe main multiverse restricted

 然后我们更新源信息:

sudo apt-get update

接着我们开始升级:

sudo apt-get upgrade

完了后重启OK!


我选择的是网易的升级了6台服务器全部成功!


分享到:
评论

相关推荐

    ubuntu9.04,10.04,10.10 下kscope安装资源

    ./kscope/ ./kscope/Readme ./kscope/kscope.sh ./kscope/kscope_1.6.0-1_i386.deb ./kscope/.kscope.sh.swp ./kscope/kate_3.5.9.dfsg.1-6_i386.deb

    用ubuntudvd10.04或9.04作为升级源.pdf

    【标题】: 使用Ubuntu DVD 10.04或9.04作为升级源的详细指南 【描述】: 在不连接互联网的情况下,利用Ubuntu 10.04或9.04的DVD作为升级源,是为无网络条件下的系统升级提供的一种有效方法。本文将详细介绍如何操作...

    Ubuntu 10.04 安装手记

    说明 环境 常用命令与快捷键 文件系统中的系统文件夹说明 Ubuntu中的隐藏文件或文件夹方法 三种安装方法 apt-get/dpkg/sources pack Ubuntu 9.04中 F1 帮助摘要

    ubuntu10.04 下的USB转串口详解 minicom

    ### Ubuntu 10.04 下 USB 转串口详解及 Minicom 使用教程 #### 一、前言 在 Linux 系统如 Ubuntu 10.04 中使用 USB 转串口设备是非常常见的需求,特别是在进行嵌入式开发、与各种硬件设备通信时。本文将详细介绍...

    wine1.211 deb格式

    这个特定的版本适用于Ubuntu 9.04和10.04,这两个都是Ubuntu的历史版本。 描述中提到,这个压缩包特别适合刚接触Ubuntu的新手,因为只需双击文件即可完成安装,无需网络连接,非常适合离线环境。用户在安装过程中...

    Ubuntu 10.0 wubildr文件

    描述中的"悲剧,9.04个屁了,只好重新装个10.04"可能是指用户遇到了Ubuntu 9.04(Jaunty Jackalope)的问题,导致他们无法正常运行或更新系统,因此选择了升级到更稳定版本的Ubuntu 10.04。"这个是引导文件备份"说明...

    重装win7修复ubuntu引导包

    Windows 7使用MBR(Master Boot Record)作为传统的启动管理器,而Ubuntu自10.04版本开始采用GRUB2作为其默认的启动加载器。当双系统安装完成后,GRUB2通常会接管MBR,以便在启动时提供选择操作系统的机会。 然而,...

    Beginning Ubuntu Linux 4th《ubuntu 入门》2009版 9.04 英文

    http://www.docin.com/p-35805820.html 去这看看预览版吧。 见有人发过 2007版(2rd)的 9.10 和 10.04都可以用…… E文不好的就不要下载了。 PS:小弟 四级未过,借词霸,马马虎虎还是看了一些。

    Ubuntu开启3D特效

    本教程在Ubuntu的8.04、8.10、9.04、9.10、10.04、10.10、11.04版本都成功地启用了3D桌面。 四、Ubuntu安装方法 安装Ubuntu Linux的方法请看本教程(3-1)。在虚拟机中运行的Linux系统,由于不同的虚拟机软件采用...

    Ubuntu最全命令大全【珍藏版】.docx

    - 版本间升级,例如从 9.04 升级至 10.04。 - 使用 `do-release-upgrade` 命令进行版本升级。 #### 四、总结 以上涵盖了 Ubuntu 系统中最常用的命令及其用途。熟练掌握这些命令将极大地提高日常使用和管理系统的...

    噢易OSS系统Linux立即还原安装指导

    Ubuntu_9.04_2.6.28-11-generic Ubuntu_9.10_2.6.31-14-generic Ubuntu_10.04_2.6.32-21-generic Ubuntu_10.04.2_2.6.32-28-generic Ubuntu_10.04.3_2.6.32-33-generic Ubuntu_10.10_2.6.35-22-generic Ubuntu_11.04...

    ESXI 4.0安装配置手册

    - Ubuntu Server Edition 8.04 LTS/9.04/9.10/10.04 LTS。 **2.4 创建虚拟机的要求** - 至少 256MB RAM(推荐 1GB 或更多)。 - 至少 20GB 磁盘空间(取决于操作系统和应用需求)。 - 支持 VT-x 或 AMD-V 的处理器...

    零基础Python爬虫48小时速成课.txt

    32 5.05扩展VM安装ubuntu-server.mp4 33 5.06扩展远程连接server及免密登录.mp4 34 5.07单元测试及测试套件.mp4 35 6.01回顾与总结上周知识点.mp4 36 6.02日志模块的应用.mp4 37 6.03安装scrapy的说明.mp4 38 ...

Global site tag (gtag.js) - Google Analytics