How run AviDemux in form of AppImage (universal binary) on Ubuntu 18.04?How do I associate a file type with an appimage?Ubuntu 18.04 LTS: libQt5Xml.so.5: cannot open shared object fileVirtualbox not launching on Ubuntu 18.04 - Qt lib problemRunning/Compiling binaries that require boost 1.58 on 18.04cannot open libmpfr.so.4 after update on ubuntu 18.04“Error while loading shared libraries” on Ubuntu 18.04 LTSError while running Trello on Ubuntu 18.04How to install Maya 2019 On Ubuntu 18.04 on Acer

Suppose I capture encrypted data that I want to decrypt. Could I use a server farm to decrypt?

If password expiration is applied, should door-lock expiration be applied too?

How to tell that this is a draw

What arguments have been made for not impeaching Trump?

Can Teflon thread tape be reused?

Python - Strange interaction with for loop and variable

Is Fox News not classified as a news channel?

how to vertically shift a summation limit and align the result with another one (in another term)?

Inverse Look-and-Say

Because things smell, is everything evaporating?

Where should I search for computations of group cohomology rings of not-too-complicated finite groups?

What world is this where 6 + 6 = 10?

In a world where Magic steam Engines exist what would keep people from making cars

Why does the Eurofighter Typhoon pitch up on brake release?

How can medieval knights protects themselves against modern guns?

C - wrapping globals in a struct?

Does my workplace lack guidance or is it my lack of skills?

Does a meditation count as resting for the purposes of gaining the other benefits of a short rest?

'Cannis' - Term used in seventeenth-century clothes manufacture

What will happen to a ball kept on a frictionless inclined plane?

What does "Massage with salt" mean in a recipe?

Match blood types in C

How did LM circuit breakers operate? (famous engine arm CB broken by Aldrin)

Why is it ethical for Ambassador Sondland to have been given an ambassadorship for campaign contributions?



How run AviDemux in form of AppImage (universal binary) on Ubuntu 18.04?


How do I associate a file type with an appimage?Ubuntu 18.04 LTS: libQt5Xml.so.5: cannot open shared object fileVirtualbox not launching on Ubuntu 18.04 - Qt lib problemRunning/Compiling binaries that require boost 1.58 on 18.04cannot open libmpfr.so.4 after update on ubuntu 18.04“Error while loading shared libraries” on Ubuntu 18.04 LTSError while running Trello on Ubuntu 18.04How to install Maya 2019 On Ubuntu 18.04 on Acer






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









1


















How run AviDemux in form of AppImage (universal binary) on Ubuntu 18.04 ?



$ ./avidemux_2.7.0.appImage
/tmp/.mount_bBzF8K/usr/bin/avidemux3_portable: error while loading shared libraries: libva-drm.so.1: cannot open shared object file: No such file or directory









