Install x-dev & x-dev:i386 at the same time
I wish to install sudo apt-get install libxkbcommon-dev libxkbcommon-dev:i386
or apt-get install libxkbcommon-x11-dev libxkbcommon-x11-dev:i386
or sudo apt-get install libharfbuzz-dev libharfbuzz-dev:i386
. But get errors:
sudo apt-get install libxkbcommon-dev libxkbcommon-dev:i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
libxkbcommon-dev:i386 is already the newest version (0.5.0-1ubuntu2.1).
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:
libxkbcommon-dev : Conflicts: libxkbcommon-dev:i386 but 0.5.0-1ubuntu2.1 is to be installed
libxkbcommon-dev:i386 : Conflicts: libxkbcommon-dev but 0.5.0-1ubuntu2.1 is to be installed
E: Unable to correct problems, you have held broken packages.
or
sudo apt-get install libharfbuzz-dev libharfbuzz-dev:i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
libharfbuzz-dev:i386 is already the newest version (1.0.1-1ubuntu0.1).
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:
libharfbuzz-dev : Conflicts: libharfbuzz-dev:i386 but 1.0.1-1ubuntu0.1 is to be installed
libharfbuzz-dev:i386 : Conflicts: libharfbuzz-dev but 1.0.1-1ubuntu0.1 is to be installed
E: Unable to correct problems, you have held broken packages.
Does anybody have idea how can I install libraries at the same time to build i386 & amd64 application at single machine?
P.S.
Box:~$ cat /etc/os-release
NAME="Ubuntu"
VERSION="16.04.4 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.4 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial
apt
add a comment |
I wish to install sudo apt-get install libxkbcommon-dev libxkbcommon-dev:i386
or apt-get install libxkbcommon-x11-dev libxkbcommon-x11-dev:i386
or sudo apt-get install libharfbuzz-dev libharfbuzz-dev:i386
. But get errors:
sudo apt-get install libxkbcommon-dev libxkbcommon-dev:i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
libxkbcommon-dev:i386 is already the newest version (0.5.0-1ubuntu2.1).
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:
libxkbcommon-dev : Conflicts: libxkbcommon-dev:i386 but 0.5.0-1ubuntu2.1 is to be installed
libxkbcommon-dev:i386 : Conflicts: libxkbcommon-dev but 0.5.0-1ubuntu2.1 is to be installed
E: Unable to correct problems, you have held broken packages.
or
sudo apt-get install libharfbuzz-dev libharfbuzz-dev:i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
libharfbuzz-dev:i386 is already the newest version (1.0.1-1ubuntu0.1).
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:
libharfbuzz-dev : Conflicts: libharfbuzz-dev:i386 but 1.0.1-1ubuntu0.1 is to be installed
libharfbuzz-dev:i386 : Conflicts: libharfbuzz-dev but 1.0.1-1ubuntu0.1 is to be installed
E: Unable to correct problems, you have held broken packages.
Does anybody have idea how can I install libraries at the same time to build i386 & amd64 application at single machine?
P.S.
Box:~$ cat /etc/os-release
NAME="Ubuntu"
VERSION="16.04.4 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.4 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial
apt
1
If you look at the file list for each package ( packages.ubuntu.com/xenial/libxkbcommon-dev ) they have MANY files in common. Which version do you want?
– waltinator
Feb 21 at 16:30
I use default version (expect last). From my log:llowing packages have unmet dependencies: libxkbcommon-dev : Conflicts: libxkbcommon-dev:i386 but 0.5.0-1ubuntu2.1 is to be installed libxkbcommon-dev:i386 : Conflicts: libxkbcommon-dev but 0.5.0-1ubuntu2.1 is to be installed
Version is 0.5.0-1ubuntu2.1 suites the packages.ubuntu.com/xenial/libxkbcommon-dev
– Artem Rufanov
Feb 22 at 9:21
add a comment |
I wish to install sudo apt-get install libxkbcommon-dev libxkbcommon-dev:i386
or apt-get install libxkbcommon-x11-dev libxkbcommon-x11-dev:i386
or sudo apt-get install libharfbuzz-dev libharfbuzz-dev:i386
. But get errors:
sudo apt-get install libxkbcommon-dev libxkbcommon-dev:i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
libxkbcommon-dev:i386 is already the newest version (0.5.0-1ubuntu2.1).
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:
libxkbcommon-dev : Conflicts: libxkbcommon-dev:i386 but 0.5.0-1ubuntu2.1 is to be installed
libxkbcommon-dev:i386 : Conflicts: libxkbcommon-dev but 0.5.0-1ubuntu2.1 is to be installed
E: Unable to correct problems, you have held broken packages.
or
sudo apt-get install libharfbuzz-dev libharfbuzz-dev:i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
libharfbuzz-dev:i386 is already the newest version (1.0.1-1ubuntu0.1).
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:
libharfbuzz-dev : Conflicts: libharfbuzz-dev:i386 but 1.0.1-1ubuntu0.1 is to be installed
libharfbuzz-dev:i386 : Conflicts: libharfbuzz-dev but 1.0.1-1ubuntu0.1 is to be installed
E: Unable to correct problems, you have held broken packages.
Does anybody have idea how can I install libraries at the same time to build i386 & amd64 application at single machine?
P.S.
Box:~$ cat /etc/os-release
NAME="Ubuntu"
VERSION="16.04.4 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.4 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial
apt
I wish to install sudo apt-get install libxkbcommon-dev libxkbcommon-dev:i386
or apt-get install libxkbcommon-x11-dev libxkbcommon-x11-dev:i386
or sudo apt-get install libharfbuzz-dev libharfbuzz-dev:i386
. But get errors:
sudo apt-get install libxkbcommon-dev libxkbcommon-dev:i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
libxkbcommon-dev:i386 is already the newest version (0.5.0-1ubuntu2.1).
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:
libxkbcommon-dev : Conflicts: libxkbcommon-dev:i386 but 0.5.0-1ubuntu2.1 is to be installed
libxkbcommon-dev:i386 : Conflicts: libxkbcommon-dev but 0.5.0-1ubuntu2.1 is to be installed
E: Unable to correct problems, you have held broken packages.
or
sudo apt-get install libharfbuzz-dev libharfbuzz-dev:i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
libharfbuzz-dev:i386 is already the newest version (1.0.1-1ubuntu0.1).
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:
libharfbuzz-dev : Conflicts: libharfbuzz-dev:i386 but 1.0.1-1ubuntu0.1 is to be installed
libharfbuzz-dev:i386 : Conflicts: libharfbuzz-dev but 1.0.1-1ubuntu0.1 is to be installed
E: Unable to correct problems, you have held broken packages.
Does anybody have idea how can I install libraries at the same time to build i386 & amd64 application at single machine?
P.S.
Box:~$ cat /etc/os-release
NAME="Ubuntu"
VERSION="16.04.4 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.4 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial
apt
apt
edited Feb 21 at 16:22
mature
2,2024933
2,2024933
asked Feb 21 at 14:37
Artem RufanovArtem Rufanov
61
61
1
If you look at the file list for each package ( packages.ubuntu.com/xenial/libxkbcommon-dev ) they have MANY files in common. Which version do you want?
– waltinator
Feb 21 at 16:30
I use default version (expect last). From my log:llowing packages have unmet dependencies: libxkbcommon-dev : Conflicts: libxkbcommon-dev:i386 but 0.5.0-1ubuntu2.1 is to be installed libxkbcommon-dev:i386 : Conflicts: libxkbcommon-dev but 0.5.0-1ubuntu2.1 is to be installed
Version is 0.5.0-1ubuntu2.1 suites the packages.ubuntu.com/xenial/libxkbcommon-dev
– Artem Rufanov
Feb 22 at 9:21
add a comment |
1
If you look at the file list for each package ( packages.ubuntu.com/xenial/libxkbcommon-dev ) they have MANY files in common. Which version do you want?
– waltinator
Feb 21 at 16:30
I use default version (expect last). From my log:llowing packages have unmet dependencies: libxkbcommon-dev : Conflicts: libxkbcommon-dev:i386 but 0.5.0-1ubuntu2.1 is to be installed libxkbcommon-dev:i386 : Conflicts: libxkbcommon-dev but 0.5.0-1ubuntu2.1 is to be installed
Version is 0.5.0-1ubuntu2.1 suites the packages.ubuntu.com/xenial/libxkbcommon-dev
– Artem Rufanov
Feb 22 at 9:21
1
1
If you look at the file list for each package ( packages.ubuntu.com/xenial/libxkbcommon-dev ) they have MANY files in common. Which version do you want?
– waltinator
Feb 21 at 16:30
If you look at the file list for each package ( packages.ubuntu.com/xenial/libxkbcommon-dev ) they have MANY files in common. Which version do you want?
– waltinator
Feb 21 at 16:30
I use default version (expect last). From my log:
llowing packages have unmet dependencies: libxkbcommon-dev : Conflicts: libxkbcommon-dev:i386 but 0.5.0-1ubuntu2.1 is to be installed libxkbcommon-dev:i386 : Conflicts: libxkbcommon-dev but 0.5.0-1ubuntu2.1 is to be installed
Version is 0.5.0-1ubuntu2.1 suites the packages.ubuntu.com/xenial/libxkbcommon-dev– Artem Rufanov
Feb 22 at 9:21
I use default version (expect last). From my log:
llowing packages have unmet dependencies: libxkbcommon-dev : Conflicts: libxkbcommon-dev:i386 but 0.5.0-1ubuntu2.1 is to be installed libxkbcommon-dev:i386 : Conflicts: libxkbcommon-dev but 0.5.0-1ubuntu2.1 is to be installed
Version is 0.5.0-1ubuntu2.1 suites the packages.ubuntu.com/xenial/libxkbcommon-dev– Artem Rufanov
Feb 22 at 9:21
add a comment |
0
active
oldest
votes
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%2f1120141%2finstall-x-dev-x-devi386-at-the-same-time%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
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%2f1120141%2finstall-x-dev-x-devi386-at-the-same-time%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
1
If you look at the file list for each package ( packages.ubuntu.com/xenial/libxkbcommon-dev ) they have MANY files in common. Which version do you want?
– waltinator
Feb 21 at 16:30
I use default version (expect last). From my log:
llowing packages have unmet dependencies: libxkbcommon-dev : Conflicts: libxkbcommon-dev:i386 but 0.5.0-1ubuntu2.1 is to be installed libxkbcommon-dev:i386 : Conflicts: libxkbcommon-dev but 0.5.0-1ubuntu2.1 is to be installed
Version is 0.5.0-1ubuntu2.1 suites the packages.ubuntu.com/xenial/libxkbcommon-dev– Artem Rufanov
Feb 22 at 9:21