Run Instagram IGdm.appimage





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







1















I am trying to run IGdm.appimage (which I downloaded from http://igdm.me/).



I try to run it via terminal and it show me this error



adie@adie-X550DP:~/Desktop/Apps$ ./IGdm-2.5.1-x86_64.AppImage
module.js:545
throw err;
^

Error: Cannot find module '/tmp/.mount_IGdm-29Pi51V/resources/electron.asar/browser/init.js'
at Function.Module._resolveFilename (module.js:543:15)
at Function.Module._load (module.js:473:25)
at Function.Module.runMain (module.js:683:10)
at startup (bootstrap_node.js:196:16)
at bootstrap_node.js:622:3


any solution for this? Thanks before.










share|improve this question





























    1















    I am trying to run IGdm.appimage (which I downloaded from http://igdm.me/).



    I try to run it via terminal and it show me this error



    adie@adie-X550DP:~/Desktop/Apps$ ./IGdm-2.5.1-x86_64.AppImage
    module.js:545
    throw err;
    ^

    Error: Cannot find module '/tmp/.mount_IGdm-29Pi51V/resources/electron.asar/browser/init.js'
    at Function.Module._resolveFilename (module.js:543:15)
    at Function.Module._load (module.js:473:25)
    at Function.Module.runMain (module.js:683:10)
    at startup (bootstrap_node.js:196:16)
    at bootstrap_node.js:622:3


    any solution for this? Thanks before.










    share|improve this question

























      1












      1








      1








      I am trying to run IGdm.appimage (which I downloaded from http://igdm.me/).



      I try to run it via terminal and it show me this error



      adie@adie-X550DP:~/Desktop/Apps$ ./IGdm-2.5.1-x86_64.AppImage
      module.js:545
      throw err;
      ^

      Error: Cannot find module '/tmp/.mount_IGdm-29Pi51V/resources/electron.asar/browser/init.js'
      at Function.Module._resolveFilename (module.js:543:15)
      at Function.Module._load (module.js:473:25)
      at Function.Module.runMain (module.js:683:10)
      at startup (bootstrap_node.js:196:16)
      at bootstrap_node.js:622:3


      any solution for this? Thanks before.










      share|improve this question














      I am trying to run IGdm.appimage (which I downloaded from http://igdm.me/).



      I try to run it via terminal and it show me this error



      adie@adie-X550DP:~/Desktop/Apps$ ./IGdm-2.5.1-x86_64.AppImage
      module.js:545
      throw err;
      ^

      Error: Cannot find module '/tmp/.mount_IGdm-29Pi51V/resources/electron.asar/browser/init.js'
      at Function.Module._resolveFilename (module.js:543:15)
      at Function.Module._load (module.js:473:25)
      at Function.Module.runMain (module.js:683:10)
      at startup (bootstrap_node.js:196:16)
      at bootstrap_node.js:622:3


      any solution for this? Thanks before.







      appimage instagram






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jul 7 '18 at 10:27









      Adi YonoAdi Yono

      116119




      116119






















          2 Answers
          2






          active

          oldest

          votes


















          0














          Go to http://igdm.me and click on github on the top of the site then click on releases and download lastes release IGdm_2.5.1_amd64.deb (for x64 system) or IGdm_2.5.1_i386.deb (for x32 system) then install it






          share|improve this answer































            0














            You just need to make the file executable. before executing it.



            Making a file executable



            You can make the appImage executable as follows:



            chmod a+x IGdm-2.5.1-x86_64.AppImage


            Executing it



            You can execute an appImage as follows:



            ./IGdm-2.5.1-x86_64.AppImage


            For more info about appImage, check this answer






            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%2f1052954%2frun-instagram-igdm-appimage%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              0














              Go to http://igdm.me and click on github on the top of the site then click on releases and download lastes release IGdm_2.5.1_amd64.deb (for x64 system) or IGdm_2.5.1_i386.deb (for x32 system) then install it






              share|improve this answer




























                0














                Go to http://igdm.me and click on github on the top of the site then click on releases and download lastes release IGdm_2.5.1_amd64.deb (for x64 system) or IGdm_2.5.1_i386.deb (for x32 system) then install it






                share|improve this answer


























                  0












                  0








                  0







                  Go to http://igdm.me and click on github on the top of the site then click on releases and download lastes release IGdm_2.5.1_amd64.deb (for x64 system) or IGdm_2.5.1_i386.deb (for x32 system) then install it






                  share|improve this answer













                  Go to http://igdm.me and click on github on the top of the site then click on releases and download lastes release IGdm_2.5.1_amd64.deb (for x64 system) or IGdm_2.5.1_i386.deb (for x32 system) then install it







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Jul 10 '18 at 16:37









                  tyler_durdentyler_durden

                  11




                  11

























                      0














                      You just need to make the file executable. before executing it.



                      Making a file executable



                      You can make the appImage executable as follows:



                      chmod a+x IGdm-2.5.1-x86_64.AppImage


                      Executing it



                      You can execute an appImage as follows:



                      ./IGdm-2.5.1-x86_64.AppImage


                      For more info about appImage, check this answer






                      share|improve this answer




























                        0














                        You just need to make the file executable. before executing it.



                        Making a file executable



                        You can make the appImage executable as follows:



                        chmod a+x IGdm-2.5.1-x86_64.AppImage


                        Executing it



                        You can execute an appImage as follows:



                        ./IGdm-2.5.1-x86_64.AppImage


                        For more info about appImage, check this answer






                        share|improve this answer


























                          0












                          0








                          0







                          You just need to make the file executable. before executing it.



                          Making a file executable



                          You can make the appImage executable as follows:



                          chmod a+x IGdm-2.5.1-x86_64.AppImage


                          Executing it



                          You can execute an appImage as follows:



                          ./IGdm-2.5.1-x86_64.AppImage


                          For more info about appImage, check this answer






                          share|improve this answer













                          You just need to make the file executable. before executing it.



                          Making a file executable



                          You can make the appImage executable as follows:



                          chmod a+x IGdm-2.5.1-x86_64.AppImage


                          Executing it



                          You can execute an appImage as follows:



                          ./IGdm-2.5.1-x86_64.AppImage


                          For more info about appImage, check this answer







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Feb 26 at 21:19









                          AboElnouRAboElnouR

                          306211




                          306211






























                              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%2f1052954%2frun-instagram-igdm-appimage%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

                              How to send String Array data to Server using php in android

                              Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

                              Is anime1.com a legal site for watching anime?