3

What action need to be taken if accidentally your ubuntu desktop got corrupted after installing any packages. for example:

I am using Ubuntu Desktop 23.10, I ran "sudo apt-get install fuse" and it uninstalled my GUI and it is not booting up.

Rasool
  • 381

1 Answers1

2

I found the solution, I have rebooted by pressing Ctrl+Alt+Del and then selected "ubuntu recovery" mode and in root shell, I ran below commands.

  1. sudo apt autoremove fuse
  2. sudo apt-get install ubuntu-gnome-desktop

Note: instead of installing fuse, libfuse2 is greater for 22.04 and later version.

Rasool
  • 381