From 13d9fee763a2949d5e40d7309d95f72a72f6e7ca Mon Sep 17 00:00:00 2001 From: kytv Date: Sun, 19 May 2013 16:54:41 +0000 Subject: [PATCH] Launchpad only supports Precise and newer. Debian Wheezy is the new stable. Squeeze is not supported in Launchpad anymore. Added a link to my eepsite for Squeeze, arm* and kfreebsd* binaries --- www.i2p2/pages/debian.html | 37 ++++++++++++++++------------------- www.i2p2/pages/debian_fr.html | 20 ++++++++----------- 2 files changed, 25 insertions(+), 32 deletions(-) diff --git a/www.i2p2/pages/debian.html b/www.i2p2/pages/debian.html index 71a19ba6..22c9fbca 100644 --- a/www.i2p2/pages/debian.html +++ b/www.i2p2/pages/debian.html @@ -6,21 +6,17 @@ The packages hosted on the I2P Launchpad site have been tested and should work on x86/x86_64 platforms running The I2P packages may work on systems not listed above. Please report any issues with these packages on Trac at http://trac.i2p2.de. -

Instructions for Ubuntu Lucid Lynx (and newer) and derivatives like Linux Mint & Trisquel

+

Instructions for Ubuntu Precise Pangolin (and newer) and derivatives like Linux Mint & Trisquel

Adding the PPA via the command line and installing I2P
  1. Open a terminal and enter:
    @@ -38,16 +34,17 @@ was added with the earlier command.
Adding the PPA Using Synaptic
    -
  1. Open Synaptic (System -> Administration -> Synaptic Package Manager).
  2. +
  3. Open Synaptic (System -> Administration -> Synaptic Package Manager).
  4. Once Synaptic opens, select Repositories from the Settings menu.
  5. Click the Other Sources tab and click Add. Paste ppa:i2p-maintainers/i2p into the APT-line field and click Add Source. Click the Close button then Reload.
  6. In the Quick Filter box, type in i2p and press enter. When i2p is returned in the results list, right click i2p and select Mark for Installation. After doing so you may see a Mark additional required changes? popup. If so, click Mark then Apply.
  7. -
+ After the installation process completes you can move on to the next part of starting I2P and configuring it for your system. -

Instructions for Debian Lenny and newer

+

Instructions for Debian Wheezy and newer

+

(For Squeeze you can follow the instructions here).

The steps below should be performed with root access (i.e., switching user to root with "su" or by prefixing each command with "sudo").
    @@ -55,13 +52,9 @@ user to root with "su" or by prefixing each command with "sudo").     apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EB2CC88B
    You'll have output like the following if the command was successful:
         -
  1. For Debian Oldstable (Lenny) and Stable (Squeeze): Add the following entries to /etc/apt/sources.list.d/i2p.list
    -     deb http://ppa.launchpad.net/i2p-maintainers/i2p/ubuntu natty main
    -    deb-src http://ppa.launchpad.net/i2p-maintainers/i2p/ubuntu natty main

    -
    -For Debian Testing (Wheezy) or Unstable (Sid), use the following:
    -     deb http://ppa.launchpad.net/i2p-maintainers/i2p/ubuntu precise main
    -    deb-src http://ppa.launchpad.net/i2p-maintainers/i2p/ubuntu precise main

  2. +
  3. Add the following entries to /etc/apt/sources.list.d/i2p.list
    +     deb http://ppa.launchpad.net/i2p-maintainers/i2p/ubuntu raring main
    +    deb-src http://ppa.launchpad.net/i2p-maintainers/i2p/ubuntu raring main

  4. Notify your package manager of the new PPA by entering
        apt-get update
    This command will retrieve the latest list of software from every @@ -75,11 +68,15 @@ After the installation process completes you can move on to the next part of su" or by prefixing each command with "sudo").
      -
    1. Download the i2p-router package from the PPA.
    2. +
    3. Download the i2p-router package + from the PPA. + Alternatively, there are unofficial packages available within I2P + (or through an inproxy (not anonyous!)) for armel, armhf, and kfreebsd.
    4. Make sure that you have Java installed. Running apt-get install default-jre should be sufficient.
      You are now ready to install I2P!
          dpkg -i i2p-router_*.deb
    5. -
    6. It is recommended to compile jbigi for your system to achieve better performance. Instructions are available here.
    7. +
    8. It is recommended to compile jbigi for your system to achieve better performance. Instructions are available here. +
    After the installation process completes you can move on to the next part of starting I2P and configuring it for your system.

    Post-install work

    diff --git a/www.i2p2/pages/debian_fr.html b/www.i2p2/pages/debian_fr.html index bc7c0897..f38181c2 100644 --- a/www.i2p2/pages/debian_fr.html +++ b/www.i2p2/pages/debian_fr.html @@ -6,14 +6,10 @@ The paquets hébergés sur le site Launchpad I2P ont été testés et devraient fonctionner sur x86/x86_64 avec Les paquets I2P peuvent marcher sur des systèmes non listés ci-dessus. Merci de rapporter tout problème avec ces paquets dans Trac sur @@ -25,7 +21,7 @@ Merci de rapporter tout problème avec ces paquets dans Non-Linux (et peut-être les architectures non x-86)
  5. -

    Instructions pour Ubuntu Lucid Lynx (et plus récentes) et ses dérivées comme Linux Mint & Trisquel

    +

    Instructions pour Ubuntu Precise Pangolin (et plus récentes) et ses dérivées comme Linux Mint & Trisquel

    Ajout du PPA via la ligne de commande et installation d'I2P
    1. Ouvrez un terminal et entrez:
      @@ -41,7 +37,7 @@ ajoutée par la commande précédente.
    Ajout de la PPA et installation avec Synaptic
      -
    1. Ouvrez Synaptic (Système -> Administration -> Gestionnaire de paquets Synaptic).
    2. +
    3. Ouvrez Synaptic (Système -> Administration -> Gestionnaire de paquets Synaptic).
    4. Une fois Synaptic lancé, sélectionnez Dépôts dans le menu Configuration.
    5. Cliquez sur l'onglet Autres logiciels et cliquez sur le bouton @@ -63,13 +59,13 @@ cliquez sur Ajouter à la sélection pui
      À la fin du processus d'installation vous pouvez passer à l'étape suivante pour démarrer I2P et le configurer pour votre système.
      -

      Instructions pour Debian Lenny et plus récentes

      +

      Instructions pour Debian Wheezy et plus récentes

      Les étapes suivantes doivent être effectuées avec l'accès root (c.à d. en basculant de l'utilisateur en cours à root avec "su" ou en préfixant chaque commande avec "sudo").
      1. Ajoutez les entrées suivantes à /etc/apt/sources.list.d/i2p.list
        -     deb http://ppa.launchpad.net/i2p-maintainers/i2p/ubuntu natty main
        -    deb-src http://ppa.launchpad.net/i2p-maintainers/i2p/ubuntu natty main

        +     deb http://ppa.launchpad.net/i2p-maintainers/i2p/ubuntu raring main
        +    deb-src http://ppa.launchpad.net/i2p-maintainers/i2p/ubuntu raring main

        Ces deux lignes devraient fonctionner quelle que soit la version de Debian installée.
      2. Ajouter la clé GPG de signature du dépôt avec la commande suivante: