How do you remove endeavour os themed xfce

My issue is simple, i went with the offline install initially, then installed plasma and now i want to remove xfce
i run sudo pacman -Rns xfce4 xfce4-goodies and then get this as the output

checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing xfce4-terminal breaks dependency 'xfce4-terminal' required by endeavouros-xfce4-terminal-colors

then i try

sudo pacman -Rns xfce4-goodies

and get this as the output

[sudo] password for dankfoss: 
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing xfce4-notifyd breaks dependency 'xfce4-notifyd' required by xfce4-power-manager

and then i try

sudo pacman -Rns xfce4

and get this as the output

checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing xfce4-terminal breaks dependency 'xfce4-terminal' required by endeavouros-xfce4-terminal-colors
:: removing xfconf breaks dependency 'xfconf' required by libxfce4ui
:: removing xfconf breaks dependency 'xfconf' required by ristretto
:: removing tumbler breaks dependency 'tumbler' required by ristretto
:: removing thunar breaks dependency 'thunar' required by thunar-archive-plugin
:: removing thunar breaks dependency 'thunar' required by thunar-media-tags-plugin
:: removing xfce4-panel breaks dependency 'xfce4-panel' required by xfce4-battery-plugin
:: removing xfce4-panel breaks dependency 'xfce4-panel' required by xfce4-datetime-plugin
:: removing xfce4-panel breaks dependency 'xfce4-panel' required by xfce4-mount-plugin
:: removing xfce4-panel breaks dependency 'xfce4-panel' required by xfce4-netload-plugin
:: removing xfce4-panel breaks dependency 'xfce4-panel' required by xfce4-pulseaudio-plugin
:: removing garcon breaks dependency 'garcon' required by xfce4-screensaver
:: removing xfce4-panel breaks dependency 'xfce4-panel' required by xfce4-screenshooter
:: removing xfce4-panel breaks dependency 'xfce4-panel' required by xfce4-wavelan-plugin
:: removing xfce4-panel breaks dependency 'xfce4-panel' required by xfce4-weather-plugin
:: removing garcon breaks dependency 'garcon' required by xfce4-whiskermenu-plugin
:: removing xfce4-panel breaks dependency 'xfce4-panel' required by xfce4-whiskermenu-plugin
:: removing xfce4-panel breaks dependency 'xfce4-panel' required by xfce4-xkb-plugin

anyone any idea how to remove xfce ??

Reinstall online and select kde, avoid breakage of your system. :wink:

I believe pacman -Rd will remove something regardless of dependencies but be careful not to remove anything you need.

nvm, figured it out guys
removed endeavouros-xfce4-terminal-colors first by doing sudo pacman -Rns endeavouros-xfce4-terminal-colors and then did sudo pacman -Rns xfce4 xfce4-goodies

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.