I am trying to upgrade from 20.04 to the currently newest version 23.04.
however when I run the commands.
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get dist-upgrade
$ sudo do-release-upgrade
I get
Please install all available updates for your release before upgrading.
I noticed that the upgrade step has an "not upgraded" package.
$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Checking which package isnt upgraded i get a lutris package popping up.
$ sudo apt list --upgradable -a
Listing... Done
lutris/focal,focal 0.5.12~ubuntu20.04.1 all [upgradable from: 0.5.11~ubuntu20.04.1]
lutris/now 0.5.11~ubuntu20.04.1 all [installed,upgradable to: 0.5.12~ubuntu20.04.1]
Now i don't need or want the lutris package, i tried to install it a while back but it turned out to be unsupported or something. But the package is broken, so i can't update it.
sudo apt-get upgrade lutris
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... 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:
lutris : Depends: gir1.2-webkit2-4.1 but it is not installable
E: Broken packages
If possible i just want to remove it, but i don't know how. I already removed the lutris folder from the home directory and it is still showing up.