AppImage / AppImageKit

Package desktop applications as AppImages that run on common Linux-based operating systems, such as RHEL, CentOS, openSUSE, SLED, Ubuntu, Fedora, debian and derivatives. Join #AppImage on irc.libera.chat
http://appimage.org
Other
8.78k stars 563 forks source link

What is alternatives for Ubuntu 22.04 #1219

Closed ghost closed 2 years ago

ghost commented 2 years ago

I am using Ubuntu 22.04, and I want to run an Appimage file. as there is mentioned that I should not install fuse on 22.04

Warning: Do not install the fuse package as of 22.04 or you may break your system

then what should to run Appimages, because I can't run that without fuse. also I am unable to run that after extracting all it is there any alternative for this.

TheAssassin commented 2 years ago

https://docs.appimage.org/user-guide/troubleshooting/fuse.html#setting-up-fuse-2-x-alongside-of-fuse-3-x-on-recent-ubuntu-22-04-debian-and-their-derivatives

probonopd commented 2 years ago

sudo apt install libfuse2.

seltzered commented 2 years ago

Going back to the original comment by @anonygituser about "Warning: Do not install the fuse package as of 22.04 or you may break your system" in https://github.com/AppImage/AppImageKit/wiki/FUSE , is this true or should the wiki's documentation be updated to reference https://docs.appimage.org/user-guide/troubleshooting/fuse.html#setting-up-fuse-2-x-alongside-of-fuse-3-x-on-recent-ubuntu-22-04-debian-and-their-derivatives ?

Came into this issue after updating to 22.10.

probonopd commented 2 years ago

sudo apt install libfuse2 will not break your system (sudo apt install fuse might). More than one version of libfuse can be intalled in parallel.

seltzered commented 2 years ago

Fun times, updated to 21.10 and did 'sudo apt install fuse' yesterday and one of the things likely made my machine no longer boot to the lock screen.

(resolved, probably wasn't due to FUSE but some GDM quirk when updating)

On Sat, Oct 29, 2022, 05:48 probonopd @.***> wrote:

sudo apt install libfuse2 will not break your system (sudo apt install fuse might).

— Reply to this email directly, view it on GitHub https://github.com/AppImage/AppImageKit/issues/1219#issuecomment-1295800812, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACITW74PG73E6QDKI7ULKDWFT6G7ANCNFSM6AAAAAAQYTES6I . You are receiving this because you commented.Message ID: @.***>