Advertisement
grondinm

DepClean

Oct 4th, 2012
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. emerge -ac
  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, it is often necessary to run `emerge --update
  13. * --newuse --deep @world` prior to depclean.
  14.  
  15. Calculating dependencies... done!
  16. >>> Calculating removal order...
  17.  
  18. >>> These are the packages that would be unmerged:
  19.  
  20. sys-kernel/gentoo-sources
  21. selected: 3.5.4
  22. protected: none
  23. omitted: 3.3.8 3.6.0
  24.  
  25. media-libs/fontconfig-infinality
  26. selected: 20120619
  27. protected: none
  28. omitted: none
  29.  
  30. sys-fs/udisks
  31. selected: 1.98.0
  32. protected: none
  33. omitted: 1.0.4-r2
  34.  
  35. sys-fs/cryptsetup
  36. selected: 1.4.3
  37. protected: none
  38. omitted: none
  39.  
  40. media-fonts/croscorefonts
  41. selected: 1.21.0
  42. protected: none
  43. omitted: none
  44.  
  45. app-admin/eselect-infinality
  46. selected: 1
  47. protected: none
  48. omitted: none
  49.  
  50. app-admin/eselect-lcdfilter
  51. selected: 1
  52. protected: none
  53. omitted: none
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement