Announcement

Collapse
No announcement yet.

Cannot upgrade from 19.04 to 19.10

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [SOLVED] Cannot upgrade from 19.04 to 19.10

    Hi,
    I'm on Kubuntu 19.04, but when following

    https://help.ubuntu.com/community/EoanUpgrades/Kubuntu , I'm getting error

    sudo software-properties-qtShows that "Under the Updates tab, set 'Normal Releases' in the Release Upgrade section."


    # sudo apt-get update && sudo apt-get dist-upgrade
    Hit:1 http://au.archive.ubuntu.com/ubuntu disco InRelease
    Hit:2 http://au.archive.ubuntu.com/ubuntu disco-updates InRelease
    Hit:3 http://au.archive.ubuntu.com/ubuntu disco-backports InRelease
    Hit:4 https://download.docker.com/linux/ubuntu disco InRelease
    Hit:5 http://ppa.launchpad.net/makehuman-o...mmunity/ubuntu bionic InRelease
    Hit:6 https://packages.microsoft.com/ubuntu/19.04/prod disco InRelease
    Hit:7 http://security.ubuntu.com/ubuntu disco-security InRelease
    Reading package lists... Done
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Calculating upgrade... Done
    The following packages have been kept back:
    libodbc1

    0 to upgrade, 0 to newly install, 0 to remove and 1 not to upgrade.
    root@abhay-System-Product-Name:~# sudo do-release-upgrade -m desktop
    Checking for a new Ubuntu release
    Please install all available updates for your release before upgrading.
    root@abhay-System-Product-Name:~# sudo do-release-upgrade -d
    Checking for a new Ubuntu release
    Please install all available updates for your release before upgrading.
    root@abhay-System-Product-Name:~#

    root@abhay-System-Product-Name:~# uname -a
    Linux abhay-System-Product-Name 5.0.0-32-generic #34-Ubuntu SMP Wed Oct 2 02:06:48 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
    root@abhay-System-Product-Name:~#

    I think this has got something ot do with
    libodbc1 not being updated.
    Any solution/ ideas ?

    Regards,
    Abhay

    #2
    RESOLVED ::
    I had some microsoft repository which was holding it up.

    apt-get install libodbc1
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Suggested packages:
    msodbcsql17 unixodbc-bin
    The following packages will be REMOVED:
    libodbc1:i386
    The following packages will be upgraded:
    libodbc1
    1 to upgrade, 0 to newly install, 1 to remove and 0 not to upgrade.
    Need to get 511 kB of archives.
    After this operation, 705 kB disk space will be freed.
    Do you want to continue? [Y/n] y
    Get:1 https://packages.microsoft.com/ubuntu/19.04/prod disco/main amd64 libodbc1 amd64 2.3.7 [511 kB]
    Fetched 511 kB in 1s (431 kB/s)
    (Reading database ... 277989 files and directories currently installed.)
    Removing libodbc1:i386 (2.3.6-0.1build1) ...
    (Reading database ... 277982 files and directories currently installed.)
    Preparing to unpack .../libodbc1_2.3.7_amd64.deb ...
    Unpacking libodbc1:amd64 (2.3.7) over (2.3.6-0.1build1) ...
    Setting up libodbc1:amd64 (2.3.7) ...
    Processing triggers for libc-bin (2.29-0ubuntu2) ...

    Once the package was upgraded, now the upgrade is working fine.

    Comment

    Working...
    X