From d03116755961f32993a46574d39ea3df6b1b9282 Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Sun, 10 Mar 2013 18:29:42 +1100 Subject: [PATCH] doc update: use apt-get instead of aptitude for Debian and derivatives --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 63e9f681..440cdc0f 100644 --- a/index.html +++ b/index.html @@ -676,10 +676,10 @@ USE_OSGPLUGIN(<plugin2>) -

Debian (GNU/kFreeBSD & GNU/Linux)

+

Debian and derivatives

-
aptitude install -R autoconf automake bash bison bzip2 \
+    
apt-get install autoconf automake bash bison bzip2 \
                     cmake flex gettext git g++ intltool \
                     libtool libltdl-dev openssl libssl-dev \
                     libxml-parser-perl make patch perl \
@@ -689,7 +689,7 @@ USE_OSGPLUGIN(<plugin2>)
     

On 64-bit Debian, install also:

-
aptitude install -R g++-multilib libc6-dev-i386
+
apt-get install g++-multilib libc6-dev-i386

Fedora