0
$ sudo apt install lutris
Reading package lists... Done
Building dependency tree       
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.
 lutris : Depends: python3-evdev but it is not installable
          Depends: cabextract but it is not installable
          Depends: fluid-soundfont-gs but it is not installable
          Depends: mesa-utils but it is not installable
          Recommends: gvfs-backends
          Recommends: libwine-development but it is not installable
          Recommends: winetricks but it is not installable
          Recommends: libc6-i386 but it is not going to be installed
          Recommends: lib32gcc1 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Here is the message that it gives me. I already tried to upgrade my system.

0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
Kulfy
  • 17,696

3 Answers3

2

Late to the party but I found that everything works if you enable Canonical-supported free and open software (main) in the Software & Updates app.

robert
  • 21
1

I was able to install Lutris after enable all checkbox in Software & Updates as in the attached figure below.

  • Canonical-supported free and open-source software (main)
  • Community-maintained free and open-source software (universe)
  • Proprietary drivers for devices (restricted)
  • Software restricted by copyright or legal issues (multiverse)

Software & Updates - img

matigo
  • 22,138
  • 7
  • 45
  • 75
  • Hello. The OP states the error is unmet dependencies. You can not solve that issue this way. They need to install the missing files one at a time. Your answer does not fix unmet dependencies. – David Mar 29 '22 at 06:57
-1

i was able to solve this by installing build-essential following https://railsblogs.rohityadav.in/2019/06/e-package-aptitude-has-no-installation.html

  1. follow the steps in the link until the last(install aptitude)
  2. restart
  3. apt-get update followed by apt-get upgrade followed by apt-get dist-upgrade
  4. and then sudo apt-get install --fix-missing lutris

there is no need to use aptitude

  • Installing build-essential will not help as it seems missing dependencies. – KK Patel May 30 '20 at 20:09
  • By posting a link here and asking to follow steps in it, the answer is kind of incomplete... I took a look at the link. You could just put down the steps here thus fully keeping your provided solution here. – ThunderBird May 30 '20 at 22:04