| 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-install-finalise.xml,v 1.8 2003/11/17 15:41:41 swift Exp $ --> |
4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-finalise.xml,v 1.9 2003/11/23 16:27:02 swift Exp $ --> |
| 5 | |
5 | |
| 6 | <sections> |
6 | <sections> |
| 7 | <section> |
7 | <section> |
| 8 | <title>User Administration</title> |
8 | <title>User Administration</title> |
| 9 | <subsection> |
9 | <subsection> |
| … | |
… | |
| 165 | Now install the packages you want. CD-2 contains several prebuild binaries, for |
165 | Now install the packages you want. CD-2 contains several prebuild binaries, for |
| 166 | instance KDE: |
166 | instance KDE: |
| 167 | </p> |
167 | </p> |
| 168 | |
168 | |
| 169 | <pre caption="Installing KDE"> |
169 | <pre caption="Installing KDE"> |
| 170 | # <i>emerge -k kde</i> |
170 | # <i>emerge --usepkg kde</i> |
| 171 | </pre> |
171 | </pre> |
| 172 | |
172 | |
| 173 | <p> |
173 | <p> |
| 174 | Be sure to install the binaries now. When you do an <c>emerge sync</c> to update |
174 | Be sure to install the binaries now. When you do an <c>emerge sync</c> to update |
| 175 | Portage (as you will learn later), the prebuilt binaries might not match against |
175 | Portage (as you will learn later), the prebuilt binaries might not match against |
| 176 | the ebuilds in your updated Portage. You can try to circumvent this by using |
176 | the ebuilds in your updated Portage. You can try to circumvent this by using |
| 177 | <c>emerge -K</c> instead of <c>emerge -k</c>. |
177 | <c>emerge --usepkgonly</c> instead of <c>emerge --usepkg</c>. |
| 178 | </p> |
178 | </p> |
| 179 | |
179 | |
| 180 | <p> |
180 | <p> |
| 181 | Congratulations, your system is now fully equiped! Continue with <uri |
181 | Congratulations, your system is now fully equiped! Continue with <uri |
| 182 | link="?part=1&chap=12">Where to go from here?</uri> to learn more about |
182 | link="?part=1&chap=12">Where to go from here?</uri> to learn more about |