doc update: use apt-get instead of aptitude for Debian and derivatives

This commit is contained in:
Tony Theodore 2013-03-10 18:29:42 +11:00
parent 221525d42f
commit d031167559
1 changed files with 3 additions and 3 deletions

View File

@ -676,10 +676,10 @@ USE_OSGPLUGIN(<plugin2>)
</tr> </tr>
</table> </table>
<h3 id="requirements-debian">Debian (GNU/kFreeBSD &amp; GNU/Linux)</h3> <h3 id="requirements-debian">Debian and derivatives</h3>
<!-- http://www.debian.org/distrib/packages#search_packages --> <!-- http://www.debian.org/distrib/packages#search_packages -->
<pre>aptitude install -R autoconf automake bash bison bzip2 \ <pre>apt-get install autoconf automake bash bison bzip2 \
cmake flex gettext git g++ intltool \ cmake flex gettext git g++ intltool \
libtool libltdl-dev openssl libssl-dev \ libtool libltdl-dev openssl libssl-dev \
libxml-parser-perl make patch perl \ libxml-parser-perl make patch perl \
@ -689,7 +689,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<p> <p>
On 64-bit Debian, install also: On 64-bit Debian, install also:
</p> </p>
<pre>aptitude install -R g++-multilib libc6-dev-i386</pre> <pre>apt-get install g++-multilib libc6-dev-i386</pre>
<h3 id="requirements-fedora">Fedora</h3> <h3 id="requirements-fedora">Fedora</h3>