The following packages have unmet dependencies:
steam-libs: Depends: libudev1 but it is not installable
Recommends: libasound2-plugins but it is not going to be installed
Recommends: libsdl2-2.0-0 but it is not going to be installed
Recommends: libusb-1.0-0 but it is not installable
libnm0: Depends: libudev1 (>= 183) but it is not installable
#I cant Install Steam.
68 messages · Page 1 of 1 (latest)
hello
can sm1 help
i used to fix this issue 2 days ago, but i had to reset my pc
.
it looks like this isnt the full log
have you tried installing from the package manager?
sudo apt ?
you on linux mint?
yea
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:
libnm0:i386 : Depends: libudev1:i386 (>= 183) but it is not installable
steam-libs:i386 : Depends: libudev1:i386 but it is not installable
Recommends: libasound2-plugins:i386 but it is not going to be installed
Recommends: libsdl2-2.0-0:i386 but it is not going to be installed
Recommends: libusb-1.0-0:i386 but it is not installable
E: Unable to correct problems, you have held broken packages.
there is a app called "software manager"
open the software manager and try installing it from there
what version of mint you using?
22.1
latest fresh install, i just installed it
have you tried updating repositories in console.
apt update
tried
did you try just installing the dependencies using apt? (i don't know if this is gonna work honestly lol)
yeah, it says i have the newest version of them -_-
ibudev1 is already the newest version (255.4-1ubuntu8.5)
what about installing it from the steam website itself?
havent tried
that could work
why is it always steam that people have problems with trying to install
i want to install from software manager so it can update auto thought
i used to solve this with commanding sudo apt install some dependencies
i dont remember which ones..
this could work if you havent enabled i386 architecture.
sudo dpkg — add-architecture i386
just make sure you do first by doing:
dpkg --print-architecture
to see if its already there
when i print dpkg --print-architecture it says amd64
sudo dpkg -add-architecture i386
you can try this if you like but i dont know if that would fix it
isnt this means i have it installed already?
i think i have to go back to arch ;c
means 64bit. you can also check the same thing with neofetch showing x86_64
yes
well it shows in apt show so is installable
sudo apt install libasound2-plugins:i386 libsdl2-2.0-0:i386
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
says this
you can also try this to fix dependencies and try installing steam again in apt
sudo apt-get install -f
The following packages have unmet dependencies:
libnm0:i386 : Depends: libudev1:i386 (>= 183) but it is not installable
steam-libs:i386 : Depends: libudev1:i386 but it is not installable
Recommends: libasound2-plugins:i386 but it is not going to be installed
Recommends: libsdl2-2.0-0:i386 but it is not going to be installed
Recommends: libusb-1.0-0:i386 but it is not installable
E: Unable to correct problems, you have held broken packages.
dpkg --add-architecture i386
try it again one more time, i think i might have mispelt it last time
you might need to go sudo
i did it
now do apt-get update
apt-get or just apt?
either works
The following packages have unmet dependencies:
libnm0:i386 : Depends: libudev1:i386 (>= 183) but it is not installable
steam-libs:i386 : Depends: libudev1:i386 but it is not installable
Recommends: libasound2-plugins:i386 but it is not going to be installed
Recommends: libsdl2-2.0-0:i386 but it is not going to be installed
Recommends: libusb-1.0-0:i386 but it is not installable
E: Unable to correct problems, you have held broken packages.
same error
try printing the dpkg --print-architecture again
amd 64
try this instead: sudo dpkg --print-foreign-architectures
if you need a deeper update method
<#💬general message>
@coarse nimbus i think i fixed it by typing sudo apt-get install libc6-i386
option 1
https://store.steampowered.com/about
option 2
sudo apt install steam
then proton
steam > settings > compatiblity | enable proton
extra here after install
clear ; echo '' ; cat $HOME/.steam/steam/steamdeps.txt
whats last one for
mostly a list of recommended software provided by valve
like some native games needs xterm sometimes
example in launch options
TERM=xterm %command%
theres another that shows zenity
example how it works in terminal
zenity --question --title="tech tip" --text="UwU" --no-wrap
btw, how can i uninstall steam completely
like ANY kind of things belong to it
usually like sudo apt purge steam
may need asterisk *
and disabling 32 bit etc idk
is it gonna disable 32 bit things, all of the dependencies etc?
no idea
okay ty