Advertisement
Guest User

otest5

a guest
Jul 21st, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.15 KB | None | 0 0
  1. emerge --depclean -a
  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.  *   >=dev-libs/openssl-1.0.1:0=[bindist] pulled in by:
  20.  *     net-misc/openssh-7.7_p1-r6
  21.  *
  22.  *   dev-libs/openssl:0/0=[abi_x86_64(-)] pulled in by:
  23.  *     app-arch/libarchive-3.3.1
  24.  *
  25.  *   dev-libs/openssl:0/0= pulled in by:
  26.  *     app-text/mupdf-1.12.0-r2
  27.  *
  28.  *   dev-libs/openssl:0/0= pulled in by:
  29.  *     net-misc/openssh-7.7_p1-r6
  30.  *
  31.  *   >=dev-libs/openssl-1.0.1:0/0=[bindist] pulled in by:
  32.  *     net-misc/openssh-7.7_p1-r6
  33.  *
  34.  *   >=dev-libs/openssl-1.0.1h-r2:0/0=[abi_x86_64(-)] pulled in by:
  35.  *     net-nds/openldap-2.4.44
  36.  *
  37.  *   dev-libs/openssl:0/0=[abi_x86_64(-)] pulled in by:
  38.  *     net-misc/curl-7.61.0
  39.  *
  40.  *   dev-libs/openssl:0/0= pulled in by:
  41.  *     x11-base/xorg-server-1.19.5-r2
  42.  *
  43.  *   dev-libs/openssl:0/0= pulled in by:
  44.  *     www-client/w3m-0.5.3_p20180125
  45.  *
  46.  * Have you forgotten to do a complete update prior to depclean? The
  47.  * most comprehensive command for this purpose is as follows:
  48.  *
  49.  *   emerge --update --newuse --deep --with-bdeps=y @world
  50.  *
  51.  * Note that the --with-bdeps=y option is not required in many
  52.  * situations. Refer to the emerge manual page (run `man emerge`)
  53.  * for more information about --with-bdeps.
  54.  *
  55.  * Also, note that it may be necessary to manually uninstall
  56.  * packages that no longer exist in the portage tree, since it may
  57.  * not be possible to satisfy their dependencies.
  58. ken ~ #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement