| … | |
… | |
| 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.5 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.48 2008/06/15 21:28:52 jkt Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.49 2010/11/14 15:11:01 nightmorph Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <abstract> |
11 | <abstract> |
| 12 | In this chapter we help you choose and install some important tools. |
12 | In this chapter we help you choose and install some important tools. |
| 13 | </abstract> |
13 | </abstract> |
| 14 | |
14 | |
| 15 | <version>9.1</version> |
15 | <version>9.2</version> |
| 16 | <date>2008-06-15</date> |
16 | <date>2010-11-14</date> |
| 17 | |
17 | |
| 18 | <section> |
18 | <section> |
| 19 | <title>System Logger</title> |
19 | <title>System Logger</title> |
| 20 | <body> |
20 | <body> |
| 21 | |
21 | |
| … | |
… | |
| 96 | <body> |
96 | <body> |
| 97 | |
97 | |
| 98 | <p> |
98 | <p> |
| 99 | If you want to index your system's files so you are able to quickly |
99 | If you want to index your system's files so you are able to quickly |
| 100 | locate them using the <c>locate</c> tool, you need to install |
100 | locate them using the <c>locate</c> tool, you need to install |
| 101 | <c>sys-apps/slocate</c>. |
101 | <c>sys-apps/mlocate</c>. |
| 102 | </p> |
102 | </p> |
| 103 | |
103 | |
| 104 | <pre caption="Installing slocate"> |
104 | <pre caption="Installing mlocate"> |
| 105 | # <i>emerge slocate</i> |
105 | # <i>emerge mlocate</i> |
| 106 | </pre> |
106 | </pre> |
| 107 | |
107 | |
| 108 | </body> |
108 | </body> |
| 109 | </section> |
109 | </section> |
| 110 | <section> |
110 | <section> |