| 1 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
1 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 2 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
2 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 3 | |
3 | |
| 4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.6 2003/11/27 14:45:38 swift Exp $ --> |
4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.7 2003/11/29 12:06:49 bennyc Exp $ --> |
| 5 | |
5 | |
| 6 | <sections> |
6 | <sections> |
| 7 | <section> |
7 | <section> |
| 8 | <title>Obtaining Package Information</title> |
8 | <title>Obtaining Package Information</title> |
| 9 | <subsection> |
9 | <subsection> |
| … | |
… | |
| 486 | what dependencies will be installed with it, use the <c>--pretend</c> option |
486 | what dependencies will be installed with it, use the <c>--pretend</c> option |
| 487 | (<c>-p</c> in short): |
487 | (<c>-p</c> in short): |
| 488 | </p> |
488 | </p> |
| 489 | |
489 | |
| 490 | <pre caption="Pretending to download the prebuild packages for gnumeric"> |
490 | <pre caption="Pretending to download the prebuild packages for gnumeric"> |
| 491 | # <i>emerge --ginbinpkg --pretend gnumeric</i> |
491 | # <i>emerge --getbinpkg --pretend gnumeric</i> |
| 492 | </pre> |
492 | </pre> |
| 493 | |
493 | |
| 494 | <p> |
494 | <p> |
| 495 | You can also opt to download the prebuild package (and the package-related |
495 | You can also opt to download the prebuild package (and the package-related |
| 496 | information) <e>without</e> checking the information on your local system and |
496 | information) <e>without</e> checking the information on your local system and |