Results 1 to 3 of 3

Thread: Easy upgrade path from Disco to Eoan

  1. #1
    Join Date
    Jun 2006
    Beans
    93

    Easy upgrade path from Disco to Eoan

    I guess Ubuntu 19.10 eoan hasn't quite made it to the upgrade servers since all my attempts to use variations of upgrade-manager failed. However by just using "sudo gedit /etc/apt/sources.list and changing all instances of "disoc " tp "eoan" (without quotes. Rebooting and running "sudo apt-get update && sudo apt-get -y dist-upgrade" did the job quite nicely. Looks like a lot of development on the kde side at the moment but I haven't used that desktop yet. I'm hoping I can upgrade without re-installing until next April but you never know.

  2. #2
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Easy upgrade path from Disco to Eoan

    Next time use this to do the upgrade:

    Code:
    sudo sed -i 's/disco/eoan/g' /etc/apt/sources.list
    then

    Code:
    sudo apt update && sudo apt dist-upgrade

  3. #3
    Join Date
    Jun 2006
    Beans
    93

    Re: Easy upgrade path from Disco to Eoan

    The real point is that Ubuntu linux can be upgraded to a new version just by editing (or using sed) a single text file. Compare and contrast to Windows (which I only run these in a VM).
    Last edited by Irihapeti; May 6th, 2019 at 10:37 PM. Reason: Typo

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •