Installing Ubuntu-sdk, issue with lxd on 16.04Problem installing ubuntu-sdk on Ubuntu 15.04Ubuntu SDK cannot...
Binary Numbers Magic Trick
How to verbalise code in Mathematica?
What do the phrase "Reeyan's seacrest" and the word "fraggle" mean in a sketch?
Repelling Blast: Must targets always be pushed back?
Is the 5 MB static resource size limit 5,242,880 bytes or 5,000,000 bytes?
How to have a sharp product image?
What does the "ep" capability mean?
Examples of non trivial equivalence relations , I mean equivalence relations without the expression " same ... as" in their definition?
Combinable filters
Noun clause (singular all the time?)
How to type a section sign ( § ) into the Minecraft client on Linux
How to make a pipeline wait for end-of-file or stop after an error?
How exactly does Hawking radiation decrease the mass of black holes?
Phrase for the opposite of "foolproof"
How can Republicans who favour free markets, consistently express anger when they don't like the outcome of that choice?
Will a top journal at least read my introduction?
Why does academia still use scientific journals and not peer-reviewed government funded alternatives?
How to reduce LED flash rate (frequency)
How can the Zone of Truth spell be defeated without the caster knowing?
Examples of subgroups where it's nontrivial to show closure under multiplication?
Does a semiconductor follow Ohm's law?
A Note on N!
Seemingly unused edef prior to an ifx mysteriously affects the outcome of the ifx. Why?
What is the most expensive material in the world that could be used to create Pun-Pun's lute?
Installing Ubuntu-sdk, issue with lxd on 16.04
Problem installing ubuntu-sdk on Ubuntu 15.04Ubuntu SDK cannot install armhf kithow to install kjots in ubuntu 16.04Unable to: add-apt-repository in Ubuntu Server 14.04Juniper VPN doesn't work after Ubuntu 16.04 updateRandom Crashes with Ubuntu Gnome 16.04Problem installing Ubuntu SDK IDE on MATE 16.04Ubuntu 16.04 sound issue and mouse pointer problemCan't install Android Studio - Unable to run mksdcard SDK tool (32bit Ubuntu)Error purging older kernel
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I'm trying to install Linux SDK using apt install ubuntu-sdk
. I get error about dependencies which end up with lxd
:
Running apt install lxd
result in the following error:
*lxd : Depends: lxd-client (= 2.0.11-0ubuntu1~16.04.4) but
3.0.3-0ubuntu1~16.04.1 is to be installed*
Update/upgrade has been done and the system is up to date.
I have no idea how to solve this.
Any help appreciated.
16.04 ubuntu-sdk lxd
add a comment |
I'm trying to install Linux SDK using apt install ubuntu-sdk
. I get error about dependencies which end up with lxd
:
Running apt install lxd
result in the following error:
*lxd : Depends: lxd-client (= 2.0.11-0ubuntu1~16.04.4) but
3.0.3-0ubuntu1~16.04.1 is to be installed*
Update/upgrade has been done and the system is up to date.
I have no idea how to solve this.
Any help appreciated.
16.04 ubuntu-sdk lxd
add a comment |
I'm trying to install Linux SDK using apt install ubuntu-sdk
. I get error about dependencies which end up with lxd
:
Running apt install lxd
result in the following error:
*lxd : Depends: lxd-client (= 2.0.11-0ubuntu1~16.04.4) but
3.0.3-0ubuntu1~16.04.1 is to be installed*
Update/upgrade has been done and the system is up to date.
I have no idea how to solve this.
Any help appreciated.
16.04 ubuntu-sdk lxd
I'm trying to install Linux SDK using apt install ubuntu-sdk
. I get error about dependencies which end up with lxd
:
Running apt install lxd
result in the following error:
*lxd : Depends: lxd-client (= 2.0.11-0ubuntu1~16.04.4) but
3.0.3-0ubuntu1~16.04.1 is to be installed*
Update/upgrade has been done and the system is up to date.
I have no idea how to solve this.
Any help appreciated.
16.04 ubuntu-sdk lxd
16.04 ubuntu-sdk lxd
edited 14 hours ago
Jim
8,86322346
8,86322346
asked 14 hours ago
fpiettefpiette
1267
1267
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
The unmet package is available on recommended updates repository, this explain why apt
is unable to found the requested package.
You have to enable it.
- Open Software & Updates
- Navigate to
Updates
tab. - Enable Recommended updates (
xenial-updates
).
Then, run sudo apt install ubuntu-sdk
again, this should work.
The settings where already like you specified. I get the error: The following packages have unmet dependencies: ubuntu-sdk : Depends: ubuntu-sdk-ide but it is not going to be installed E: Unable to correct problems, you have held broken packages. If i install ubuntu-sdk-ide, I get similar error about lxd. The when installing lxd I get the error I reported in my question.
– fpiette
6 hours ago
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%2f1138576%2finstalling-ubuntu-sdk-issue-with-lxd-on-16-04%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
The unmet package is available on recommended updates repository, this explain why apt
is unable to found the requested package.
You have to enable it.
- Open Software & Updates
- Navigate to
Updates
tab. - Enable Recommended updates (
xenial-updates
).
Then, run sudo apt install ubuntu-sdk
again, this should work.
The settings where already like you specified. I get the error: The following packages have unmet dependencies: ubuntu-sdk : Depends: ubuntu-sdk-ide but it is not going to be installed E: Unable to correct problems, you have held broken packages. If i install ubuntu-sdk-ide, I get similar error about lxd. The when installing lxd I get the error I reported in my question.
– fpiette
6 hours ago
add a comment |
The unmet package is available on recommended updates repository, this explain why apt
is unable to found the requested package.
You have to enable it.
- Open Software & Updates
- Navigate to
Updates
tab. - Enable Recommended updates (
xenial-updates
).
Then, run sudo apt install ubuntu-sdk
again, this should work.
The settings where already like you specified. I get the error: The following packages have unmet dependencies: ubuntu-sdk : Depends: ubuntu-sdk-ide but it is not going to be installed E: Unable to correct problems, you have held broken packages. If i install ubuntu-sdk-ide, I get similar error about lxd. The when installing lxd I get the error I reported in my question.
– fpiette
6 hours ago
add a comment |
The unmet package is available on recommended updates repository, this explain why apt
is unable to found the requested package.
You have to enable it.
- Open Software & Updates
- Navigate to
Updates
tab. - Enable Recommended updates (
xenial-updates
).
Then, run sudo apt install ubuntu-sdk
again, this should work.
The unmet package is available on recommended updates repository, this explain why apt
is unable to found the requested package.
You have to enable it.
- Open Software & Updates
- Navigate to
Updates
tab. - Enable Recommended updates (
xenial-updates
).
Then, run sudo apt install ubuntu-sdk
again, this should work.
answered 14 hours ago
JimJim
8,86322346
8,86322346
The settings where already like you specified. I get the error: The following packages have unmet dependencies: ubuntu-sdk : Depends: ubuntu-sdk-ide but it is not going to be installed E: Unable to correct problems, you have held broken packages. If i install ubuntu-sdk-ide, I get similar error about lxd. The when installing lxd I get the error I reported in my question.
– fpiette
6 hours ago
add a comment |
The settings where already like you specified. I get the error: The following packages have unmet dependencies: ubuntu-sdk : Depends: ubuntu-sdk-ide but it is not going to be installed E: Unable to correct problems, you have held broken packages. If i install ubuntu-sdk-ide, I get similar error about lxd. The when installing lxd I get the error I reported in my question.
– fpiette
6 hours ago
The settings where already like you specified. I get the error: The following packages have unmet dependencies: ubuntu-sdk : Depends: ubuntu-sdk-ide but it is not going to be installed E: Unable to correct problems, you have held broken packages. If i install ubuntu-sdk-ide, I get similar error about lxd. The when installing lxd I get the error I reported in my question.
– fpiette
6 hours ago
The settings where already like you specified. I get the error: The following packages have unmet dependencies: ubuntu-sdk : Depends: ubuntu-sdk-ide but it is not going to be installed E: Unable to correct problems, you have held broken packages. If i install ubuntu-sdk-ide, I get similar error about lxd. The when installing lxd I get the error I reported in my question.
– fpiette
6 hours ago
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.
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%2f1138576%2finstalling-ubuntu-sdk-issue-with-lxd-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