source: MondoRescue/branches/2.05/mondo/mondo/docs/en/1.6x-howto/mindiinstallation.html@ 216

Last change on this file since 216 was 30, checked in by bcornec, 19 years ago

Id property added on files to allow for better conf. management

  • Property svn:keywords set to Id
File size: 4.8 KB
Line 
1<HTML>
2 <HEAD>
3 <!-- $MVD$:app("MicroVision WebExpress","769") -->
4 <!-- $MVD$:template("","0","0") -->
5 <!-- $MVD$:color("18","840084","Custom #1","0") -->
6 <!-- $MVD$:color("19","e0e0e0","Custom #2","0") -->
7 <!-- $MVD$:color("20","80ff","Orange","1") -->
8 <!-- $MVD$:color("21","ffd6ce","Lavender","1") -->
9 <TITLE>Mindi </TITLE>
10 <META NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
11">
12 <LINK REL="HOME" HREF="index.html" TITLE=" Mondo Rescue and Mindi Linux HOWTO "><LINK REL="UP" HREF="installation.html" TITLE=" Installation "><LINK REL="PREVIOUS" HREF="installation.html" TITLE=" Installation "><LINK REL="NEXT" HREF="mondoinstallation.html" TITLE=" Mondo "></HEAD>
13 <BODY BGCOLOR="WHITE" TEXT="BLACK" LINK="BLUE" VLINK="#840084" ALINK="BLUE" CLASS="SECTION">
14 <DIV ALIGN=LEFT>
15 <P ALIGN=LEFT>
16 <TABLE WIDTH="100%" CELLPADDING="0" CELLSPACING="0" BORDER="0" SUMMARY="Header navigation table">
17 <TR>
18 <TD COLSPAN="3" VALIGN=CENTER>
19 <P ALIGN=CENTER>
20 Mondo Rescue and Mindi Linux HOWTO</TD>
21 </TR>
22 <TR>
23 <TD WIDTH="10%" VALIGN=BOTTOM>
24 <P ALIGN=LEFT>
25 <A HREF="installation.html" ACCESSKEY="P">Prev</A></TD>
26 <TD WIDTH="80%" VALIGN=BOTTOM>
27 <P ALIGN=CENTER>
28 Chapter 5. Installation</TD>
29 <TD WIDTH="10%" VALIGN=BOTTOM>
30 <P ALIGN=RIGHT>
31 <A HREF="mondoinstallation.html" ACCESSKEY="N">Next</A></TD>
32 </TR>
33 </TABLE>
34 <HR ALIGN=LEFT WIDTH="100%" SIZE="2">
35 </P>
36 </DIV>
37 <H1 CLASS="SECTION" ALIGN=LEFT>
38 <A NAME="MINDIINSTALLATION"></A>5.1. Mindi</H1>
39 <H2 CLASS="SECTION" ALIGN=LEFT>
40 <A NAME="AEN242"></A>5.1.1. TGZ</H2>
41 <P ALIGN=LEFT>
42 If you are installing from a tarball then copy it to wherever you
43 have enough space, for example /tmp and type:</P>
44 <DIV ALIGN=LEFT>
45 <P ALIGN=LEFT>
46 <TABLE WIDTH="100%" CELLPADDING="1" CELLSPACING="2" BORDER="0">
47 <TR>
48 <TD BGCOLOR="#E0E0E0" VALIGN=CENTER><PRE
49 CLASS="PROGRAMLISTING"><FONT
50 COLOR="BLACK">bash# cd /tmp</FONT><BR><FONT
51 COLOR="BLACK">bash# tar -zxvf mindi-0.7x.tgz</FONT><BR><FONT
52 COLOR="BLACK">bash# cd mindi-0.7x</FONT><BR><FONT
53 COLOR="BLACK">bash# ./install.sh </FONT></TD></TR>
54 </TABLE></P>
55 </DIV>
56 <P ALIGN=LEFT>
57 This installs mindi into /usr/local/share/mindi and installs links to
58 the programs into /usr/local/sbin</P>
59 <H2 CLASS="SECTION" ALIGN=LEFT>
60 <A NAME="AEN247"></A>5.1.2. RPM</H2>
61 <P ALIGN=LEFT>
62 Or, if you are installing from an RPM then copy it to wherever you
63 have enough space, for example /tmp and type:</P>
64 <DIV ALIGN=LEFT>
65 <P ALIGN=LEFT>
66 <TABLE WIDTH="100%" CELLPADDING="1" CELLSPACING="2" BORDER="0">
67 <TR>
68 <TD BGCOLOR="#E0E0E0" VALIGN=CENTER><PRE
69 CLASS="PROGRAMLISTING"><FONT
70 COLOR="BLACK">bash# rpm -Uvh /tmp/mindi-0.7x-x.i386.rpm </FONT></TD></TR>
71 </TABLE></P>
72 </DIV>
73 <P ALIGN=LEFT>
74 This installs mindi into /usr/share/mindi and installs links to the
75 programs into /usr/sbin. This may be /usr/local/share/mindi and /usr/local/sbin,
76 depending on the package you use. Different Linux distributions put
77 system files in different places. The funny thing is, each
78 distribution claims it is right and the others are wrong. Oh, and
79 they all agree that I mustn't have read the LFS! :-)</P>
80 <H2 CLASS="SECTION" ALIGN=LEFT>
81 <A NAME="AEN252"></A>5.1.3. DEB</H2>
82 <P ALIGN=LEFT>
83 Debian users may wish to first create a .deb file and then use the
84 debian package manager:</P>
85 <DIV ALIGN=LEFT>
86 <P ALIGN=LEFT>
87 <TABLE WIDTH="100%" CELLPADDING="1" CELLSPACING="2" BORDER="0">
88 <TR>
89 <TD BGCOLOR="#E0E0E0" VALIGN=CENTER><PRE
90 CLASS="PROGRAMLISTING"><FONT
91 COLOR="BLACK">bash# cd /tmp</FONT><BR><FONT
92 COLOR="BLACK">bash# alien mindi*.rpm</FONT><BR><FONT
93 COLOR="BLACK">bash# dpkg -i mindi*.deb </FONT></TD></TR>
94 </TABLE></P>
95 </DIV>
96 <P ALIGN=LEFT>
97 This installs mindi into /usr/share/mindi and installs links to the
98 programs into /usr/sbin</P>
99 <DIV ALIGN=LEFT>
100 <P ALIGN=LEFT>
101 <HR ALIGN=LEFT WIDTH="100%" SIZE="2">
102 <TABLE WIDTH="100%" CELLPADDING="0" CELLSPACING="0" BORDER="0" SUMMARY="Footer navigation table">
103 <TR>
104 <TD WIDTH="33%" VALIGN=TOP>
105 <P ALIGN=LEFT>
106 <A HREF="installation.html" ACCESSKEY="P">Prev</A></TD>
107 <TD WIDTH="34%" VALIGN=TOP>
108 <P ALIGN=CENTER>
109 <A HREF="index.html" ACCESSKEY="H">Home</A></TD>
110 <TD WIDTH="33%" VALIGN=TOP>
111 <P ALIGN=RIGHT>
112 <A HREF="mondoinstallation.html" ACCESSKEY="N">Next</A></TD>
113 </TR>
114 <TR>
115 <TD WIDTH="33%" VALIGN=TOP>
116 <P ALIGN=LEFT>
117 Installation</TD>
118 <TD WIDTH="34%" VALIGN=TOP>
119 <P ALIGN=CENTER>
120 <A HREF="installation.html" ACCESSKEY="U">Up</A></TD>
121 <TD WIDTH="33%" VALIGN=TOP>
122 <P ALIGN=RIGHT>
123 Mondo</TD>
124 </TR>
125 </TABLE>
126 </BODY>
127</HTML>
Note: See TracBrowser for help on using the repository browser.