Installing gvSIG 1.10 32 bit on Linux Ubuntu 64 bitInstallare gvSIG 1.10 32 bit su Linux Ubuntu 64 bit

This procedure allows you to install the software GIS gvSIG (32 bit version) on the Linux distribution Ubuntu 10.10 (64 bit version). Basically we have to install a 32-bit version of the JVM:

  1. download gvSIG 1.10 from the official reposistory
  2. enable  in the “sources.list” file  the repository:
     deb http://archive.canonical.com/ubuntu maverick partner
     deb-src http://archive.canonical.com/ubuntu maverick partner
  3. execute the follow commands:
    sudo apt-get update
    sudo apt-get install ia32-sun-java6-bin
  4. check and config the installation:
    update-alternatives --config java
  5. install gvSIG 1.10 as usual

Done!!!Questa procedura consente di installare il software GIS gvSIG (versione 32 bit) sulla distribuzione Linux Ubuntu 10.10 (versione 64 bit).  Fondalmentamente si tratta di installare una versione 32 bit della JVM

  1. Scaricare gvSIG 1.10 senza requisiti dai repository ufficiali gvSIG
  2. abilitare nel file “sources.list”  il repository:
     deb http://archive.canonical.com/ubuntu maverick partner
     deb-src http://archive.canonical.com/ubuntu maverick partner
  3. esecuzione dei seguenti comandi:
    sudo apt-get update
    sudo apt-get install ia32-sun-java6-bin
  4. verifica e configurazione dell’installazione:
    update-alternatives --config java
  5. install gvSIG 1.10 as usual

Fatto!!!