Difference between revisions of "gentoo perl update"

From thelinuxwiki
Jump to: navigation, search
(Created page with "After and emerge update of perl on gentoo, it may be necessary to run # perl-cleaner -all A world update failed for me where a number of packages failed to emerge. The abov...")
 
 
Line 1: Line 1:
 
After and emerge update of perl on gentoo, it may be necessary to run
 
After and emerge update of perl on gentoo, it may be necessary to run
  # perl-cleaner -all
+
  # perl-cleaner --all
  
 
A world update failed for me where a number of packages failed to emerge.  The above command reinstalls perl modules.  The world update succeeded after running perl-cleaner.
 
A world update failed for me where a number of packages failed to emerge.  The above command reinstalls perl modules.  The world update succeeded after running perl-cleaner.

Latest revision as of 18:37, 19 April 2014

After and emerge update of perl on gentoo, it may be necessary to run

# perl-cleaner --all

A world update failed for me where a number of packages failed to emerge. The above command reinstalls perl modules. The world update succeeded after running perl-cleaner.