You are not logged in.
Hi.
Today i install Mate and i like it.
Now Could anyone tell m how can i remove Xfce?
I run Tese command:
sudo pacman -Rdds xfce4 xfce4-goodiesIs that correct?
Because i still can see About Xfce4 in Mate.
So, i think xfce4 not remove completely yet.
Offline
Depends on how you installed it.
Why in the world would you override dependencies (the dd in that command)?
Offline
I install it with this command:
sudo pacman -S xfce4 xfce4-goodiesI use dd because i saw in the internet dd command will remove completey removed app.
I this wrong?!
Sorry for my bad language.
Offline
If that's how you installed it, then it should have been removed just fine.
Read the man page and understand what command you're running. Don't just blindly copy things off the internet. Yes, the command is wrong for normal usage.
Offline
pacman did just what you told him to do. 'sudo pacman -Rdds xfce4 xfce4-goodies' removes just these two packages / package groups, but not their dependencies, even if they're not needed by any other package.
'The internet' is rather big, so please provide links to the pages you cite, even if it's the Arch wiki.
Offline
Did you fix it?
Probably what you want to do is # pacman -Rs xfce4 xfce4-goodies
You could optionally add "n" so no backups of the xfce4 config files would be made, but I'm not sure that is wise.
I'm just another newbie but you can find this stuff on [link] https://wiki.archlinux.org/index.php/Pacman [/link]
Offline
pacman has also a manpage :-)
Offline