Installing GDAL

Asked by Bernardo

Hello,

I am new in Ubuntu, I am now making the transition from Windows to Ubuntu...
I want to install GDAL and its libraries, packages etc. on Ubuntu 13.10, but I do not know exactly why.

Can I install that via apt-get?
Should I use a certain repository?

Or it is better to biuld it from source, downloading the files?
In this case, which files do I have to download?

Thank you very much!
Sorry about the begginers question!

Bernardo Niebuhr

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gdal Edit question
Assignee:
No assignee Edit question
Solved by:
Alex Mandel
Solved:
Last query:
Last reply:
Revision history for this message
Best Alex Mandel (wildintellect) said :
#1

On 05/29/2014 01:41 PM, Bernardo wrote:
> New question #249498 on gdal in Ubuntu:
> https://answers.launchpad.net/ubuntu/+source/gdal/+question/249498
>
> Hello,
>
> I am new in Ubuntu, I am now making the transition from Windows to Ubuntu...
> I want to install GDAL and its libraries, packages etc. on Ubuntu 13.10, but I do not know exactly why.
>
> Can I install that via apt-get?
> Should I use a certain repository?
>
> Or it is better to biuld it from source, downloading the files?
> In this case, which files do I have to download?
>
> Thank you very much!
> Sorry about the begginers question!
>
> Bernardo Niebuhr
>

Yes you can simply do:
sudo apt-get install gdal-bin

If you want more up to date packages you'll want to use the Ubuntugis
PPA by doing the following:
sudo apt-add-repository ppa:ubuntugis/ubuntugis-unstable
sudo apt-get update

Then sudo apt-get install whatever you want

More details:
https://launchpad.net/~ubuntugis/+archive/ubuntugis-unstable
trac.osgeo.org/ubuntugis/

Thanks,
Alex

Revision history for this message
Bernardo (bernardo-brandaum) said :
#3

Thanks Alex Mandel, that solved my question.