You are not logged in.
I got this message from pacman and I wonder what it means:
warning: removing perl-xml-simple from target listLast edited by Kasumi_Ninja (2010-01-24 16:22:55)
Offline
Did it say there was a dependency problem or that it conflicted with something?
All men have stood for freedom...
For freedom is the man that will turn the world upside down.
Gerrard Winstanley.
Offline
Did it say there was a dependency problem or that it conflicted with something?
Nope, only that message. But what does this message mean exactly? Thats some programs aren't removed?
Offline
Paste the complete pacman output. The message needs context.
Offline
Paste the complete pacman output. The message needs context.
I thought it was a standard message:
# pacman -Runs gnome gnome-extra
gnome not found, searching for group...
:: group gnome:
gnome-applets gnome-backgrounds gnome-control-center gnome-desktop
gnome-icon-theme gnome-media gnome-mime-data gnome-panel
gnome-screensaver gnome-session gnome-settings-daemon gnome-themes
gnome2-user-docs libgail-gnome metacity nautilus notification-daemon
yelp
Remove whole content? [Y/n]
gnome-extra not found, searching for group...
:: group gnome-extra:
alacarte bug-buddy cheese deskbar-applet eog evince evolution
evolution-exchange evolution-webcal file-roller gcalctool gconf-editor
gdm gedit gnome-audio gnome-mag gnome-netstatus gnome-nettool
gnome-power-manager gnome-system-monitor gnome-terminal gnome-utils
gucharmap hamster-applet mousetweaks seahorse seahorse-plugins tomboy
totem vino zenity
Remove whole content? [Y/n]
checking dependencies...
warning: removing gnome-mime-data from target list
warning: removing gnome-icon-theme from target list
warning: removing icon-naming-utils from target list
warning: removing perl-xml-simple from target listLast edited by Kasumi_Ninja (2010-01-23 21:40:05)
Offline
edit: Ok I think the message is caused by the "u" flag in your command.
-u, --unneeded
Removes the targets that are not required by any other packages.
This is mostly useful when removing a group without using the -c
option, to avoid breaking any dependencies.Last edited by anonymous_user (2010-01-23 22:28:18)
Offline
edit: Ok I think the message is caused by the "u" flag in your command.
-u, --unneeded Removes the targets that are not required by any other packages. This is mostly useful when removing a group without using the -c option, to avoid breaking any dependencies.
But what does it mean? In answer to your previous question:
# pacman -Rns gnome gnome-extra
gnome not found, searching for group...
:: group gnome:
gnome-applets gnome-backgrounds gnome-control-center gnome-desktop
gnome-icon-theme gnome-media gnome-mime-data gnome-panel
gnome-screensaver gnome-session gnome-settings-daemon gnome-themes
gnome2-user-docs libgail-gnome metacity nautilus notification-daemon
yelp
Remove whole content? [Y/n]
gnome-extra not found, searching for group...
:: group gnome-extra:
alacarte bug-buddy cheese deskbar-applet eog evince evolution
evolution-exchange evolution-webcal file-roller gcalctool gconf-editor
gdm gedit gnome-audio gnome-mag gnome-netstatus gnome-nettool
gnome-power-manager gnome-system-monitor gnome-terminal gnome-utils
gucharmap hamster-applet mousetweaks seahorse seahorse-plugins tomboy
totem vino zenity
Remove whole content? [Y/n]
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: gnome-vfs: requires gnome-mime-data>=2.18.0-2
:: gtkhtml: requires gnome-icon-theme>=2.28.0Offline
When you use the "u" flag, it will tell pacman not to remove packages that are needed.
So "warning: removing perl-xml-simple from target list" just means perl-xml-simple is needed by some package so it is being removed from the list of packages to remove.
Offline
When you use the "u" flag, it will tell pacman not to remove packages that are needed.
So "warning: removing perl-xml-simple from target list" just means perl-xml-simple is needed by some package so it is being removed from the list of packages to remove.
Thanks for the explanation!
Offline