Results 1 to 6 of 6

Thread: Ubuntu clean upgrade instructions

  1. #1
    Join Date
    Apr 2014
    Beans
    81

    Ubuntu clean upgrade instructions

    In trying to upgrade from Ubuntu 18.04 to 19.04 I am trying to follow the instructions about doing a Clean Upgrade at https://help.ubuntu.com/community/CleanUpgrade. In the instructions it is telling me to remove the packages in the "Installed ( local or obsolete ) " status section in Synaptic. However one of the package listed in this section is 'network-manager' and its supporting files. If I try to remove this package I am told that 'gnome-control-center' and 'ubuntu-desktop' packages must also be removed among others. Can this be right to remove this package in preparation for an upgrade ? Furthermore "libnm*' packages are also listed in this section and removing them also removes 'gnome-shell' among other gnome packages. Can it really be right to remove all these packages in this Synaptic status section prior to attempting an upgrade ?
    Last edited by Edward_Diener; June 30th, 2019 at 10:56 AM.

  2. #2
    Join Date
    Oct 2004
    Location
    33.4N -112.1W
    Beans
    2,497
    Distro
    Ubuntu Budgie

    Re: Ubuntu clean upgrade instructions

    The program network-manager is a supported application in 19.04.

    https://packages.ubuntu.com/disco/network-manager

    If it shows among your local/obsolete list it may be an unknown version or a repo issue.

    What is the output of this command?:

    Code:
    sudo apt-get install --reinstall network-manager
    /path/to/Truth

  3. #3
    Join Date
    Apr 2014
    Beans
    81

    Re: Ubuntu clean upgrade instructions

    Quote Originally Posted by Xian View Post
    The program network-manager is a supported application in 19.04.

    https://packages.ubuntu.com/disco/network-manager

    If it shows among your local/obsolete list it may be an unknown version or a repo issue.

    What is the output of this command?:

    Code:
    sudo apt-get install --reinstall network-manager
    The output of

    Code:
    sudo apt-get install --reinstall network-manager
    is

    Code:
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Reinstallation of network-manager is not possible, it cannot be downloaded
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    I am on 18.04, not 19.04. The package is network-manager 1.10.14-0ubuntu2.

  4. #4
    Join Date
    Feb 2010
    Location
    Obscurial Springs
    Beans
    15,209
    Distro
    Ubuntu Budgie Development Release

    Re: Ubuntu clean upgrade instructions

    In order to upgrade as stated you would have upgrade to 18.10 first. 19.04 is not an LTS release so there is no direct upgrade path.
    "Our intention creates our reality. "

    Ubuntu Documentation Search: Popular Pages
    Ubuntu: Security Basics
    Ubuntu: Flavors

  5. #5
    Join Date
    Aug 2011
    Location
    52.5° N 6.4° E
    Beans
    6,820
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Ubuntu clean upgrade instructions

    Quote Originally Posted by Frogs Hair View Post
    In order to upgrade as stated you would have upgrade to 18.10 first. 19.04 is not an LTS release so there is no direct upgrade path.
    True, but it should be noted that in a few weeks, when 18.10 has reached end-of-life, there will be a direct upgrade from 18.04 to 19.04. I don't know how reliable those release upgrades are.

    OP, could you show the output of
    Code:
    apt policy network-manager
    cat /etc/apt/sources.list
    That will show where the package manager thinks it can find the network-manager package and what your software sources are.

    Also note that the guide you linked too in your first post is quite old. Most of it was written in 2009.

  6. #6
    Join Date
    Jun 2006
    Location
    Houston, TX
    Beans
    1,333
    Distro
    Ubuntu 6.06

    Re: Ubuntu clean upgrade instructions

    May I suggest something different? Hard drives are cheap, and my time has value. Just install to a new (and faster) hard drive and then copy the old apps. As for what was installed, this is a handy command.
    Code:
    comm -23 <(apt-mark showmanual | sort -u) <(gzip -dc /var/log/installer/initial-status.gz | sed -n 's/^Package: //p' | sort -u)
    Details here.
    https://unix.stackexchange.com/quest...alled-packages

Tags for this Thread

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
  •