from small one page howto to huge articles all in one place
Last additions:
May 25th. 2007:
April, 26th. 2006:
|
You are here: manpages
PER-CLEANER
Section: User Commands (1) Updated: July 2023 Index
Return to Main Contents
NAME
per-cleaner - manual page for per-cleaner 2.31
SYNOPSIS
per-cleaner
[ ,OPTION/]
DESCRIPTION
perl-cleaner -- Find & rebuild packages and Perl header files broken due to a perl upgrade
OPTIONS
- -h, --help
-
Print usage
- -V, --version
-
Print version
- -p, --pretend
-
Pretend (don't do anything)
- -v, --verbose
-
Increase verbosity (may be specified multiple times)
- -q, --quiet
-
Decrease verbosity
- --modules
-
Rebuild perl modules for old installs of perl
- --allmodules
-
Rebuild all perl modules
- --libperl
-
Rebuild anything linked against libperl
- --all
-
Short for --modules --libperl
- --reallyall
-
Short for --allmodules --libperl
- --dont-delete-leftovers
-
Do not delete known, typical leftover files
- -P PM, --package-manager PM
-
Use package manager PM, where PM can be one of:
- * portage (Default)
-
* pkgcore
* paludis
- -- OPTIONS
-
Pass additional options to PM (not recommended)
AUTHORS
Michael Cummings <mcummings@gentoo.org>
Torsten Veller <tove@gentoo.org>
Michael Sterrett [contributor] <mr_bones_@gentoo.org>
Scott Taylor [contributor] <swtaylor@gentoo.org>
Andreas K. Huettel <dilfridge@gentoo.org>
Version 2 based on ideas from pytho-updater.
EXAMPLES
* Rebuild packages after a perl upgrade:
$> per-cleaner -all
* Rebuild packages after changing the debug or ithreads useflag of perl:
$> per-cleaner -all
REPORTING BUGS
Submit bug reports to https://bugs.gentoo.org/
COPYRIGHT
Copyright © 200-2016 Gentoo Foundation,
Distributed under the terms of the GNU General Public License v2
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- OPTIONS
-
- AUTHORS
-
- EXAMPLES
-
- REPORTING BUGS
-
- COPYRIGHT
-
|