Trying to install a lubuntu desktop on a raspberry pi 3b running ubuntu 24.04.4 LTS but I am getting errors even after restarting/upgrading packages

I am new to all of this and am following this guide here: ubuntu.com/tutorials/how-to-install-ubuntu-on-your-raspberry-pi#1-overview. I am not sure how much it matters but the E: at the end of the code is red. I used sudo apt update && sudo apt upgrade which did find and upgrade packages at first but found no more after even though I was still getting this error. I tried to directly install some of the dependencies but those would give similar errors as this one just with different missing dependencies, I used dpkg commands but they gave zero results, I also would get this exact error every time I tried.

username@servername:~$ sudo apt install lubuntu-desktop
reading package lists... done
building dependency tree... done
reading state information...  done
some packages could not be installed. this may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of incoming.
the following information may help to resolve the situation:

The following packages have unmet dependencies:
 dbus-x11 : Depends: dbus-bin (= 1.14.10-4ubuntu4) but 1.14.10-4ubuntu4.1 is to be installed
        Depends: dbus-daemon (=1.14.10-4ubuntu4) but 1.14.104ubuntu4.1 is to be installed
        Depends: libdbus-1-3 (=1.14.10-4ubuntu4) but 1.14.104ubuntu4.1 is to be installed
 lubuntu-desktop : Depends: xdg-desktop-portal-lxqt but it is not installable
           Recommends: hplip but it is not installable
           Recommends: lxqt-archiver but it is not installable
           Recommends: plymouth-theme-lubuntu-logo but it is not installable
           Recommends: plymouth-theme-lubuntu-text but it is not installable
           Recommends: skanlite but it is not installable
           Recommends: software-properties-qt but it is not installable
 lxqt-core : Depends: xdg-desktop-portal-lxqt but it is not installable
 ubuntu-release-upgrader-qt : Depends: ubuntu-release-upgrader-core (= 1:24.04.16) but 1:24.04.28 is to be installed
E: Unable to correct problems, you have held broken packages

Read more here: Source link