Why can't I install mono-complete?
When I try to install it, the following result comes up:
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:
mono-complete : Depends: mono-devel (= 3.12.1-0xamarin1) but it is not going to be installed
Depends: mono-4.0-service (= 3.12.1-0xamarin1) but it is not going to be installed
Depends: libmono-cil-dev (= 3.12.1-0xamarin1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
apt package-management dependencies mono
add a comment |
When I try to install it, the following result comes up:
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:
mono-complete : Depends: mono-devel (= 3.12.1-0xamarin1) but it is not going to be installed
Depends: mono-4.0-service (= 3.12.1-0xamarin1) but it is not going to be installed
Depends: libmono-cil-dev (= 3.12.1-0xamarin1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
apt package-management dependencies mono
2
What Ubuntu release are you using, did you run apt-get update before trying to install, are you using a Third party repository as the error message warn?
– xangua
Mar 25 '15 at 5:03
Thanks, did the trick. There was some third party repo giving an incorrect download.
– Vinit Jogani
Mar 25 '15 at 6:59
add a comment |
When I try to install it, the following result comes up:
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:
mono-complete : Depends: mono-devel (= 3.12.1-0xamarin1) but it is not going to be installed
Depends: mono-4.0-service (= 3.12.1-0xamarin1) but it is not going to be installed
Depends: libmono-cil-dev (= 3.12.1-0xamarin1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
apt package-management dependencies mono
When I try to install it, the following result comes up:
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:
mono-complete : Depends: mono-devel (= 3.12.1-0xamarin1) but it is not going to be installed
Depends: mono-4.0-service (= 3.12.1-0xamarin1) but it is not going to be installed
Depends: libmono-cil-dev (= 3.12.1-0xamarin1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
apt package-management dependencies mono
apt package-management dependencies mono
edited Mar 25 '15 at 5:04
xangua
6,53442126
6,53442126
asked Mar 25 '15 at 4:38
Vinit JoganiVinit Jogani
612
612
2
What Ubuntu release are you using, did you run apt-get update before trying to install, are you using a Third party repository as the error message warn?
– xangua
Mar 25 '15 at 5:03
Thanks, did the trick. There was some third party repo giving an incorrect download.
– Vinit Jogani
Mar 25 '15 at 6:59
add a comment |
2
What Ubuntu release are you using, did you run apt-get update before trying to install, are you using a Third party repository as the error message warn?
– xangua
Mar 25 '15 at 5:03
Thanks, did the trick. There was some third party repo giving an incorrect download.
– Vinit Jogani
Mar 25 '15 at 6:59
2
2
What Ubuntu release are you using, did you run apt-get update before trying to install, are you using a Third party repository as the error message warn?
– xangua
Mar 25 '15 at 5:03
What Ubuntu release are you using, did you run apt-get update before trying to install, are you using a Third party repository as the error message warn?
– xangua
Mar 25 '15 at 5:03
Thanks, did the trick. There was some third party repo giving an incorrect download.
– Vinit Jogani
Mar 25 '15 at 6:59
Thanks, did the trick. There was some third party repo giving an incorrect download.
– Vinit Jogani
Mar 25 '15 at 6:59
add a comment |
1 Answer
1
active
oldest
votes
For the benefit of others, here is one scenario where this problem occurred for me: using the latest Jenkins docker repository, which is based on Debian 8 "jessie".
I ran the normal mono install instructions, including
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/debian wheezy main" | tee /etc/apt/sources.list.d/mono-xamarin.list
Then the apt-get install -y mono-devel
was failing with unmet dependencies.
I tried reloading the docker image and running the install without the two commands above. Suddenly it worked.
Apparently the standard third party repository for mono isn't needed with the latest (as of March 30 2016) jenkins image.
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%2f600972%2fwhy-cant-i-install-mono-complete%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
For the benefit of others, here is one scenario where this problem occurred for me: using the latest Jenkins docker repository, which is based on Debian 8 "jessie".
I ran the normal mono install instructions, including
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/debian wheezy main" | tee /etc/apt/sources.list.d/mono-xamarin.list
Then the apt-get install -y mono-devel
was failing with unmet dependencies.
I tried reloading the docker image and running the install without the two commands above. Suddenly it worked.
Apparently the standard third party repository for mono isn't needed with the latest (as of March 30 2016) jenkins image.
add a comment |
For the benefit of others, here is one scenario where this problem occurred for me: using the latest Jenkins docker repository, which is based on Debian 8 "jessie".
I ran the normal mono install instructions, including
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/debian wheezy main" | tee /etc/apt/sources.list.d/mono-xamarin.list
Then the apt-get install -y mono-devel
was failing with unmet dependencies.
I tried reloading the docker image and running the install without the two commands above. Suddenly it worked.
Apparently the standard third party repository for mono isn't needed with the latest (as of March 30 2016) jenkins image.
add a comment |
For the benefit of others, here is one scenario where this problem occurred for me: using the latest Jenkins docker repository, which is based on Debian 8 "jessie".
I ran the normal mono install instructions, including
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/debian wheezy main" | tee /etc/apt/sources.list.d/mono-xamarin.list
Then the apt-get install -y mono-devel
was failing with unmet dependencies.
I tried reloading the docker image and running the install without the two commands above. Suddenly it worked.
Apparently the standard third party repository for mono isn't needed with the latest (as of March 30 2016) jenkins image.
For the benefit of others, here is one scenario where this problem occurred for me: using the latest Jenkins docker repository, which is based on Debian 8 "jessie".
I ran the normal mono install instructions, including
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/debian wheezy main" | tee /etc/apt/sources.list.d/mono-xamarin.list
Then the apt-get install -y mono-devel
was failing with unmet dependencies.
I tried reloading the docker image and running the install without the two commands above. Suddenly it worked.
Apparently the standard third party repository for mono isn't needed with the latest (as of March 30 2016) jenkins image.
edited Mar 31 '16 at 8:36
Parto
9,4111965104
9,4111965104
answered Mar 30 '16 at 18:31
sfuquasfuqua
1011
1011
add a comment |
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%2f600972%2fwhy-cant-i-install-mono-complete%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
2
What Ubuntu release are you using, did you run apt-get update before trying to install, are you using a Third party repository as the error message warn?
– xangua
Mar 25 '15 at 5:03
Thanks, did the trick. There was some third party repo giving an incorrect download.
– Vinit Jogani
Mar 25 '15 at 6:59