Why can't I install mono-complete?












1















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.









share|improve this question




















  • 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
















1















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.









share|improve this question




















  • 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














1












1








1








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.









share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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














  • 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










1 Answer
1






active

oldest

votes


















0














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.






share|improve this answer

























    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
    });


    }
    });














    draft saved

    draft discarded


















    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









    0














    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.






    share|improve this answer






























      0














      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.






      share|improve this answer




























        0












        0








        0







        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.






        share|improve this answer















        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.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Mar 31 '16 at 8:36









        Parto

        9,4111965104




        9,4111965104










        answered Mar 30 '16 at 18:31









        sfuquasfuqua

        1011




        1011






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

            ComboBox Display Member on multiple fields

            Is it possible to collect Nectar points via Trainline?