zoukankan      html  css  js  c++  java
  • How to upgrade to Ubuntu 10.10 Maverick Meerkat from ubuntu 10.04 lucid, karmic| Desktop & Server

    - Desktop Upgrade:

    So to upgrade from Ubuntu 10.10 or older on a desktop system, press Alt+F2 and type in update-manager -d into the command box. Update Manager should open up and tell you: New distribution release '10.04' is available ( See screenshot bellow).
    Before to upgrade remember that is important to update your system first then click Upgrade and follow the on-screen instructions:

    1- Press Alt+F2 and type in update-manager -d

    Run_Application_038

    2- Now follow these steps :

    First check for updates, then Install them, and finally click Upgrade and follow the on-screen instructions.

    Update_Manager_039

    - Server Upgrade:

    To upgrade from Ubuntu 10.04 LTS on a server system:

    1- install the update-manager-core package if it is not already installed:

    sudo apt-get install update-manager-core

    2- Edit /etc/update-manager/release-upgrades and set Prompt=normal;

    3- Launch the upgrade tool with the command

    sudo do-release-upgrade -d

    and follow the on-screen instructions.  

  • 相关阅读:
    24-反转链表
    23-链表中环的入口节点
    22-链表中倒数第k个节点
    21-调整数组顺序使奇数位于偶数前面
    18-删除链表的节点
    17-打印从1到最大的n位数
    16-数值的整数次方
    15-二进制中1的个数
    14-剪绳子
    13-机器人的运动范围
  • 原文地址:https://www.cnblogs.com/lei1016cn/p/1857723.html
Copyright © 2011-2022 走看看