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

Add to Wiki page update with instruction to fix ubuntu after installation fuse #1340

Closed eua1024 closed 4 months ago

eua1024 commented 4 months ago

Discussed in https://github.com/orgs/AppImage/discussions/1339

Originally posted by **eua1024** July 6, 2024 https://github.com/AppImage/AppImageKit/wiki/FUSE `Warning: While libfuse2 is OK, do not install the fuse package as of 22.04 or you may break your system` If the fuse package did break your system, you can recover as follows: 1. After starting Ubuntu, enter the console by pressing **Alt+Ctrl+F1**. Then log in with your user account. 2. Or boot into the Recovery Mode (https://wiki.ubuntu.com/RecoveryMode). Then chose `network` and `root`. 3. Execute the command `sudo apt purge gdm3 && apt install gdm3 && reboot`
probonopd commented 4 months ago

Thanks @eua1024, I linked to that page from the wiki.

I am sure it will make some affected users extremely happy.