share|improve this question

































    1


















    How run AviDemux in form of AppImage (universal binary) on Ubuntu 18.04 ?



    $ ./avidemux_2.7.0.appImage
    /tmp/.mount_bBzF8K/usr/bin/avidemux3_portable: error while loading shared libraries: libva-drm.so.1: cannot open shared object file: No such file or directory









    share|improve this question





























      1













      1









      1








      How run AviDemux in form of AppImage (universal binary) on Ubuntu 18.04 ?



      $ ./avidemux_2.7.0.appImage
      /tmp/.mount_bBzF8K/usr/bin/avidemux3_portable: error while loading shared libraries: libva-drm.so.1: cannot open shared object file: No such file or directory









      share|improve this question
















      How run AviDemux in form of AppImage (universal binary) on Ubuntu 18.04 ?



      $ ./avidemux_2.7.0.appImage
      /tmp/.mount_bBzF8K/usr/bin/avidemux3_portable: error while loading shared libraries: libva-drm.so.1: cannot open shared object file: No such file or directory






      18.04 avidemux appimage






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jul 10 '18 at 3:47









      muru

      1




      1










      asked May 10 '18 at 15:58









      Jiří DoubravskýJiří Doubravský

      1,1073 gold badges14 silver badges28 bronze badges




      1,1073 gold badges14 silver badges28 bronze badges























          2 Answers
          2






          active

          oldest

          votes


















          1



















          First of all, as a workaround, try installing libva-drm2 by using Ctrl+Alt+T and typing:



          sudo apt install libva-drm2


          If problem persists, then do:



          cp /usr/lib/x86_64-linux-gnu/libva-drm.so.2 /usr/lib/x86_64-linux-gnu/libva-drm.so.1


          On condition that, if above-mentioned solutions did not work, as a last resort, install version 2.7:



          sudo add-apt-repository ppa:ubuntuhandbook1/avidemux
          sudo apt-get install avidemux2.6-qt avidemux2.6-plugins-qt


          It will avidemux 2.7 though it contains 2.6 in its name.



          Source






          share|improve this answer


























          • Your "install libva-drm2 + cp" workaround works. Thank you. Now AppImage launches without error.

            – Jiří Doubravský
            May 10 '18 at 18:25



















          0



















          Assuming you've downloaded the appimage file (this is not clear from your post), you first need to make the xxxx.appimage-file executable. This is done by right clicking and setting the properties to "executable".
          From then on, you can right-click the xxx.appimage-file and run (or execute) it.
          As far as I understand, an appimage-file contains ALL of the necessary compenents of the xxx-program, so it runs "on an island" so to speak.






          share|improve this answer


























          • Maybe it is not isolated island in this case :-) Existence of file "/usr/lib/x86_64-linux-gnu/libva-drm.so.1" makes the difference. Btw, "avidemux_2.7.0.appImage" file is downloaded from homepage, and executable mark is set.

            – Jiří Doubravský
            May 10 '18 at 18:28













          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/4.0/"u003ecc by-sa 4.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%2f1034556%2fhow-run-avidemux-in-form-of-appimage-universal-binary-on-ubuntu-18-04%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









          1



















          First of all, as a workaround, try installing libva-drm2 by using Ctrl+Alt+T and typing:



          sudo apt install libva-drm2


          If problem persists, then do:



          cp /usr/lib/x86_64-linux-gnu/libva-drm.so.2 /usr/lib/x86_64-linux-gnu/libva-drm.so.1


          On condition that, if above-mentioned solutions did not work, as a last resort, install version 2.7:



          sudo add-apt-repository ppa:ubuntuhandbook1/avidemux
          sudo apt-get install avidemux2.6-qt avidemux2.6-plugins-qt


          It will avidemux 2.7 though it contains 2.6 in its name.



          Source






          share|improve this answer


























          • Your "install libva-drm2 + cp" workaround works. Thank you. Now AppImage launches without error.

            – Jiří Doubravský
            May 10 '18 at 18:25
















          1



















          First of all, as a workaround, try installing libva-drm2 by using Ctrl+Alt+T and typing:



          sudo apt install libva-drm2


          If problem persists, then do:



          cp /usr/lib/x86_64-linux-gnu/libva-drm.so.2 /usr/lib/x86_64-linux-gnu/libva-drm.so.1


          On condition that, if above-mentioned solutions did not work, as a last resort, install version 2.7:



          sudo add-apt-repository ppa:ubuntuhandbook1/avidemux
          sudo apt-get install avidemux2.6-qt avidemux2.6-plugins-qt


          It will avidemux 2.7 though it contains 2.6 in its name.



          Source






          share|improve this answer


























          • Your "install libva-drm2 + cp" workaround works. Thank you. Now AppImage launches without error.

            – Jiří Doubravský
            May 10 '18 at 18:25














          1















          1











          1









          First of all, as a workaround, try installing libva-drm2 by using Ctrl+Alt+T and typing:



          sudo apt install libva-drm2


          If problem persists, then do:



          cp /usr/lib/x86_64-linux-gnu/libva-drm.so.2 /usr/lib/x86_64-linux-gnu/libva-drm.so.1


          On condition that, if above-mentioned solutions did not work, as a last resort, install version 2.7:



          sudo add-apt-repository ppa:ubuntuhandbook1/avidemux
          sudo apt-get install avidemux2.6-qt avidemux2.6-plugins-qt


          It will avidemux 2.7 though it contains 2.6 in its name.



          Source






          share|improve this answer














          First of all, as a workaround, try installing libva-drm2 by using Ctrl+Alt+T and typing:



          sudo apt install libva-drm2


          If problem persists, then do:



          cp /usr/lib/x86_64-linux-gnu/libva-drm.so.2 /usr/lib/x86_64-linux-gnu/libva-drm.so.1


          On condition that, if above-mentioned solutions did not work, as a last resort, install version 2.7:



          sudo add-apt-repository ppa:ubuntuhandbook1/avidemux
          sudo apt-get install avidemux2.6-qt avidemux2.6-plugins-qt


          It will avidemux 2.7 though it contains 2.6 in its name.



          Source







          share|improve this answer













          share|improve this answer




          share|improve this answer










          answered May 10 '18 at 16:42









          OlimjonOlimjon

          3,25212 silver badges34 bronze badges




          3,25212 silver badges34 bronze badges















          • Your "install libva-drm2 + cp" workaround works. Thank you. Now AppImage launches without error.

            – Jiří Doubravský
            May 10 '18 at 18:25


















          • Your "install libva-drm2 + cp" workaround works. Thank you. Now AppImage launches without error.

            – Jiří Doubravský
            May 10 '18 at 18:25

















          Your "install libva-drm2 + cp" workaround works. Thank you. Now AppImage launches without error.

          – Jiří Doubravský
          May 10 '18 at 18:25






          Your "install libva-drm2 + cp" workaround works. Thank you. Now AppImage launches without error.

          – Jiří Doubravský
          May 10 '18 at 18:25














          0



















          Assuming you've downloaded the appimage file (this is not clear from your post), you first need to make the xxxx.appimage-file executable. This is done by right clicking and setting the properties to "executable".
          From then on, you can right-click the xxx.appimage-file and run (or execute) it.
          As far as I understand, an appimage-file contains ALL of the necessary compenents of the xxx-program, so it runs "on an island" so to speak.






          share|improve this answer


























          • Maybe it is not isolated island in this case :-) Existence of file "/usr/lib/x86_64-linux-gnu/libva-drm.so.1" makes the difference. Btw, "avidemux_2.7.0.appImage" file is downloaded from homepage, and executable mark is set.

            – Jiří Doubravský
            May 10 '18 at 18:28
















          0



















          Assuming you've downloaded the appimage file (this is not clear from your post), you first need to make the xxxx.appimage-file executable. This is done by right clicking and setting the properties to "executable".
          From then on, you can right-click the xxx.appimage-file and run (or execute) it.
          As far as I understand, an appimage-file contains ALL of the necessary compenents of the xxx-program, so it runs "on an island" so to speak.






          share|improve this answer


























          • Maybe it is not isolated island in this case :-) Existence of file "/usr/lib/x86_64-linux-gnu/libva-drm.so.1" makes the difference. Btw, "avidemux_2.7.0.appImage" file is downloaded from homepage, and executable mark is set.

            – Jiří Doubravský
            May 10 '18 at 18:28














          0















          0











          0









          Assuming you've downloaded the appimage file (this is not clear from your post), you first need to make the xxxx.appimage-file executable. This is done by right clicking and setting the properties to "executable".
          From then on, you can right-click the xxx.appimage-file and run (or execute) it.
          As far as I understand, an appimage-file contains ALL of the necessary compenents of the xxx-program, so it runs "on an island" so to speak.






          share|improve this answer














          Assuming you've downloaded the appimage file (this is not clear from your post), you first need to make the xxxx.appimage-file executable. This is done by right clicking and setting the properties to "executable".
          From then on, you can right-click the xxx.appimage-file and run (or execute) it.
          As far as I understand, an appimage-file contains ALL of the necessary compenents of the xxx-program, so it runs "on an island" so to speak.







          share|improve this answer













          share|improve this answer




          share|improve this answer










          answered May 10 '18 at 17:54









          JenskeJenske

          1




          1















          • Maybe it is not isolated island in this case :-) Existence of file "/usr/lib/x86_64-linux-gnu/libva-drm.so.1" makes the difference. Btw, "avidemux_2.7.0.appImage" file is downloaded from homepage, and executable mark is set.

            – Jiří Doubravský
            May 10 '18 at 18:28


















          • Maybe it is not isolated island in this case :-) Existence of file "/usr/lib/x86_64-linux-gnu/libva-drm.so.1" makes the difference. Btw, "avidemux_2.7.0.appImage" file is downloaded from homepage, and executable mark is set.

            – Jiří Doubravský
            May 10 '18 at 18:28

















          Maybe it is not isolated island in this case :-) Existence of file "/usr/lib/x86_64-linux-gnu/libva-drm.so.1" makes the difference. Btw, "avidemux_2.7.0.appImage" file is downloaded from homepage, and executable mark is set.

          – Jiří Doubravský
          May 10 '18 at 18:28






          Maybe it is not isolated island in this case :-) Existence of file "/usr/lib/x86_64-linux-gnu/libva-drm.so.1" makes the difference. Btw, "avidemux_2.7.0.appImage" file is downloaded from homepage, and executable mark is set.

          – Jiří Doubravský
          May 10 '18 at 18:28



















          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%2f1034556%2fhow-run-avidemux-in-form-of-appimage-universal-binary-on-ubuntu-18-04%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

          Tamil (spriik) Luke uk diar | Nawigatjuun

          Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

          Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?