Closed ghost closed 2 years ago
sudo apt install libfuse2
.
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.
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.
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: @.***>
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
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.