Score:1

Appimage wont run

it flag

I ran so many of these options and not a signal one helped. I just cant seems to run appimages on ubuntu 20.04. Nothing would happen if try running the app sometimes it would just give me an error. Its like my Ubuntu just dont have the filesystem to be able to run appimages. I dont know what app I need to install at this point to get appimages to run. I even went to the official website appimage.org all I could find there was these commands which does not work.

chmod a+x exampleName.AppImage
./exampleName.AppImage

What is an "AppImage"? How do I install it?

Organic Marble avatar
us flag
Without details this is just a cry for help that cannot be answered. *specifically* give an appimage that won't work and *exactly* where you got it, and *specifically* what happens when you try it. Also what kind of pc you are using.
user535733 avatar
cn flag
Hmmm. I downloaded and ran an AppImage yesterday by doing exactly the steps that seem to not work for you. How curious
us flag
Which appimage are you trying to run?
N0rbert avatar
zw flag
What is your Ubuntu version? Desktop environment? Run conditions? What is CPU architecture of system? What is CPU architecture of AppImage?
oemb1905 avatar
th flag
Check my post below and make sure your pwd is correct and that you have permissions to run chmod where you downloaded the image to, feel free to post back on findings and sorry this community attacks new users like you!
it flag
Thank you for all of the comments. I am actually sorry but I did all of the permissions. Nothing happens at all when I try running the appimage. The two appimages I am trying to run was from the Trezor wallet and ledger wallet. But I even try some random appimages from appimages.org examples nothing still happens.
it flag
Ubuntu 20.04 Its running on a raspberry pi 4 8GB
Best Codes avatar
fm flag
You said you tried: "chmod a+x exampleName.AppImage./exampleName.AppImage" Did you navigate to the same directory that your .AppImage was in? (using the cd command.) Also, did you use sudo? "*sudo* chmod a+x exampleName.AppImage./exampleName.AppImage
Score:-1
th flag

Presuming you downloaded the image to ‘~/Downloads’ then open your Terminal, and do this:

‘cd ~/Downloads’ ‘sudo chmod 750 /example.appimage’ ‘./example.appimage’

Make sure you are in the correct working directory and try sudo in case you lack permissions to the directory for some odd reason. Other than that, should work fine.

oemb1905 avatar
th flag
People need to stop downvoting answers to simple questions from new users. The culture of spamming new users with comments like this is a rant, or a cry fest, etc., is ridiculous - more than likely this user got their pwd screwed up or lacked permissions to run chmod. Stop being asses and just help people without gate keeping!
BeastOfCaerbannog avatar
ca flag
One should be very careful when using `sudo`. In your second command, the use of `sudo` is superfluous, since you are in a directory inside your `~`, for which you should already have permissions to change things, so `chmod 750 ./example.appimage` should be enough. Also, suggesting to blindly run `sudo` to gain permissions for a directory is wrong and I guess that this is the reason your answer is downvoted.
oemb1905 avatar
th flag
Thanks for your feedback - very helpful.
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.