Guest User

Untitled

a guest
Jul 15th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. emerge --depclean -a
  2.  
  3. * Depclean may break link level dependencies. Thus, it is
  4. * recommended to use a tool such as `revdep-rebuild` (from
  5. * app-portage/gentoolkit) in order to detect such breakage.
  6. *
  7. * Always study the list of packages to be cleaned for any obvious
  8. * mistakes. Packages that are part of the world set will always
  9. * be kept. They can be manually added to this set with
  10. * `emerge --noreplace <atom>`. Packages that are listed in
  11. * package.provided (see portage(5)) will be removed by
  12. * depclean, even if they are part of the world set.
  13. *
  14. * As a safety measure, depclean will not remove any packages
  15. * unless *all* required dependencies have been resolved. As a
  16. * consequence, it is often necessary to run `emerge --update
  17. * --newuse --deep @world` prior to depclean.
  18.  
  19. Calculating dependencies... done!
  20. >>> Calculating removal order...
  21.  
  22. >>> These are the packages that would be unmerged:
  23.  
  24.  
  25. !!! 'app-editors/nano' (virtual/editor) is part of your system profile.
  26. !!! Unmerging it may be damaging to your system.
  27.  
  28.  
  29. app-editors/nano
  30. selected: 2.2.5
  31. protected: none
  32. omitted: none
  33.  
  34. dev-lang/nasm
  35. selected: 2.09.10
  36. protected: none
  37. omitted: none
  38.  
  39. sys-kernel/gentoo-sources
  40. selected: 3.2.1-r2
  41. protected: none
  42. omitted: 3.2.12
  43.  
  44. All selected packages: dev-lang/nasm-2.09.10 sys-kernel/gentoo-sources-3.2.1-r2 app-editors/nano-2.2.5
  45.  
  46. >>> 'Selected' packages are slated for removal.
  47. >>> 'Protected' and 'omitted' packages will not be removed.
  48.  
  49. Would you like to unmerge these packages? [Yes/No]
Add Comment
Please, Sign In to add comment