Last active
July 6, 2024 00:38
-
-
Save eua1024/d3b714848d8140dc525a5a2385fb5f11 to your computer and use it in GitHub Desktop.
Fix crashed ubuntu system after install "fuse"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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