Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Just a note - could not run AppImage on Alma 8.8 - but here's how #1290

Open
kuiperzone opened this issue Oct 31, 2023 · 8 comments
Open

Just a note - could not run AppImage on Alma 8.8 - but here's how #1290

kuiperzone opened this issue Oct 31, 2023 · 8 comments

Comments

@kuiperzone
Copy link

kuiperzone commented Oct 31, 2023

Just a note. Couldn't run an AppImage on Alma 8.8....

dlopen(): error loading libfuse.so.2

AppImages require FUSE to run.
You might still be able to extract the contents of this AppImage
if you run it with the --appimage-extract option.
See https://github.com/AppImage/AppImageKit/wiki/FUSE
for more information

Unfortunately, the destructions in link would not work.

This is what I did instead, which worked:

[sudo] dnf install fuse-libs

@kuiperzone
Copy link
Author

PS. I recall AppImages running out of the box on Alma 9, but I could be mistaken.

@kuiperzone
Copy link
Author

kuiperzone commented Oct 31, 2023

I was working with a remote machine. Just discovered it was an LXC installation. Wondering if missing lib had something to do with that.

@kuiperzone kuiperzone changed the title Just a note - could run AppImage on Alma 8.8 - but here's how Just a note - could not run AppImage on Alma 8.8 - but here's how Oct 31, 2023
@TheAssassin
Copy link
Member

We have an elaborate documentation on this topic in https://docs.appimage.org/user-guide/troubleshooting/fuse.html, which I keep linking from that unnecessary wiki page but which keeps getting removed in favor of the incomplete instructions there. In my opinion, it is totally unnecessary to have outdated or incomplete information there, and it would make no sense to duplicate any of it.

People would manage to click a link to our official (!) docs. But then again, @probonopd apparently disagrees.

I'm tired of adding that link in the wiki. Feel free to replace its contents, maybe your change won't get reverted.

@kuiperzone
Copy link
Author

Thanks for the reply.

I made a note here partly for me because I will end up having to solve this again in the future, and for others. Feel free to convert it to a discussion or add a suitable label.

I don't know anything of the politics of the wiki I'm afraid, but there is no mention of Alma, and the following did not work for me:

yum --enablerepo=epel install fuse-sshfs

@TheAssassin
Copy link
Member

Would you like to send a PR to the docs repo? https://github.com/AppImage/docs.appimage.org

@kuiperzone
Copy link
Author

Sure I can, but a little later.

BTW - this is the first time I've ever had an AppImage fail to run out of the box and, ultimately, the solution was simple.

Do you guys have an AppImage logo?

If not, I can perhaps create one for you?

We might be plugging AppImage in the future and we could add the logo to "our technology stack" on this page: https://rigelblue.co.uk/

@TheAssassin
Copy link
Member

this is the first time I've ever had an AppImage fail to run out of the box

This is way more common than you think. Ubuntu and Debian stopped shipping libfuse2 years ago and that caused a lot of issues.

For the logo, see https://appimage.org/. I think it's good as-is, but thanks for your offer. I'd recommend you to check on the licensing, but I'm sure we wouldn't mind having it on your page. There are a lot of "download AppImage" buttons, too. We clearly wouldn't sue you for such a logo inclusion anyway.

@kuiperzone
Copy link
Author

For the logo, see https://appimage.org/.

Looks good!

This is way more common than you think. Ubuntu and Debian stopped shipping libfuse2 years ago and that caused a lot of issues.

Not had an issue with Debian 12, but will need to checkout any issues, esp with Ubuntu server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants