| … | |
… | |
| 2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
| 3 | |
3 | |
| 4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 5 | <!-- See http://creativecommons.org/licenses/by-sa/2.0 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/2.0 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.52 2005/05/17 20:13:38 neysx Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v 1.54 2005/06/11 12:16:14 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>1.47</version> |
11 | <version>1.49</version> |
| 12 | <date>2005-05-17</date> |
12 | <date>2005-06-11</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>Welcome to Portage</title> |
15 | <title>Welcome to Portage</title> |
| 16 | <body> |
16 | <body> |
| 17 | |
17 | |
| … | |
… | |
| 224 | media-libs/alsa-lib-1.0.9_rc3 |
224 | media-libs/alsa-lib-1.0.9_rc3 |
| 225 | * Contents of media-libs/alsa-lib-1.0.9_rc3: |
225 | * Contents of media-libs/alsa-lib-1.0.9_rc3: |
| 226 | /usr |
226 | /usr |
| 227 | /usr/bin |
227 | /usr/bin |
| 228 | /usr/bin/alsalisp |
228 | /usr/bin/alsalisp |
| 229 | <<output truncated>> |
229 | <comment>(Output truncated)</comment> |
| 230 | </pre> |
230 | </pre> |
| 231 | |
231 | |
| 232 | </body> |
232 | </body> |
| 233 | </subsection> |
233 | </subsection> |
| 234 | <subsection> |
234 | <subsection> |
| … | |
… | |
| 289 | </p> |
289 | </p> |
| 290 | |
290 | |
| 291 | <pre caption="Updating your entire system"> |
291 | <pre caption="Updating your entire system"> |
| 292 | # <i>emerge --update --deep world</i> |
292 | # <i>emerge --update --deep world</i> |
| 293 | </pre> |
293 | </pre> |
|
|
294 | |
|
|
295 | <p> |
|
|
296 | Since security updates also happen in packages you have not explicitly installed |
|
|
297 | on your system (but that are pulled in as dependencies of other programs), it |
|
|
298 | is recommended to run this command once in a while. |
|
|
299 | </p> |
| 294 | |
300 | |
| 295 | <p> |
301 | <p> |
| 296 | If you have altered any of your <uri link="?part=2&chap=2">USE flags</uri> |
302 | If you have altered any of your <uri link="?part=2&chap=2">USE flags</uri> |
| 297 | lately you might want to add <c>--newuse</c> as well. Portage will then verify |
303 | lately you might want to add <c>--newuse</c> as well. Portage will then verify |
| 298 | if the change requires the installation of new packages or recompilation of |
304 | if the change requires the installation of new packages or recompilation of |