我试图将 gnome 更新到最新版本,并且与 gstreamer 插件(例如 gst-good)存在一些文件冲突,因此我手动删除了它们,并且我希望它们会被替换,因为存在冲突,但重新启动后我得到:
A problem has occurred and the system can't recover. Please contact a system administrator.
所以这就是我尝试做的:我完全卸载了 gnome 和 gstreamer 以及与它们相关的任何内容,然后尝试重新安装它们。但此后一切都没有改变。
我可能缺少什么吗?是否可以完全删除 gnome 并重新安装来解决此问题?
答案1
pacman -Sgq gnome # lists all the packages that in the group
pacman -Sgq gnome | sudo pacman -Rs - # will remove everything in the group, recursively
当心因为这将删除一切你可能最终会失去网络等。
A更安全一种方法是安装另一种桌面环境,例如 Plasma,然后尝试通过该环境手动恢复 GNOME。