Skip to content

Instantly share code, notes, and snippets.

@eua1024
Last active July 6, 2024 00:38
Show Gist options
  • Save eua1024/d3b714848d8140dc525a5a2385fb5f11 to your computer and use it in GitHub Desktop.
Save eua1024/d3b714848d8140dc525a5a2385fb5f11 to your computer and use it in GitHub Desktop.
Fix crashed ubuntu system after install "fuse"
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`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment