Unable to install steam on 16.04
I am trying to install steam via command line, it gives this error:
$ sudo apt-get install steam
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:i386 : Depends: libgl1-mesa-dri:i386 but it is not going to be installed
Depends: libgl1-mesa-glx:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
On trying sudo apt install libgl1-mesa-dri:i386
I get:
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:
libwxgtk3.0-0v5 : Depends: libgl1-mesa-glx but it is not going to be installed or
libgl1
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
and on trying sudo apt install libgl1-mesa-glx:i386
I get
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:
libgl1-mesa-glx:i386 : Depends: libgl1-mesa-dri:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Can anyone help me out?
EDIT: added the full error message of sudo apt install libgl1-mesa-dri:i386
and sudo apt install libgl1-mesa-glx:i386
EDIT: Also, when I launch steam and it won't open its normal way, it gives this error: "You are missing the following 32-bit libraries, and Steam may not run: libX11.so.6"
16.04 apt steam
add a comment |
I am trying to install steam via command line, it gives this error:
$ sudo apt-get install steam
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:i386 : Depends: libgl1-mesa-dri:i386 but it is not going to be installed
Depends: libgl1-mesa-glx:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
On trying sudo apt install libgl1-mesa-dri:i386
I get:
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:
libwxgtk3.0-0v5 : Depends: libgl1-mesa-glx but it is not going to be installed or
libgl1
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
and on trying sudo apt install libgl1-mesa-glx:i386
I get
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:
libgl1-mesa-glx:i386 : Depends: libgl1-mesa-dri:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Can anyone help me out?
EDIT: added the full error message of sudo apt install libgl1-mesa-dri:i386
and sudo apt install libgl1-mesa-glx:i386
EDIT: Also, when I launch steam and it won't open its normal way, it gives this error: "You are missing the following 32-bit libraries, and Steam may not run: libX11.so.6"
16.04 apt steam
@Kulfy this leads to " Package 'libgl1-mesa-dri:i386' is not installed, so not removed. Did you mean 'libgl1-mesa-dri'? Package 'libgl1-mesa-glx:i386' is not installed, so not removed. Did you mean 'libgl1-mesa-glx'? "
– Sachit Shanbhag
Dec 10 at 5:12
@Kulfy yes I tried to install i386 , but it gave an error, hence not installed. Steam wasn't installed, it gave the same error
– Sachit Shanbhag
Dec 10 at 5:22
Hello @Kulfy, I thank you for your help. The problem is now solved.
– Sachit Shanbhag
Dec 10 at 5:50
add a comment |
I am trying to install steam via command line, it gives this error:
$ sudo apt-get install steam
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:i386 : Depends: libgl1-mesa-dri:i386 but it is not going to be installed
Depends: libgl1-mesa-glx:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
On trying sudo apt install libgl1-mesa-dri:i386
I get:
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:
libwxgtk3.0-0v5 : Depends: libgl1-mesa-glx but it is not going to be installed or
libgl1
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
and on trying sudo apt install libgl1-mesa-glx:i386
I get
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:
libgl1-mesa-glx:i386 : Depends: libgl1-mesa-dri:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Can anyone help me out?
EDIT: added the full error message of sudo apt install libgl1-mesa-dri:i386
and sudo apt install libgl1-mesa-glx:i386
EDIT: Also, when I launch steam and it won't open its normal way, it gives this error: "You are missing the following 32-bit libraries, and Steam may not run: libX11.so.6"
16.04 apt steam
I am trying to install steam via command line, it gives this error:
$ sudo apt-get install steam
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:i386 : Depends: libgl1-mesa-dri:i386 but it is not going to be installed
Depends: libgl1-mesa-glx:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
On trying sudo apt install libgl1-mesa-dri:i386
I get:
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:
libwxgtk3.0-0v5 : Depends: libgl1-mesa-glx but it is not going to be installed or
libgl1
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
and on trying sudo apt install libgl1-mesa-glx:i386
I get
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:
libgl1-mesa-glx:i386 : Depends: libgl1-mesa-dri:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Can anyone help me out?
EDIT: added the full error message of sudo apt install libgl1-mesa-dri:i386
and sudo apt install libgl1-mesa-glx:i386
EDIT: Also, when I launch steam and it won't open its normal way, it gives this error: "You are missing the following 32-bit libraries, and Steam may not run: libX11.so.6"
16.04 apt steam
16.04 apt steam
edited yesterday
Kulfy
3,11031039
3,11031039
asked Dec 9 at 19:17
Sachit Shanbhag
116
116
@Kulfy this leads to " Package 'libgl1-mesa-dri:i386' is not installed, so not removed. Did you mean 'libgl1-mesa-dri'? Package 'libgl1-mesa-glx:i386' is not installed, so not removed. Did you mean 'libgl1-mesa-glx'? "
– Sachit Shanbhag
Dec 10 at 5:12
@Kulfy yes I tried to install i386 , but it gave an error, hence not installed. Steam wasn't installed, it gave the same error
– Sachit Shanbhag
Dec 10 at 5:22
Hello @Kulfy, I thank you for your help. The problem is now solved.
– Sachit Shanbhag
Dec 10 at 5:50
add a comment |
@Kulfy this leads to " Package 'libgl1-mesa-dri:i386' is not installed, so not removed. Did you mean 'libgl1-mesa-dri'? Package 'libgl1-mesa-glx:i386' is not installed, so not removed. Did you mean 'libgl1-mesa-glx'? "
– Sachit Shanbhag
Dec 10 at 5:12
@Kulfy yes I tried to install i386 , but it gave an error, hence not installed. Steam wasn't installed, it gave the same error
– Sachit Shanbhag
Dec 10 at 5:22
Hello @Kulfy, I thank you for your help. The problem is now solved.
– Sachit Shanbhag
Dec 10 at 5:50
@Kulfy this leads to " Package 'libgl1-mesa-dri:i386' is not installed, so not removed. Did you mean 'libgl1-mesa-dri'? Package 'libgl1-mesa-glx:i386' is not installed, so not removed. Did you mean 'libgl1-mesa-glx'? "
– Sachit Shanbhag
Dec 10 at 5:12
@Kulfy this leads to " Package 'libgl1-mesa-dri:i386' is not installed, so not removed. Did you mean 'libgl1-mesa-dri'? Package 'libgl1-mesa-glx:i386' is not installed, so not removed. Did you mean 'libgl1-mesa-glx'? "
– Sachit Shanbhag
Dec 10 at 5:12
@Kulfy yes I tried to install i386 , but it gave an error, hence not installed. Steam wasn't installed, it gave the same error
– Sachit Shanbhag
Dec 10 at 5:22
@Kulfy yes I tried to install i386 , but it gave an error, hence not installed. Steam wasn't installed, it gave the same error
– Sachit Shanbhag
Dec 10 at 5:22
Hello @Kulfy, I thank you for your help. The problem is now solved.
– Sachit Shanbhag
Dec 10 at 5:50
Hello @Kulfy, I thank you for your help. The problem is now solved.
– Sachit Shanbhag
Dec 10 at 5:50
add a comment |
3 Answers
3
active
oldest
votes
You need to enable the i386 architecture.
sudo dpkg --add-architecture i386
Then do updates/upgrades:
sudo apt update && sudo apt upgrade
And possibly fix any missing packages
sudo apt install --fix-missing
You should now be able to install steam.
I am still unable to install steam :( . It leads to same error of 'The following packages have unmet dependencies:' sudo apt upgrade leads to nothing, but throws this: "The following packages have been kept back: libegl1-mesa libgbm1 libgl1-mesa-dri"
– Sachit Shanbhag
Dec 10 at 4:18
Also, when I launch steam and it won't open its normal way, it gives this error: "You are missing the following 32-bit libraries, and Steam may not run: libX11.so.6"
– Sachit Shanbhag
Dec 10 at 4:24
Hello @Joshua, I was able to solve my problem, steam is now working fine!
– Sachit Shanbhag
Dec 10 at 5:52
Thank you for your help!
– Sachit Shanbhag
Dec 10 at 5:53
glad you got it working... was it the "fix missing" thing that finally did it?
– Joshua Besneatte
Dec 10 at 22:21
|
show 1 more comment
Steam has a dependency on
libgl1-mesa-glx and libgl1-mesa-dri
which depend on libgbm1, hence installing this properly and running
sudo apt install steam
installed steam properly.
add a comment |
I have to start saying i never had any problem with 32bit drivers and steam, this said, you can add 32bit compatibility by executing:
dpkg --add-architecture i386
then apt-get update
if any broken package, try:
sudo dpkg --configure -a
if no result:
sudo apt-get install -f #-f means fix
sudo apt-get clean && sudo apt-get update
sudo apt-get upgrade
That should fix broken packages and update & upgrade.
Try reinstalling steam next using its .deb
from their website
It leads to same error of 'The following packages have unmet dependencies:' sudo apt upgrade gives this:"The following packages have been kept back: libegl1-mesa libgbm1 libgl1-mesa-dri"
– Sachit Shanbhag
Dec 10 at 4:20
Also, when I launch steam and it won't open its normal way, it gives this error: "You are missing the following 32-bit libraries, and Steam may not run: libX11.so.6"
– Sachit Shanbhag
Dec 10 at 4:24
Hello @Juan, somehow I was able to solve the problem. I thank you for your help!
– Sachit Shanbhag
Dec 10 at 5:53
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1099629%2funable-to-install-steam-on-16-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
You need to enable the i386 architecture.
sudo dpkg --add-architecture i386
Then do updates/upgrades:
sudo apt update && sudo apt upgrade
And possibly fix any missing packages
sudo apt install --fix-missing
You should now be able to install steam.
I am still unable to install steam :( . It leads to same error of 'The following packages have unmet dependencies:' sudo apt upgrade leads to nothing, but throws this: "The following packages have been kept back: libegl1-mesa libgbm1 libgl1-mesa-dri"
– Sachit Shanbhag
Dec 10 at 4:18
Also, when I launch steam and it won't open its normal way, it gives this error: "You are missing the following 32-bit libraries, and Steam may not run: libX11.so.6"
– Sachit Shanbhag
Dec 10 at 4:24
Hello @Joshua, I was able to solve my problem, steam is now working fine!
– Sachit Shanbhag
Dec 10 at 5:52
Thank you for your help!
– Sachit Shanbhag
Dec 10 at 5:53
glad you got it working... was it the "fix missing" thing that finally did it?
– Joshua Besneatte
Dec 10 at 22:21
|
show 1 more comment
You need to enable the i386 architecture.
sudo dpkg --add-architecture i386
Then do updates/upgrades:
sudo apt update && sudo apt upgrade
And possibly fix any missing packages
sudo apt install --fix-missing
You should now be able to install steam.
I am still unable to install steam :( . It leads to same error of 'The following packages have unmet dependencies:' sudo apt upgrade leads to nothing, but throws this: "The following packages have been kept back: libegl1-mesa libgbm1 libgl1-mesa-dri"
– Sachit Shanbhag
Dec 10 at 4:18
Also, when I launch steam and it won't open its normal way, it gives this error: "You are missing the following 32-bit libraries, and Steam may not run: libX11.so.6"
– Sachit Shanbhag
Dec 10 at 4:24
Hello @Joshua, I was able to solve my problem, steam is now working fine!
– Sachit Shanbhag
Dec 10 at 5:52
Thank you for your help!
– Sachit Shanbhag
Dec 10 at 5:53
glad you got it working... was it the "fix missing" thing that finally did it?
– Joshua Besneatte
Dec 10 at 22:21
|
show 1 more comment
You need to enable the i386 architecture.
sudo dpkg --add-architecture i386
Then do updates/upgrades:
sudo apt update && sudo apt upgrade
And possibly fix any missing packages
sudo apt install --fix-missing
You should now be able to install steam.
You need to enable the i386 architecture.
sudo dpkg --add-architecture i386
Then do updates/upgrades:
sudo apt update && sudo apt upgrade
And possibly fix any missing packages
sudo apt install --fix-missing
You should now be able to install steam.
edited Dec 10 at 22:20
answered Dec 9 at 19:30
Joshua Besneatte
2,0271923
2,0271923
I am still unable to install steam :( . It leads to same error of 'The following packages have unmet dependencies:' sudo apt upgrade leads to nothing, but throws this: "The following packages have been kept back: libegl1-mesa libgbm1 libgl1-mesa-dri"
– Sachit Shanbhag
Dec 10 at 4:18
Also, when I launch steam and it won't open its normal way, it gives this error: "You are missing the following 32-bit libraries, and Steam may not run: libX11.so.6"
– Sachit Shanbhag
Dec 10 at 4:24
Hello @Joshua, I was able to solve my problem, steam is now working fine!
– Sachit Shanbhag
Dec 10 at 5:52
Thank you for your help!
– Sachit Shanbhag
Dec 10 at 5:53
glad you got it working... was it the "fix missing" thing that finally did it?
– Joshua Besneatte
Dec 10 at 22:21
|
show 1 more comment
I am still unable to install steam :( . It leads to same error of 'The following packages have unmet dependencies:' sudo apt upgrade leads to nothing, but throws this: "The following packages have been kept back: libegl1-mesa libgbm1 libgl1-mesa-dri"
– Sachit Shanbhag
Dec 10 at 4:18
Also, when I launch steam and it won't open its normal way, it gives this error: "You are missing the following 32-bit libraries, and Steam may not run: libX11.so.6"
– Sachit Shanbhag
Dec 10 at 4:24
Hello @Joshua, I was able to solve my problem, steam is now working fine!
– Sachit Shanbhag
Dec 10 at 5:52
Thank you for your help!
– Sachit Shanbhag
Dec 10 at 5:53
glad you got it working... was it the "fix missing" thing that finally did it?
– Joshua Besneatte
Dec 10 at 22:21
I am still unable to install steam :( . It leads to same error of 'The following packages have unmet dependencies:' sudo apt upgrade leads to nothing, but throws this: "The following packages have been kept back: libegl1-mesa libgbm1 libgl1-mesa-dri"
– Sachit Shanbhag
Dec 10 at 4:18
I am still unable to install steam :( . It leads to same error of 'The following packages have unmet dependencies:' sudo apt upgrade leads to nothing, but throws this: "The following packages have been kept back: libegl1-mesa libgbm1 libgl1-mesa-dri"
– Sachit Shanbhag
Dec 10 at 4:18
Also, when I launch steam and it won't open its normal way, it gives this error: "You are missing the following 32-bit libraries, and Steam may not run: libX11.so.6"
– Sachit Shanbhag
Dec 10 at 4:24
Also, when I launch steam and it won't open its normal way, it gives this error: "You are missing the following 32-bit libraries, and Steam may not run: libX11.so.6"
– Sachit Shanbhag
Dec 10 at 4:24
Hello @Joshua, I was able to solve my problem, steam is now working fine!
– Sachit Shanbhag
Dec 10 at 5:52
Hello @Joshua, I was able to solve my problem, steam is now working fine!
– Sachit Shanbhag
Dec 10 at 5:52
Thank you for your help!
– Sachit Shanbhag
Dec 10 at 5:53
Thank you for your help!
– Sachit Shanbhag
Dec 10 at 5:53
glad you got it working... was it the "fix missing" thing that finally did it?
– Joshua Besneatte
Dec 10 at 22:21
glad you got it working... was it the "fix missing" thing that finally did it?
– Joshua Besneatte
Dec 10 at 22:21
|
show 1 more comment
Steam has a dependency on
libgl1-mesa-glx and libgl1-mesa-dri
which depend on libgbm1, hence installing this properly and running
sudo apt install steam
installed steam properly.
add a comment |
Steam has a dependency on
libgl1-mesa-glx and libgl1-mesa-dri
which depend on libgbm1, hence installing this properly and running
sudo apt install steam
installed steam properly.
add a comment |
Steam has a dependency on
libgl1-mesa-glx and libgl1-mesa-dri
which depend on libgbm1, hence installing this properly and running
sudo apt install steam
installed steam properly.
Steam has a dependency on
libgl1-mesa-glx and libgl1-mesa-dri
which depend on libgbm1, hence installing this properly and running
sudo apt install steam
installed steam properly.
answered yesterday
Sachit Shanbhag
116
116
add a comment |
add a comment |
I have to start saying i never had any problem with 32bit drivers and steam, this said, you can add 32bit compatibility by executing:
dpkg --add-architecture i386
then apt-get update
if any broken package, try:
sudo dpkg --configure -a
if no result:
sudo apt-get install -f #-f means fix
sudo apt-get clean && sudo apt-get update
sudo apt-get upgrade
That should fix broken packages and update & upgrade.
Try reinstalling steam next using its .deb
from their website
It leads to same error of 'The following packages have unmet dependencies:' sudo apt upgrade gives this:"The following packages have been kept back: libegl1-mesa libgbm1 libgl1-mesa-dri"
– Sachit Shanbhag
Dec 10 at 4:20
Also, when I launch steam and it won't open its normal way, it gives this error: "You are missing the following 32-bit libraries, and Steam may not run: libX11.so.6"
– Sachit Shanbhag
Dec 10 at 4:24
Hello @Juan, somehow I was able to solve the problem. I thank you for your help!
– Sachit Shanbhag
Dec 10 at 5:53
add a comment |
I have to start saying i never had any problem with 32bit drivers and steam, this said, you can add 32bit compatibility by executing:
dpkg --add-architecture i386
then apt-get update
if any broken package, try:
sudo dpkg --configure -a
if no result:
sudo apt-get install -f #-f means fix
sudo apt-get clean && sudo apt-get update
sudo apt-get upgrade
That should fix broken packages and update & upgrade.
Try reinstalling steam next using its .deb
from their website
It leads to same error of 'The following packages have unmet dependencies:' sudo apt upgrade gives this:"The following packages have been kept back: libegl1-mesa libgbm1 libgl1-mesa-dri"
– Sachit Shanbhag
Dec 10 at 4:20
Also, when I launch steam and it won't open its normal way, it gives this error: "You are missing the following 32-bit libraries, and Steam may not run: libX11.so.6"
– Sachit Shanbhag
Dec 10 at 4:24
Hello @Juan, somehow I was able to solve the problem. I thank you for your help!
– Sachit Shanbhag
Dec 10 at 5:53
add a comment |
I have to start saying i never had any problem with 32bit drivers and steam, this said, you can add 32bit compatibility by executing:
dpkg --add-architecture i386
then apt-get update
if any broken package, try:
sudo dpkg --configure -a
if no result:
sudo apt-get install -f #-f means fix
sudo apt-get clean && sudo apt-get update
sudo apt-get upgrade
That should fix broken packages and update & upgrade.
Try reinstalling steam next using its .deb
from their website
I have to start saying i never had any problem with 32bit drivers and steam, this said, you can add 32bit compatibility by executing:
dpkg --add-architecture i386
then apt-get update
if any broken package, try:
sudo dpkg --configure -a
if no result:
sudo apt-get install -f #-f means fix
sudo apt-get clean && sudo apt-get update
sudo apt-get upgrade
That should fix broken packages and update & upgrade.
Try reinstalling steam next using its .deb
from their website
edited Dec 10 at 4:46
Kulfy
3,11031039
3,11031039
answered Dec 9 at 22:02
Juan Carlos Iturriagagoitia
11
11
It leads to same error of 'The following packages have unmet dependencies:' sudo apt upgrade gives this:"The following packages have been kept back: libegl1-mesa libgbm1 libgl1-mesa-dri"
– Sachit Shanbhag
Dec 10 at 4:20
Also, when I launch steam and it won't open its normal way, it gives this error: "You are missing the following 32-bit libraries, and Steam may not run: libX11.so.6"
– Sachit Shanbhag
Dec 10 at 4:24
Hello @Juan, somehow I was able to solve the problem. I thank you for your help!
– Sachit Shanbhag
Dec 10 at 5:53
add a comment |
It leads to same error of 'The following packages have unmet dependencies:' sudo apt upgrade gives this:"The following packages have been kept back: libegl1-mesa libgbm1 libgl1-mesa-dri"
– Sachit Shanbhag
Dec 10 at 4:20
Also, when I launch steam and it won't open its normal way, it gives this error: "You are missing the following 32-bit libraries, and Steam may not run: libX11.so.6"
– Sachit Shanbhag
Dec 10 at 4:24
Hello @Juan, somehow I was able to solve the problem. I thank you for your help!
– Sachit Shanbhag
Dec 10 at 5:53
It leads to same error of 'The following packages have unmet dependencies:' sudo apt upgrade gives this:"The following packages have been kept back: libegl1-mesa libgbm1 libgl1-mesa-dri"
– Sachit Shanbhag
Dec 10 at 4:20
It leads to same error of 'The following packages have unmet dependencies:' sudo apt upgrade gives this:"The following packages have been kept back: libegl1-mesa libgbm1 libgl1-mesa-dri"
– Sachit Shanbhag
Dec 10 at 4:20
Also, when I launch steam and it won't open its normal way, it gives this error: "You are missing the following 32-bit libraries, and Steam may not run: libX11.so.6"
– Sachit Shanbhag
Dec 10 at 4:24
Also, when I launch steam and it won't open its normal way, it gives this error: "You are missing the following 32-bit libraries, and Steam may not run: libX11.so.6"
– Sachit Shanbhag
Dec 10 at 4:24
Hello @Juan, somehow I was able to solve the problem. I thank you for your help!
– Sachit Shanbhag
Dec 10 at 5:53
Hello @Juan, somehow I was able to solve the problem. I thank you for your help!
– Sachit Shanbhag
Dec 10 at 5:53
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1099629%2funable-to-install-steam-on-16-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
@Kulfy this leads to " Package 'libgl1-mesa-dri:i386' is not installed, so not removed. Did you mean 'libgl1-mesa-dri'? Package 'libgl1-mesa-glx:i386' is not installed, so not removed. Did you mean 'libgl1-mesa-glx'? "
– Sachit Shanbhag
Dec 10 at 5:12
@Kulfy yes I tried to install i386 , but it gave an error, hence not installed. Steam wasn't installed, it gave the same error
– Sachit Shanbhag
Dec 10 at 5:22
Hello @Kulfy, I thank you for your help. The problem is now solved.
– Sachit Shanbhag
Dec 10 at 5:50