Guest User

Untitled

a guest
Feb 17th, 2015
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. emerge --depclean
  2.  
  3. * Always study the list of packages to be cleaned for any obvious
  4. * mistakes. Packages that are part of the world set will always
  5. * be kept. They can be manually added to this set with
  6. * `emerge --noreplace <atom>`. Packages that are listed in
  7. * package.provided (see portage(5)) will be removed by
  8. * depclean, even if they are part of the world set.
  9. *
  10. * As a safety measure, depclean will not remove any packages
  11. * unless *all* required dependencies have been resolved. As a
  12. * consequence of this, it often becomes necessary to run
  13. * `emerge --update --newuse --deep @world` prior to depclean.
  14.  
  15. Calculating dependencies... done!
  16. * Dependencies could not be completely resolved due to
  17. * the following required packages not being installed:
  18. *
  19. * sys-apps/systemd:0= pulled in by:
  20. * sys-apps/dbus-1.8.10
  21. *
  22. * sys-apps/systemd:0/2= pulled in by:
  23. * sys-apps/dbus-1.8.10
  24. *
  25. * Have you forgotten to do a complete update prior to depclean? The
  26. * most comprehensive command for this purpose is as follows:
  27. *
  28. * emerge --update --newuse --deep --with-bdeps=y @world
  29. *
  30. * Note that the --with-bdeps=y option is not required in many
  31. * situations. Refer to the emerge manual page (run `man emerge`)
  32. * for more information about --with-bdeps.
  33. *
  34. * Also, note that it may be necessary to manually uninstall
  35. * packages that no longer exist in the portage tree, since it may
  36. * not be possible to satisfy their dependencies.
Advertisement
Add Comment
Please, Sign In to add comment