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;
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
add a comment
|
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
add a comment
|
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
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
18.04 avidemux appimage
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
add a comment
|
add a comment
|
2 Answers
2
active
oldest
votes
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
Your "install libva-drm2 + cp" workaround works. Thank you. Now AppImage launches without error.
– Jiří Doubravský
May 10 '18 at 18:25
add a comment
|
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.
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
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/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
);
);
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%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
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
Your "install libva-drm2 + cp" workaround works. Thank you. Now AppImage launches without error.
– Jiří Doubravský
May 10 '18 at 18:25
add a comment
|
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
Your "install libva-drm2 + cp" workaround works. Thank you. Now AppImage launches without error.
– Jiří Doubravský
May 10 '18 at 18:25
add a comment
|
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
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
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
add a comment
|
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
add a comment
|
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.
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
add a comment
|
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.
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
add a comment
|
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.
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.
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
add a comment
|
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
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%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
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