ubuntu

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!!!

Installation of libreoffice 3.3 on Ubuntu 10.04 (Lucid)Installazione del software libreoffice 3.3 su Ubuntu 10.04 (Lucid)

In this article I want to share my experience with the installation of the Libre Office free software. First of all I just want to thank the document foundation. Iwish you good luck!!! for this great initiative.

Now this simply procedure (taken from the ubuntu forum):

1. Download LibreOffice from: LibreOffice Downloads;

2. Extract the file to ~/Desktop

3. Rename the file to libreoffice

4. Open Terminal and enter this command:

sudo dpkg -i ~/Desktop/libreoffice/DEBS/*.deb

5. Then enter the following command into Terminal:

sudo dpkg -i ~/Desktop/libreoffice/DEBS/desktop-integration/libreoffice3.3-debian-menus_3.3-9526_all.deb

In questo artico lo vorrei condividere la mia esperienza di installazione del sofware libero Libre Office su ubuntu 10.04 (lucid lynx). Di seguito la semplice procedura che ho seguito (Ubuntu forum)

1. Scaricare LibreOffice from: LibreOffice Downloads;
2. Estrarre i file in ~/Desktop
3. Rinominare la directory in “libreoffice”
4. Aprire un terminal ed eseguire:

sudo dpkg -i ~/Desktop/libreoffice/DEBS/*.deb

5. Successivamente questo:

sudo dpkg -i ~/Desktop/libreoffice/DEBS/desktop-integration/libreoffice3.3-debian-menus_3.3-9526_all.deb

Installing PostgreSQL 8.3.7 on Ubuntu 9.04Installare PostgreSQL 8.3.7 su Ubuntu 9.04

To  install PostgreSQL 8.3.7 I used the .bin file (Installer version Version 8.3.7-1) from the website enterprisedb:

  1. Convert the .bin file into an executable one with the command: ‘sudo chmod +x nomefile.bin’
  2. Follow the installation instructions
  3. Postgis 1.3.5 can be installed with  ‘Application stack builder’

Per installare PostgreSQL 8.3.7 ho utilizzato il file .bin (Installer version Version 8.3.7-1) dal sito di enterprisedb:

  1. Rendere il file eseguibile con il comando: ‘sudo chmod +x nomefile.bin’
  2. Seguire le istruzioni di installazione
  3. Installare Postgis 1.3.5 attraverso ‘Application stack builder’