~ubuntu-branches/ubuntu/gutsy/hplip/gutsy-security

« back to all changes in this revision

Viewing changes to doc/install/step3/index.html

  • Committer: Bazaar Package Importer
  • Author(s): Till Kamppeter
  • Date: 2006-09-15 18:00:07 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060915180007-96mez3nck3oy5wij
Tags: 1.6.7-2ubuntu1
* Merge from debian unstable.
* Removed patches 50_ui-supportform-cleanups.dpatch and
  55_ui-supportform-debian.dpatch, there is no support window in the HP
  toolbox any more.
* HPLIP (file io/hpiod/usbext.h) includes linux/compiler.h which is not
  part of Ubuntu Linux and not needed. Removed the include with patch
  80_no-compiler.h.dpatch.
* debian/control: Let the "Conflicts:" of hpijs-ppds be only a "Breaks:"
  to facilitate an update from the previous version when both hpijs and
  hpijs-ppds are installed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
  <link rel="stylesheet" href="../../styles/default.css" type="text/css" /> 
12
12
       <meta name="author" content="" />
13
13
       <meta name="email" content="" />
 
14
  <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
 
15
  <META HTTP-EQUIV="EXPIRES" CONTENT="Mon, 22 Jul 2002 11:12:01 GMT">
14
16
 </head>
15
17
 
16
18
 <body>
58
60
                <menu compact="compact">
59
61
                    <li><a href="../../tech_docs/index.html" title="">Technical Documentation</a></li> 
60
62
                    <li><a href="http://sourceforge.net/projects/hplip/" title="Our project page on Sourceforge.net">Sourceforge Project Page</a></li> 
61
 
                    <li><a href="../../license.html" title="Software License">Software License</a></li> 
62
 
                    <li><a href="http://www.hp.com/" title="HP is a technology solutions provider to consumers, businesses and institutions globally.">www.hp.com</a></li> 
63
 
                    <li><a href="http://www.linuxprinting.org/" title="Resources to help with printing under free operating systems like GNU/Linux">www.linuxprinting.org</a></li> 
64
 
                    <li><a href="http://www.cups.org/" title="Common UNIX Printing System">www.cups.org</a></li> 
 
63
                    <li><a href="../../license.html" title="Software License">Software License</a></li>
 
64
                    <li><a a href="../../other_support.html" title="Other Support Information">Other Support Information</a></li>
 
65
                    <li><a a href="../../about.html" title="About">About HPLIP</a></li>
65
66
                    <li><a href="../../contacts.html" title="Contacts">Contacts</a></li>
66
67
                </menu>
67
68
            </td>
73
74
        <td align="left" valign="top" class="content">
74
75
        <div class="document" id="installation-step-3-download-and-install-hplip-software">
75
76
<h1 class="title">Installation - Step 3 - Download and install HPLIP software</h1>
76
 
<p>If you already have the latest HP printing software installed, then proceed to <a class="reference" href="/install/step4/index.html">Step 4: Add the Printer</a>.</p>
 
77
<p>If you already have the latest HP printing software installed, then proceed to <a class="reference" href="../step4/index.html">Step 4: Add the Printer</a>.</p>
77
78
<p>If the HP printing software is not included with your Linux distribution, or you want to ensure that you have the latest version of the software, follow these steps to download and install the HP printing software.</p>
78
79
<p><em>Warning: If you are upgrading HPLIP and HPLIP is already preinstalled with your distribution, or you if you installed HPLIP using an RPM, DEB, or other package, please uninstall the previous version using the method specific for your distribution.  If you do not do this, you may have package conflict issues or functionality problems.</em></p>
79
80
<ol class="arabic simple">
83
84
<li>Enter this command to navigate to the folder that contains the HPLIP tar file that you downloaded in step 1:</li>
84
85
</ol>
85
86
<pre class="literal-block">
86
 
$ cd [file path]
 
87
cd [file path]
87
88
</pre>
88
 
<p>(for example: $ cd /home/user/documents)</p>
 
89
<p>(for example: cd /home/user/documents)</p>
89
90
<ol class="arabic simple" start="5">
90
91
<li>Enter this command to extract the driver files from the HPLIP tar file:</li>
91
92
</ol>
92
93
<pre class="literal-block">
93
 
$ tar xvfz [HPLIP filename.tar.gz]
 
94
tar xvfz [HPLIP filename.tar.gz]
94
95
</pre>
95
96
<p>(for example: $ tar xvfz hplip-0.9.tar.gz)</p>
96
97
<p>The files are extracted to a directory named for the HPLIP version (for example, &quot;hplip-0.9&quot;).</p>
98
99
<li>Enter this command to navigate to the directory containing the HPLIP files:</li>
99
100
</ol>
100
101
<pre class="literal-block">
101
 
$ cd [folder name]
 
