MonoGame 3.6 install script not detecting MonoDevelop 6 / Can't create MonoGame app within MonoDevelop

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












Dual-pronged problem that might be caused by the same thing!



So, I'm trying to install monogame/monodevelop.



Installed MonoDevelop with sudo apt-get install mono-devel. That opens appropriately and seems to work fine otherwise. Got a basic C# Console 'Hello, world!' to run correctly.



I went here and downloaded the version for Linux. I gave it executable permission with chmod +x monogame-sdk.run and ran it. It produced the following:



$ sudo ./monogame-sdk.run 
Verifying archive integrity... All good.
Uncompressing Monogame Pipeline
Installer..........................................................
..........................
Dependencies:
- mono-runtime...................................[Found]
- gtk-sharp3.....................................[Found]

Optional Dependencies:
- MonoDevelop 6..................................[Not Found]
- Rider..........................................[Not Found]
- referenceassemblies-pcl / mono-pcl.............[Found]
- ttf-mscorefonts-installer / mscore-fonts.......[Found]

Continue (Y, n): y
Previous version detected, trying to uninstall...
Installing MonoGame SDK...
Installing MonoDevelop Addin...
bash: ?????: command not found
Creating launcher items...
./postinstall.sh: line 142: gtk-update-icon-cache: command not found
Adding mimetype...
To uninstall MonoGame SDK you can run "monogame-uninstall" from terminal.


Pretty much looks like the installation did not finish correctly, but I'm not sure what's wrong with the script to make it do that. As a probable result of this, MonoDevelop doesn't allow me to create a MonoGame app of any kind. (this doesn't appear when I try to create a new solution)



If there's any other information you might need, please let me know!







