How can install libgl1-mesa-dev:i386
Today I installed the Ubuntu Ubuntu 14.04.4 LTS 64 bit and I want to install the libgl1-mesa-dev:i386 packet. I execute the command:
sudo apt-get install libgl1-mesa-dev:i386
and I get the following results:
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-dev:i386 : Depends: libgl1-mesa-glx:i386 (= 10.1.3-0ubuntu0.6) or
libgl1-mesa-glx-lts-utopic:i386 but it is not going to be installed or
libgl1-mesa-glx-lts-vivid:i386 but it is not going to be installed or
libgl1-mesa-glx-lts-wily:i386 but it is not going to be installed or
libgl1-mesa-glx-lts-xenial:i386 but it is not installable
E: Unable to correct problems, you have held broken packages.
UPDATE
I execute the command:
dpkg -l | grep xserver-xorg-core
and I get:
ii xserver-xorg-core-lts-wily 2:1.17.2-1ubuntu9.1~trusty1 amd64 Xorg X server - core server
SECOND UPDATE
sudo apt-get install libgl1-mesa-dev-lts-wily: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-dev-lts-wily:i386 : Depends: libgl1-mesa-glx-lts-wily:i386 (= 11.0.2-1ubuntu4~trusty1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
UPDATE 3
sudo apt-get install libgl1-mesa-glx-lts-wily:i386 libglapi-mesa-lts-wily:i386 libgl1-mesa-dev-lts-wily: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-lts-wily:i386 : Depends: libudev1:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
apt software-installation
add a comment |
Today I installed the Ubuntu Ubuntu 14.04.4 LTS 64 bit and I want to install the libgl1-mesa-dev:i386 packet. I execute the command:
sudo apt-get install libgl1-mesa-dev:i386
and I get the following results:
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-dev:i386 : Depends: libgl1-mesa-glx:i386 (= 10.1.3-0ubuntu0.6) or
libgl1-mesa-glx-lts-utopic:i386 but it is not going to be installed or
libgl1-mesa-glx-lts-vivid:i386 but it is not going to be installed or
libgl1-mesa-glx-lts-wily:i386 but it is not going to be installed or
libgl1-mesa-glx-lts-xenial:i386 but it is not installable
E: Unable to correct problems, you have held broken packages.
UPDATE
I execute the command:
dpkg -l | grep xserver-xorg-core
and I get:
ii xserver-xorg-core-lts-wily 2:1.17.2-1ubuntu9.1~trusty1 amd64 Xorg X server - core server
SECOND UPDATE
sudo apt-get install libgl1-mesa-dev-lts-wily: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-dev-lts-wily:i386 : Depends: libgl1-mesa-glx-lts-wily:i386 (= 11.0.2-1ubuntu4~trusty1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
UPDATE 3
sudo apt-get install libgl1-mesa-glx-lts-wily:i386 libglapi-mesa-lts-wily:i386 libgl1-mesa-dev-lts-wily: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-lts-wily:i386 : Depends: libudev1:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
apt software-installation
Please edit your question and add output ofdpkg -l | grep xserver-xorg-core
terminal command.
– Pilot6
Apr 4 '16 at 18:51
Includelibudev1:i386
and see what is needed next.
– Pilot6
Apr 4 '16 at 20:15
always required new dependencies
– Ezazel
Apr 4 '16 at 20:30
add a comment |
Today I installed the Ubuntu Ubuntu 14.04.4 LTS 64 bit and I want to install the libgl1-mesa-dev:i386 packet. I execute the command:
sudo apt-get install libgl1-mesa-dev:i386
and I get the following results:
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-dev:i386 : Depends: libgl1-mesa-glx:i386 (= 10.1.3-0ubuntu0.6) or
libgl1-mesa-glx-lts-utopic:i386 but it is not going to be installed or
libgl1-mesa-glx-lts-vivid:i386 but it is not going to be installed or
libgl1-mesa-glx-lts-wily:i386 but it is not going to be installed or
libgl1-mesa-glx-lts-xenial:i386 but it is not installable
E: Unable to correct problems, you have held broken packages.
UPDATE
I execute the command:
dpkg -l | grep xserver-xorg-core
and I get:
ii xserver-xorg-core-lts-wily 2:1.17.2-1ubuntu9.1~trusty1 amd64 Xorg X server - core server
SECOND UPDATE
sudo apt-get install libgl1-mesa-dev-lts-wily: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-dev-lts-wily:i386 : Depends: libgl1-mesa-glx-lts-wily:i386 (= 11.0.2-1ubuntu4~trusty1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
UPDATE 3
sudo apt-get install libgl1-mesa-glx-lts-wily:i386 libglapi-mesa-lts-wily:i386 libgl1-mesa-dev-lts-wily: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-lts-wily:i386 : Depends: libudev1:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
apt software-installation
Today I installed the Ubuntu Ubuntu 14.04.4 LTS 64 bit and I want to install the libgl1-mesa-dev:i386 packet. I execute the command:
sudo apt-get install libgl1-mesa-dev:i386
and I get the following results:
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-dev:i386 : Depends: libgl1-mesa-glx:i386 (= 10.1.3-0ubuntu0.6) or
libgl1-mesa-glx-lts-utopic:i386 but it is not going to be installed or
libgl1-mesa-glx-lts-vivid:i386 but it is not going to be installed or
libgl1-mesa-glx-lts-wily:i386 but it is not going to be installed or
libgl1-mesa-glx-lts-xenial:i386 but it is not installable
E: Unable to correct problems, you have held broken packages.
UPDATE
I execute the command:
dpkg -l | grep xserver-xorg-core
and I get:
ii xserver-xorg-core-lts-wily 2:1.17.2-1ubuntu9.1~trusty1 amd64 Xorg X server - core server
SECOND UPDATE
sudo apt-get install libgl1-mesa-dev-lts-wily: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-dev-lts-wily:i386 : Depends: libgl1-mesa-glx-lts-wily:i386 (= 11.0.2-1ubuntu4~trusty1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
UPDATE 3
sudo apt-get install libgl1-mesa-glx-lts-wily:i386 libglapi-mesa-lts-wily:i386 libgl1-mesa-dev-lts-wily: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-lts-wily:i386 : Depends: libudev1:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
apt software-installation
apt software-installation
edited Apr 4 '16 at 20:13
asked Apr 4 '16 at 18:46
Ezazel
1662310
1662310
Please edit your question and add output ofdpkg -l | grep xserver-xorg-core
terminal command.
– Pilot6
Apr 4 '16 at 18:51
Includelibudev1:i386
and see what is needed next.
– Pilot6
Apr 4 '16 at 20:15
always required new dependencies
– Ezazel
Apr 4 '16 at 20:30
add a comment |
Please edit your question and add output ofdpkg -l | grep xserver-xorg-core
terminal command.
– Pilot6
Apr 4 '16 at 18:51
Includelibudev1:i386
and see what is needed next.
– Pilot6
Apr 4 '16 at 20:15
always required new dependencies
– Ezazel
Apr 4 '16 at 20:30
Please edit your question and add output of
dpkg -l | grep xserver-xorg-core
terminal command.– Pilot6
Apr 4 '16 at 18:51
Please edit your question and add output of
dpkg -l | grep xserver-xorg-core
terminal command.– Pilot6
Apr 4 '16 at 18:51
Include
libudev1:i386
and see what is needed next.– Pilot6
Apr 4 '16 at 20:15
Include
libudev1:i386
and see what is needed next.– Pilot6
Apr 4 '16 at 20:15
always required new dependencies
– Ezazel
Apr 4 '16 at 20:30
always required new dependencies
– Ezazel
Apr 4 '16 at 20:30
add a comment |
1 Answer
1
active
oldest
votes
You have wily
graphical stack. The correct command should be
sudo apt-get install libgl1-mesa-glx-lts-wily:i386 libglapi-mesa-lts-wily:i386 libgl1-mesa-dev-lts-wily:i386 libudev1:i386
I have posted a second update in my question with the results from your command .
– Ezazel
Apr 4 '16 at 19:12
I updated the command.
– Pilot6
Apr 4 '16 at 19:17
I update the post with your updated command
– Ezazel
Apr 4 '16 at 20:13
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%2f753782%2fhow-can-install-libgl1-mesa-devi386%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You have wily
graphical stack. The correct command should be
sudo apt-get install libgl1-mesa-glx-lts-wily:i386 libglapi-mesa-lts-wily:i386 libgl1-mesa-dev-lts-wily:i386 libudev1:i386
I have posted a second update in my question with the results from your command .
– Ezazel
Apr 4 '16 at 19:12
I updated the command.
– Pilot6
Apr 4 '16 at 19:17
I update the post with your updated command
– Ezazel
Apr 4 '16 at 20:13
add a comment |
You have wily
graphical stack. The correct command should be
sudo apt-get install libgl1-mesa-glx-lts-wily:i386 libglapi-mesa-lts-wily:i386 libgl1-mesa-dev-lts-wily:i386 libudev1:i386
I have posted a second update in my question with the results from your command .
– Ezazel
Apr 4 '16 at 19:12
I updated the command.
– Pilot6
Apr 4 '16 at 19:17
I update the post with your updated command
– Ezazel
Apr 4 '16 at 20:13
add a comment |
You have wily
graphical stack. The correct command should be
sudo apt-get install libgl1-mesa-glx-lts-wily:i386 libglapi-mesa-lts-wily:i386 libgl1-mesa-dev-lts-wily:i386 libudev1:i386
You have wily
graphical stack. The correct command should be
sudo apt-get install libgl1-mesa-glx-lts-wily:i386 libglapi-mesa-lts-wily:i386 libgl1-mesa-dev-lts-wily:i386 libudev1:i386
edited Apr 4 '16 at 20:15
answered Apr 4 '16 at 19:00
Pilot6
51.5k15107196
51.5k15107196
I have posted a second update in my question with the results from your command .
– Ezazel
Apr 4 '16 at 19:12
I updated the command.
– Pilot6
Apr 4 '16 at 19:17
I update the post with your updated command
– Ezazel
Apr 4 '16 at 20:13
add a comment |
I have posted a second update in my question with the results from your command .
– Ezazel
Apr 4 '16 at 19:12
I updated the command.
– Pilot6
Apr 4 '16 at 19:17
I update the post with your updated command
– Ezazel
Apr 4 '16 at 20:13
I have posted a second update in my question with the results from your command .
– Ezazel
Apr 4 '16 at 19:12
I have posted a second update in my question with the results from your command .
– Ezazel
Apr 4 '16 at 19:12
I updated the command.
– Pilot6
Apr 4 '16 at 19:17
I updated the command.
– Pilot6
Apr 4 '16 at 19:17
I update the post with your updated command
– Ezazel
Apr 4 '16 at 20:13
I update the post with your updated command
– Ezazel
Apr 4 '16 at 20:13
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%2f753782%2fhow-can-install-libgl1-mesa-devi386%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
Please edit your question and add output of
dpkg -l | grep xserver-xorg-core
terminal command.– Pilot6
Apr 4 '16 at 18:51
Include
libudev1:i386
and see what is needed next.– Pilot6
Apr 4 '16 at 20:15
always required new dependencies
– Ezazel
Apr 4 '16 at 20:30