102
cd [folder name]
102
103
</pre>
103
104
<p>(Example: # cd hplip-0.8)</p>
104
105
<ol class="arabic simple" start="7">
105
106
<li>Enter this command (for 32-bit only - for 64-bit, skip this step and do step 8):</li>
106
107
</ol>
107
108
<pre class="literal-block">
108
 
$ ./configure --prefix=/usr
 
109
./configure --prefix=/usr
109
110
</pre>
 
111
<div class="important">
 
112
<p class="first admonition-title">Important</p>
 
113
<p class="last">Special step required for 64-bit systems.</p>
 
114
</div>
110
115
<ol class="arabic simple" start="8">
111
 
<li><strong>IMPORTANT!</strong> For <strong>64-bit</strong> Systems only enter this command:</li>
 
116
<li>For <strong>64-bit</strong> Systems enter this command:</li>
112
117
</ol>
113
118
<pre class="literal-block">
114
 
# ./configure --prefix=/usr --libdir=/usr/lib64
 
119
./configure --prefix=/usr --libdir=/usr/lib64
115
120
</pre>
116
121
<ol class="arabic simple" start="9">
117
122
<li>Enter this command:</li>
118
123
</ol>
119
124
<pre class="literal-block">
120
 
$ make
 
125
make
121
126
</pre>
122
127
<ol class="arabic simple" start="10">
123
128
<li>Follow these steps to log in as the super user:</li>
124
129
</ol>
125
 
<p><em>If you are using Ubuntu skip this step.</em></p>
 
130
<p><em>If you are using Ubuntu go to Step 14.</em></p>
126
131
<p>Enter this command:</p>
127
132
<pre class="literal-block">
128
 
$ su
 
133
su
129
134
</pre>
130
135
<ol class="arabic simple" start="11">
131
136
<li>Press Enter.</li>
132
137
<li>Enter the root password.</li>
133
138
</ol>
134
 
<p><em>Warning: The root password gives you administrative privileges on the system.</em></p>
 
139
<div class="warning">
 
140
<p class="first admonition-title">Warning</p>
 
141
<p class="last">The root password gives you administrative privileges on the system.</p>
 
142
</div>
135
143
<ol class="arabic simple" start="13">
136
144
<li>Press Enter.</li>
137
 
<li>Enter this command (except on Ubuntu - skip to step 15):</li>
 
145
<li>Enter this command:</li>
138
146
</ol>
139
147
<pre class="literal-block">
140
 
# make install
 
148
make install
 
149
</pre>
 
150
<p>For Ubuntu, Enter this command:</p>
 
151
<pre class="literal-block">
 
152
sudo make install
141
153
</pre>
142
154
<ol class="arabic simple" start="15">
143
 
<li>For Ubuntu only, Enter this command:</li>
 
155
<li>Enter this command:</li>
144
156
</ol>
145
157
<pre class="literal-block">
146
 
# sudo make install
 
158
/etc/init.d/hplip restart
 
159
</pre>
 
160
<p>For Ubuntu, enter this command:</p>
 
161
<pre class="literal-block">
 
162
sudo /etc/init.d/hplip restart
147
163
</pre>
148
164
<ol class="arabic simple" start="16">
149
 
<li>Enter this command (except on Ubuntu - skip to step 17):</li>
150
 
</ol>
151
 
<pre class="literal-block">
152
 
# /etc/init.d/hplip restart
153
 
</pre>
154
 
<ol class="arabic simple" start="17">
155
 
<li>For Ubuntu only, enter this command:</li>
156
 
</ol>
157
 
<pre class="literal-block">
158
 
# sudo /etc/init.d/hplip restart
159
 
</pre>
160
 
<ol class="arabic simple" start="18">
161
 
<li>Enter this command (except on Ubuntu - skip to step 19):</li>
162
 
</ol>
163
 
<pre class="literal-block">
164
 
# /etc/init.d/cups restart
165
 
</pre>
166
 
<ol class="arabic simple" start="19">
167
 
<li>For Ubuntu, enter this command:</li>
168
 
</ol>
169
 
<pre class="literal-block">
170
 
# sudo /etc/init.d/cupsys restart
171
 
</pre>
172
 
<p><a class="reference" href="/install/step4/index.html">Proceed to step 4.</a></p>
 
165
<li>Enter this command:</li>
 
166
</ol>
 
167
<pre class="literal-block">
 
168
/etc/init.d/cups restart
 
169
</pre>
 
170
<p>For Ubuntu, enter this command:</p>
 
171
<pre class="literal-block">
 
172
sudo /etc/init.d/cupsys restart
 
173
</pre>
 
174
<p><a class="reference" href="../step4/index.html">Proceed to step 4.</a></p>
173
175
</div>
174
176
 
175
177
 
176
178
        <hr size="1"/>
177
 
        <small>Last update: Fri Mar  3 16:45:41 2006</small>
 
179
        <small>Last update: Tue Jun 27 14:52:51 2006</small>
178
180
 
179
181
        <!-- FOOTER -->
180
182
    </table>
189
191
            <td class="footer"><a href="mailto:hplip@hp.com">Contact Site Maintainer</a></td>
190
192
        </tr>
191
193
        <tr>
192
 
            <td colspan="3" class="footer"><a href="http://sourceforge.net/" alt="Hosted by Sourceforge.net"><img src="../../images/sflogo.png"/></a></td>
 
194
            <td colspan="3" class="footer"><a href="http://sourceforge.net/" alt="Hosted by Sourceforge.net"><img src="../../images/sflogo.png" border="0"></a></td>
193
195
        </tr>
194
196
    
195
197
    </table>