zoukankan      html  css  js  c++  java
  • How To Upgrade Ubuntu To 20.10

    The new Ubuntu 20.10 is expected to be released on 22 October 2020. However, there is no need to wait until then.

    If you feel adventurous you can upgrade to Ubuntu 20.10 today. All you need is to have fully upgraded and updated Ubuntu 20.04 Focal Fossa at your disposal.

    In this How To Upgrade Ubuntu To 20.10 Groovy Gorilla tutorial you will learn:
    • How to fully update and upgrade your current Ubuntu system.
    • How to configure the release upgrader.
    • How to upgrade your Ubuntu system.
    Ubuntu To 20.10 Groovy Gorilla
    Ubuntu To 20.10 Groovy Gorilla

    Software Requirements and Conventions Used

    Software Requirements and Linux Command Line Conventions
    CategoryRequirements, Conventions or Software Version Used
    System Ubuntu 20.04 Focal Fossa
    Software N/A
    Other Privileged access to your Linux system as root or via the sudo command.
    Conventions # - requires given linux commands to be executed with root privileges either directly as a root user or by use of sudo command
    $ - requires given linux commands to be executed as a regular non-privileged user

    How To Upgrade Ubuntu To 20.10 Groovy Gorilla step by step instructions


    SUBSCRIBE TO NEWSLETTER
    Subscribe to Linux Career NEWSLETTER and receive latest Linux news, jobs, career advice and tutorials.


    NOTE
    Please be aware that you will only be able to perform the Ubuntu upgrade to 20.10 only from Ubuntu 20.04 version. If you wish to upgrade from Ubuntu 19.04 or 19.10 you first need to upgrade the system to Ubuntu 20.04 before you proceed with Ubuntu 20.10 upgrade procedure.
      1. Fully update and upgrade your current Ubuntu 20.04 Linux system.

        Execute the below commands:
        $ sudo apt update 
        $ sudo apt upgrade
        $ sudo apt dist-upgrade
        
      2. Remove all no longer required packages:
        $ sudo apt autoremove
        
      3. Configure the release upgrader. Open and edit the /etc/update-manager/release-upgrades file and ensure that the Prompt variable is set to normal.
        # Default behavior for the release upgrader.
        
        [DEFAULT]
        # Default prompting behavior, valid options:
        #
        #  never  - Never check for a new release.
        #  normal - Check to see if a new release is available.  If more than one new
        #           release is found, the release upgrader will attempt to upgrade to
        #           the release that immediately succeeds the currently-running
        #           release.
        #  lts    - Check to see if a new LTS release is available.  The upgrader
        #           will attempt to upgrade to the first LTS release available after
        #           the currently-running one.  Note that this option should not be
        #           used if the currently-running release is not itself an LTS
        #           release, since in that case the upgrader won't be able to
        #           determine if a newer release is available.
        Prompt=normal
        
        Save the file.
      4. Begin the Ubuntu 20.10 upgrade process by executing the following command:
        $ sudo do-release-upgrade
        
        NOTE
        In case you are upgrading to Ubuntu 20.10 prior to its release date you need to use -d switch as in $ sudo do-release-upgrade -d in order to trigger the upgrade process.
        Upgrading to 20.10 Groovy Gorilla
        Upgrading to 20.10 Groovy Gorilla.
        Upgrading to 20.10 Groovy Gorilla
        Upgrading to 20.10 Groovy Gorilla. Type Y to continue.


      5. Reboot your Ubuntu system.

        When the Ubuntu upgrade does finish, reboot the system. Once the system comes up, you'll be running Ubuntu 20.10 Groovy Gorilla Linux system !
        Completed upgrade from Ubuntu 20.04 to Ubuntu 20.10
        Completed upgrade from Ubuntu 20.04 to Ubuntu 20.10
        NOTE
        The default wallpaper needs to be changed manually. Simply right click on your desktop and hit the Change Backgroundbutton.
        Enjoy !!!
  • 相关阅读:
    【IoT平台北向API调用】使用Postman调用Https接口
    【LiteOS】LiteOS移植常见问题
    搞IT产品,请谨记Mobile First
    Modelarts与无感识别技术生态总结(浅出版)
    高性能Web动画和渲染原理系列(1)——CSS动画和JS动画
    使用蓝图构建Flask项目目录
    一统江湖的大前端(8)- velocity.js 运动的姿势(上)
    只需两步手把手教你玩转图像识别
    秉承初心,砥砺奋进!华为云助力锦江都城开启云服务时代
    HBase 索引创建
  • 原文地址:https://www.cnblogs.com/mouseleo/p/13895904.html
Copyright © 2011-2022 走看看