I installed an AppImage on my laptop with Lubuntu 18.04.5 but I can't get it to run. When I click on the "properties" tab of the AppImage, I can't see the setting that says "Allow executing files as program" so I'm not sure what I should do. If anyone is wondering, the AppImage I am trying to install is Ripcord, a rewritten version of discord meant for 32-bit systems.
Asked
Active
Viewed 9,264 times
1 Answers
3
To run an AppImage you need to first give executing permissions then you run it, I do not know where to give the permissions in Lubuntu but I know how to do them in the terminal
sudo chmod +x /path/to/file.AppImage
then you can run by clicking the file on the file manager or by executing it on the terminal
xproot
- 157
-
I created an AppImage installer, find it out: https://github.com/francesco-gaglione/AppHub – Invictus Apr 05 '24 at 14:45
Hope this is helpfull
– Invictus May 23 '24 at 13:57