Results 1 to 3 of 3

Thread: Problem upgrading Xubuntu to release 24.04.1

  1. #1
    Join Date
    Nov 2024
    Beans
    1

    Problem upgrading Xubuntu to release 24.04.1

    Good day!

    When upgrading Xubuntu 22.04.05 to release 24.04.01, I have the following problem:

    root@comp:/home/user# do-release-upgrade

    ...

    Cannot upgrade system with unmerged /usr

    Please install the usrmerge package to fix this, and then try the
    upgrade again.

    ...

    but:

    root@comp:/home/user# apt install usrmerge

    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    usrmerge is already the newest version (25ubuntu2).
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

    root@comp:/home/user#/usr/lib/usrmerge/convert-usrmerge

    Smartmatch is experimental at /usr/lib/usrmerge/convert-usrmerge line 172.
    The system has been successfully converted.

    but:

    root@comp:/home/user# do-release-upgrade

    ...

    Cannot upgrade system with unmerged /usr

    Please install the usrmerge package to fix this, and then try the
    upgrade again.

    ...

    I understand that the people, creating the concept of usermerge, wanted the best. But it doesn't work normally! And how can I update to release 24.04.1 now?!
    Last edited by jeremy31; November 3rd, 2024 at 07:52 PM.

  2. #2
    Join Date
    May 2018
    Location
    Here and There
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Problem upgrading Xubuntu to release 24.04.1

    Now I don't know if this will work on your end but it did on mine,
    You should be able do perform the upgrade if you replace the /lib symlink with a relative one:
    Code:
    sudo ln -sfn usr/lib /lib
    I filed a bug against it but no action was ever taken.
    Good Luck

    EDIT: Rubi1200 has an excellent spot on root, don't do that. See post below#3
    "root@comp:/home/user#" not a good idea.
    Last edited by 1fallen; November 3rd, 2024 at 08:15 PM. Reason: readded words that disapear
    "When you practice gratefulness, there is a sense of respect toward others." >>Dalai Lama

  3. #3
    Join Date
    Mar 2010
    Location
    /home
    Beans
    9,752
    Distro
    Xubuntu

    Re: Problem upgrading Xubuntu to release 24.04.1

    I don't have anything to add to what 1fallen2 suggested.

    However, I would caution against running as root in the shell.

    You can achieve the same thing with sudo, but more safely.

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
  •