web-dev-qa-db-ja.com

XFCEをコンピューターから削除するにはどうすればよいですか?

MATE、Cinnamon、XFCEなどのデスクトップ環境をインストールしすぎたため、コンピューターが過熱しています。アンインストールしましたが、XFCEをアンインストールできませんでした。このエラーが発生します。

 Sudo apt-get purge xfce4
    Reading package lists... Error!
    E: Problem syncing the file - sync (5: Input/output error)
    E: The package lists or status file could not be parsed or opened.
14
Jim

これらを試してください

Sudo apt-get -f install
Sudo apt-get clean
Sudo apt-get autoclean
Sudo apt-get update

いま

Sudo apt-get purge xfce4
7
Maythux

これを試して

Sudo apt-get purge xfconf xfce4-utils xfwm4 xfce4-session xfdesktop4 exo-utils xfce4-panel xfce4-terminal  thunar

続いて自動削除

15
Meow

私の場合(シナモンとXFCEを使用したミント)、次のことを行いました。

Sudo apt-get -f install
Sudo apt-get clean
Sudo apt-get autoclean
Sudo apt-get update

その後:

Sudo apt-get purge xfce4  # failed

その後:

Sudo apt-get purge xfconf
Sudo apt-get autoremove
Sudo apt-get -f install
Sudo apt-get clean
Sudo apt-get autoclean
Sudo apt-get update