source: MondoRescue/branches/2.06/documentation/mondoinstallation.sgml@ 323

Last change on this file since 323 was 323, checked in by bcornec, 18 years ago

Initial import of the documentation in SGML format.
Since the original SGML file and LyX files have not been published,
thus not preserved, I'll restart from scratch by importing the HTML
doc converted into SGML/DocBook.
Then real work begins ;-)

File size: 2.6 KB
Line 
1<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
2
3<article>
4<articleinfo>
5<!-- $MVD$:app("MicroVision WebExpress","769") -->
6<!-- $MVD$:template("","0","0") -->
7<!-- $MVD$:color("18","840084","Custom #1","0") -->
8<!-- $MVD$:color("19","e0e0e0","Custom #2","0") -->
9<!-- $MVD$:color("20","80ff","Orange","1") -->
10<!-- $MVD$:color("21","ffd6ce","Lavender","1") -->
11<title>Mondo</title>
12</articleinfo>
13
14<para></para>
15<informaltable><tgroup cols="3"><tbody>
16<row>
17<entry>
18Mondo Rescue and Mindi Linux HOWTO
19</entry>
20</row>
21<row>
22<entry>
23<ulink url="mindiinstallation.html">Prev</ulink>
24</entry>
25<entry>
26Chapter 5. Installation
27</entry>
28<entry>
29<ulink url="testingmindi.html">Next</ulink>
30</entry>
31</row>
32</tbody></tgroup></informaltable>
33
34<sect1 id="MONDOINSTALLATIO"><title>5.2. Mondo</title>
35<sect2 id="AEN25"><title>5.2.1. TGZ</title>
36<para>If you are installing from a tarball then copy it to wherever
37you have enough space, for example /tmp and type:</para>
38<para></para>
39<informaltable><tgroup cols="1"><tbody>
40<row>
41<entry>
42
43bash# cd /tmpbash# tar -zxvf mondo-1.xx.tgzbash# cd mondo-1.xxbash# make &amp;&amp; make install
44
45</entry>
46</row>
47</tbody></tgroup></informaltable>
48
49<para>This installs mondo into /usr/local/share/mondo and installs
50links to the programs into /usr/local/bin</para>
51</sect2><sect2 id="AEN26"><title>5.2.2. RPM</title>
52<para>Or, if you are installing from an RPM then copy it to copy it
53to wherever you have enough space, for example /tmp and
54type:</para>
55<para></para>
56<informaltable><tgroup cols="1"><tbody>
57<row>
58<entry>
59
60bash# rpm -Uvh /tmp/mondo-1.5x-x.i386.rpm
61
62</entry>
63</row>
64</tbody></tgroup></informaltable>
65
66<para>This installs mondo into /usr/share/mondo and installs links
67to the programs into /usr/bin</para>
68</sect2><sect2 id="AEN26"><title>5.2.3. DEB</title>
69<para>Debian users may wish to first create a .deb file and then
70use the debian package manager:</para>
71<para></para>
72<informaltable><tgroup cols="1"><tbody>
73<row>
74<entry>
75
76bash# cd /tmpbash# alien mondo*.rpmbash# dpkg -i mondo*.deb
77
78</entry>
79</row>
80</tbody></tgroup></informaltable>
81
82<para>This installs mondo into /usr/share/mondo and installs links
83to the programs into /usr/bin</para>
84<para></para>
85<informaltable><tgroup cols="3"><tbody>
86<row>
87<entry>
88<ulink url="mindiinstallation.html">Prev</ulink>
89</entry>
90<entry>
91<ulink url="index.html">Home</ulink>
92</entry>
93<entry>
94<ulink url="testingmindi.html">Next</ulink>
95</entry>
96</row>
97<row>
98<entry>
99Mindi
100</entry>
101<entry>
102<ulink url="installation.html">Up</ulink>
103</entry>
104<entry>
105Testing Mindi
106</entry>
107</row>
108</tbody></tgroup></informaltable>
109
110
111</sect2></sect1></article>
Note: See TracBrowser for help on using the repository browser.