How to install a downloaded appimage?

Moderator: BarryK

Post Reply
silent
Posts: 12
Joined: Wed Jan 01, 2025 10:10 am

How to install a downloaded appimage?

Post by silent »

Hello, new user here and I already like EasyOS :)

How can I install an appimage I downloaded? On my previous OS I used https://github.com/ivan-hc/AppMan to install appimages from a large repository.

Edit: I just saw appman mentioned before viewtopic.php?t=13038

User avatar
BarryK
Posts: 2840
Joined: Tue Dec 24, 2019 1:04 pm
Has thanked: 146 times
Been thanked: 782 times

Re: How to install a downloaded appimage?

Post by BarryK »

Appimages are self-executable, look at this page:

https://discourse.appimage.org/t/how-to ... ppimage/80

EasyOS has Appi, see the "pkg" desktop icon, which is special as it installs appimages to run as a non-root user.

silent
Posts: 12
Joined: Wed Jan 01, 2025 10:10 am

Re: How to install a downloaded appimage?

Post by silent »

Thanks for the response.

When I click the appimage, UExtract tries to extract it instead of running it. I'd like to add it into the menus.

User avatar
bugnaw333
Posts: 370
Joined: Wed Jul 20, 2022 11:04 pm
Location: Cebu, Philippines
Has thanked: 573 times
Been thanked: 82 times

Re: How to install a downloaded appimage?

Post by bugnaw333 »

Make the Appimage executable first before you use it. For me, it is better to place them on my desktop. :thumbup2:

Attachments
Appimagexec.jpg
Appimagexec.jpg (152.66 KiB) Viewed 332 times
Screenshot(1).png
Screenshot(1).png (89.78 KiB) Viewed 332 times
silent
Posts: 12
Joined: Wed Jan 01, 2025 10:10 am

Re: How to install a downloaded appimage?

Post by silent »

Thanks for the answer. Maybe I am doing something wrong... I downloaded the appimage for AnyType, I gave it the 3 Exec permissions and placed it in the desktop, but when I click it nothing happens...

silent
Posts: 12
Joined: Wed Jan 01, 2025 10:10 am

Re: How to install a downloaded appimage?

Post by silent »

I tried to run it from the terminal and it turns out it complains about running as root.

User avatar
bugnaw333
Posts: 370
Joined: Wed Jul 20, 2022 11:04 pm
Location: Cebu, Philippines
Has thanked: 573 times
Been thanked: 82 times

Re: How to install a downloaded appimage?

Post by bugnaw333 »

silent wrote: Fri Jan 03, 2025 4:55 pm

Thanks for the answer. Maybe I am doing something wrong... I downloaded the appimage for AnyType, I gave it the 3 Exec permissions and placed it in the desktop, but when I click it nothing happens...

not all Appimages will run on EasyOS. :?
This is what I am getting on AnyType appimage. :o

Attachments
Screenshot.png
Screenshot.png (275.07 KiB) Viewed 231 times
User avatar
mikewalsh
Moderator
Posts: 6307
Joined: Tue Dec 03, 2019 1:40 pm
Location: King's Lynn, UK
Has thanked: 849 times
Been thanked: 2046 times

Re: How to install a downloaded appimage?

Post by mikewalsh »

@bugnaw333 / @silent :-

TBH, it's much the same across the entire kennels with AppImages. Often - running for the first time in a terminal, to see what happens; I always do this with any new AppImage - if they're Electron-based, you get the usual 'can't run without sandbox' moan.....and it throws a wobbly, and links you to a reference concerning a long-standing, well-known Chrome 'bug'.

Solution here is to add

Code: Select all

--no-sandbox

.....after the exec command. That often - though not always- -'fixes' it. But some of 'em - like VLC - just will NOT run.....until you start messing around with the setuid 'sticky' bit (and even then it complains like a bitch).

All you CAN do is to 'experiment', though if anybody can, Barry's better at coming up with workarounds and off-the-wall solutions than just about any of the rest of us can, put together...

It's called 'lateral thinking'.....the ability to come at a problem from a completely unanticipated angle. It often works, too!

Mike. ;)

silent
Posts: 12
Joined: Wed Jan 01, 2025 10:10 am

Re: How to install a downloaded appimage?

Post by silent »

Solution here is to add

Code: Select all

--no-sandbox

.....after the exec command

This worked for me, thanks!

Post Reply

Return to “EasyOS”