share|improve this question

























    up vote
    0
    down vote

    favorite












    Dual-pronged problem that might be caused by the same thing!



    So, I'm trying to install monogame/monodevelop.



    Installed MonoDevelop with sudo apt-get install mono-devel. That opens appropriately and seems to work fine otherwise. Got a basic C# Console 'Hello, world!' to run correctly.



    I went here and downloaded the version for Linux. I gave it executable permission with chmod +x monogame-sdk.run and ran it. It produced the following:



    $ sudo ./monogame-sdk.run 
    Verifying archive integrity... All good.
    Uncompressing Monogame Pipeline
    Installer..........................................................
    ..........................
    Dependencies:
    - mono-runtime...................................[Found]
    - gtk-sharp3.....................................[Found]

    Optional Dependencies:
    - MonoDevelop 6..................................[Not Found]
    - Rider..........................................[Not Found]
    - referenceassemblies-pcl / mono-pcl.............[Found]
    - ttf-mscorefonts-installer / mscore-fonts.......[Found]

    Continue (Y, n): y
    Previous version detected, trying to uninstall...
    Installing MonoGame SDK...
    Installing MonoDevelop Addin...
    bash: ?????: command not found
    Creating launcher items...
    ./postinstall.sh: line 142: gtk-update-icon-cache: command not found
    Adding mimetype...
    To uninstall MonoGame SDK you can run "monogame-uninstall" from terminal.


    Pretty much looks like the installation did not finish correctly, but I'm not sure what's wrong with the script to make it do that. As a probable result of this, MonoDevelop doesn't allow me to create a MonoGame app of any kind. (this doesn't appear when I try to create a new solution)



    If there's any other information you might need, please let me know!







    share|improve this question























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      Dual-pronged problem that might be caused by the same thing!



      So, I'm trying to install monogame/monodevelop.



      Installed MonoDevelop with sudo apt-get install mono-devel. That opens appropriately and seems to work fine otherwise. Got a basic C# Console 'Hello, world!' to run correctly.



      I went here and downloaded the version for Linux. I gave it executable permission with chmod +x monogame-sdk.run and ran it. It produced the following:



      $ sudo ./monogame-sdk.run 
      Verifying archive integrity... All good.
      Uncompressing Monogame Pipeline
      Installer..........................................................
      ..........................
      Dependencies:
      - mono-runtime...................................[Found]
      - gtk-sharp3.....................................[Found]

      Optional Dependencies:
      - MonoDevelop 6..................................[Not Found]
      - Rider..........................................[Not Found]
      - referenceassemblies-pcl / mono-pcl.............[Found]
      - ttf-mscorefonts-installer / mscore-fonts.......[Found]

      Continue (Y, n): y
      Previous version detected, trying to uninstall...
      Installing MonoGame SDK...
      Installing MonoDevelop Addin...
      bash: ?????: command not found
      Creating launcher items...
      ./postinstall.sh: line 142: gtk-update-icon-cache: command not found
      Adding mimetype...
      To uninstall MonoGame SDK you can run "monogame-uninstall" from terminal.


      Pretty much looks like the installation did not finish correctly, but I'm not sure what's wrong with the script to make it do that. As a probable result of this, MonoDevelop doesn't allow me to create a MonoGame app of any kind. (this doesn't appear when I try to create a new solution)



      If there's any other information you might need, please let me know!







      share|improve this question













      Dual-pronged problem that might be caused by the same thing!



      So, I'm trying to install monogame/monodevelop.



      Installed MonoDevelop with sudo apt-get install mono-devel. That opens appropriately and seems to work fine otherwise. Got a basic C# Console 'Hello, world!' to run correctly.



      I went here and downloaded the version for Linux. I gave it executable permission with chmod +x monogame-sdk.run and ran it. It produced the following:



      $ sudo ./monogame-sdk.run 
      Verifying archive integrity... All good.
      Uncompressing Monogame Pipeline
      Installer..........................................................
      ..........................
      Dependencies:
      - mono-runtime...................................[Found]
      - gtk-sharp3.....................................[Found]

      Optional Dependencies:
      - MonoDevelop 6..................................[Not Found]
      - Rider..........................................[Not Found]
      - referenceassemblies-pcl / mono-pcl.............[Found]
      - ttf-mscorefonts-installer / mscore-fonts.......[Found]

      Continue (Y, n): y
      Previous version detected, trying to uninstall...
      Installing MonoGame SDK...
      Installing MonoDevelop Addin...
      bash: ?????: command not found
      Creating launcher items...
      ./postinstall.sh: line 142: gtk-update-icon-cache: command not found
      Adding mimetype...
      To uninstall MonoGame SDK you can run "monogame-uninstall" from terminal.


      Pretty much looks like the installation did not finish correctly, but I'm not sure what's wrong with the script to make it do that. As a probable result of this, MonoDevelop doesn't allow me to create a MonoGame app of any kind. (this doesn't appear when I try to create a new solution)



      If there's any other information you might need, please let me know!









      share|improve this question












      share|improve this question




      share|improve this question








      edited Jun 2 at 19:29









      Stephen Rauch

      1,1545716




      1,1545716









      asked Jun 2 at 19:22









      Azhraam

      13




      13




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          I had the same issue. Which version of MonoDevelop do you have installed? I was on version 5.10 and upgraded to version 6.x which solved my problem.






          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',
            convertImagesToLinks: true,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            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%2f1043020%2fmonogame-3-6-install-script-not-detecting-monodevelop-6-cant-create-monogame%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote













            I had the same issue. Which version of MonoDevelop do you have installed? I was on version 5.10 and upgraded to version 6.x which solved my problem.






            share|improve this answer

























              up vote
              0
              down vote













              I had the same issue. Which version of MonoDevelop do you have installed? I was on version 5.10 and upgraded to version 6.x which solved my problem.






              share|improve this answer























                up vote
                0
                down vote










                up vote
                0
                down vote









                I had the same issue. Which version of MonoDevelop do you have installed? I was on version 5.10 and upgraded to version 6.x which solved my problem.






                share|improve this answer













                I had the same issue. Which version of MonoDevelop do you have installed? I was on version 5.10 and upgraded to version 6.x which solved my problem.







                share|improve this answer













                share|improve this answer



                share|improve this answer











                answered Jun 10 at 3:56









                Mark

                1




                1






















                     

                    draft saved


                    draft discarded


























                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1043020%2fmonogame-3-6-install-script-not-detecting-monodevelop-6-cant-create-monogame%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    pylint3 and pip3 broken

                    Missing snmpget and snmpwalk

                    How to enroll fingerprints to Ubuntu 17.10 with VFS491