You are not logged in.
Pages: 1
hi, I have installed xfce4 to try it and now want to remove it.
when i try pacman -R xfce4 it complains about breaking a dependency for exo
[root@tuxman]# pacman -Rs --nosave xfce4
:: group xfce4:
gtk-xfce-engine libxfce4mcs libxfce4util libxfcegui4 xfcalendar
xfce-mcs-manager xfce-mcs-plugins xfce-utils xfce4-appfinder
xfce4-icon-theme xfce4-iconbox xfce4-mixer xfce4-panel xfce4-session
xfce4-systray xfce4-toys xfce4-trigger-launcher xfdesktop xffm xfprint
xfwm4 xfwm4-themes
Remove whole content? [Y/n] Y
error: this will break the following dependencies:
libxfcegui4: is required by exo
how do I go about to remove xfce4 then?
thanks
tuxman
Offline
pacman -R removes a package
pacman -Rs removes a package, plus any others that it depends on that aren't needed by anything else
pacman -Rc removes a package, plus any others that depend on it.
edit:
i should mention that optimally, you would want to do pacman -Rsc, because that would get rid of the package, anything else that depends on it, and then for all those packages, get rid of any dependencies that are no longer needed.
Offline
thanks, that was FAST1
thanks
tuxman
Offline
Pages: 1