Just a few days ago, I was able to install steam no problem into a VM (Ubuntu 17.10). However, I setup a live usb and in general I've been having a lot of installation problems. Now, I get this error from synaptic when trying to download steam:
steam-installer:
Depends:steam(=1:1.0.0.54+repack-2ubuntu5) but is not installable
When running apt-get install steam (yes I did apt-get update and other ways to download steam). I get a similar error in the terminal:
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:
steam-installer : Depends: steam (= 1:1.0.0.54+repack-2ubuntu5) but it is not installable
E: Unable to correct problems, you have held broken packages.
I've tried fixing this with apt-get -f install, and it says it didn't do anything. I've ran a scripts posted on this website, still nothing. Downloading the steam installer manually and running it through software installer gives the same unable to install error. I've also tried the various other ways of downloading steam.
My setup: regular non-persistent live usb. I set persistency through grub menu (access through e). I have a partitioned part of the drive which I set to casper-rw. Persistency works. I've reset it by clearing that partition and reseting it.
Why can't I download steam?
EDIT: I tried installing wine as well, basically the same error. There may be something wrong that isn't allowing me to download stuff.
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:
winehq-stable : Depends: wine-stable (= 3.0.0~artful)
E: Unable to correct problems, you have held broken packages.
Using synaptic I managed to download flash player, and other various programs just fine. They work. However I get this error:
W: Target Sources (main/source/Sources) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list:4
W: Target Sources (restricted/source/Sources) is configured multiple times in /etc/apt/sources.list:2 and /etc/apt/sources.list:4
steam
orwine-stable
and reading those error messages for clues, or 2) Uninstall ALL software from non-Ubuntu sources, and disable those sources. – user535733 Feb 08 '18 at 18:31apt-get install steam
withsudo
?