UbuntuGIS

Differences between revisions 83 and 91 (spanning 8 versions)
Revision 83 as of 2009-02-25 22:50:08
Size: 4566
Editor: 120
Comment:
Revision 91 as of 2018-09-11 07:30:43
Size: 4582
Editor: sebastic
Comment: Update URLs to use HTTPS
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;"><<TableOfContents(2)>>|| ||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;"><<TableOfContents(2)>>{{attachment:UbuntuGIS.png||width=300}}||
Line 3: Line 3:
Your Ubuntu is ready for daily, professional GIS work. Getting started it's just a matter of minutes. You can easily install on your machine each of the GIS applications listed below (in brackets the ''package name''), through the Synaptic Package Manager or typing ''sudo apt-get install program-name'' from the command line, just like any other package. Your Ubuntu is ready for daily, professional GIS work. Getting started -- it's just a matter of minutes. After adding the UbuntuGIS repository corresponding to their distribution (in sources.list), you can easily install on your machine each of the GIS applications listed below (in brackets the ''package name''), through the Synaptic Package Manager or typing ''sudo apt-get install program-name'' from the command line, just like any other package.
Line 6: Line 6:
 * '''Issue Tracker and Official Wiki'''
  * https://trac.osgeo.org/ubuntugis/wiki
 * '''PPA (Personal Package Archives):'''
   * Stable: https://launchpad.net/~ubuntugis/+archive/ppa/
   * Testing: https://launchpad.net/~ubuntugis/+archive/ubuntugis-testing
   * Unstable: https://launchpad.net/~ubuntugis/+archive/ubuntugis-unstable
   * Experimental: https://launchpad.net/~ubuntugis/+archive/ubuntugis-experimental
Line 7: Line 14:
  * Public list: http://lists.osgeo.org/mailman/listinfo/ubuntu
  * Old list [[https://lists.launchpad.net/ubuntugis/|archives]] (now limited to Ubuntugis committers)
  * Public list: https://lists.osgeo.org/mailman/listinfo/ubuntu
  * [[https://lists.osgeo.org/pipermail/ubuntu/|Non-searchable archive]] (Mar 2009-today)
  *
Old list [[https://lists.launchpad.net/ubuntugis/|archives]] (Dec 2008-Feb 2009; now limited to Ubuntugis committers)
Line 14: Line 23:
 * [[https://trac.osgeo.org/ubuntugis/wiki/QuickStartGuide|QuickStartGuide]]
Line 18: Line 28:
   '''A:''' Short answer: none of the above.
   Long answer: this page is meant to give you all the needed information to get your Ubuntu box into a working, professional GIS workstation/server. UbuntuGIS cannot be ''installed'' simply because we do not create separate packages. However, in the future there might be an ubuntu-gis metapackage that results in the installation of all the needed software.
   '''A:''' An external repository (PPA). UbuntuGIS is a repository that can be added in your sources.list which will provide up to date packages.
Line 21: Line 30:
   '''A:''' GIS related packages reside in the ''universe'' repositories, and they are built from the Debian sources from time to time, when there's a sync to the current unstable.
 * '''Q:''' When will the packages that are in the DebianGIS repository be available in Ubuntu?
   '''A:''' It depends. See above. Each Ubuntu release includes an update of the ''universe'' repositories.
   '''A:''' Basically, yes. We rebuild/adapt the DebianGIS packages in the different Ubuntu distributions.
Line 26: Line 33:
Line 27: Line 35:
Line 31: Line 38:
 * UbuntuGIS is closely aligned with the [[http://wiki.debian.org/DebianGis|Debian-GIS project]]. At the start of UbuntuGIS release cycle, new Ubuntu packages are imported from Debian Unstable into Ubuntu.  * UbuntuGIS is closely aligned with the [[https://wiki.debian.org/DebianGis|Debian-GIS project]].
Line 33: Line 40:
 * Start here: [[https://wiki.ubuntu.com/PackagingGuide|Ubuntu Packaging Guide]] to learn about packaging.
 * The [[https://launchpad.net/people/ubuntugis|UbuntuGIS launchpad]] provides project hosting for UbuntuGIS. Sign up if you want to help and join the email list here.
 * Start here: [[https://www.debian.org/doc/maint-guide/|Debian New Maintainers' Guide]] and/or [[https://wiki.ubuntu.com/PackagingGuide|Ubuntu Packaging Guide]] to learn about packaging.
 * Follow the public mailing list: https://lists.osgeo.org/mailman/listinfo/ubuntu

 * The [[https://launchpad.net/people/ubuntugis|UbuntuGIS launchpad]] provides project hosting for UbuntuGIS. Sign up if you want to help.
Line 37: Line 45:
 * In the OSGeo wiki there's a page dedicated to the task of creating binary distributions of Open Source Geospatial Software: http://wiki.osgeo.org/index.php/OSGeo_Binary_Distribution  * In the OSGeo wiki there's a page dedicated to the task of creating binary distributions of Open Source Geospatial Software: https://wiki.osgeo.org/index.php/OSGeo_Binary_Distribution
Line 44: Line 52:
=== GRASS 6.2 Packages ===
You can find an unofficial repository with updated GRASS 6.2 packages adding to your sources the following line:
{{{
deb http://les-ejk.cz/ubuntu edgy multiverse
}}}
=== UbuntuGIS Packages ===
You can see the current packages that are in the UbuntuGIS repository on our launchpad page:
https://launchpad.net/~ubuntugis/+archive/ubuntugis-unstable
Line 50: Line 56:
=== Quantum GIS (QGIS) tutorials and packages === === QGIS packages ===
QGIS is now in the UbuntuGIS repository, but also provides a Debian/Ubuntu repository for nightly builds of the trunk development version. See:
Line 52: Line 59:
[[BuildingQuantumGisFromSource]] · This good and detailed HOWTO deals with compiling QuantumGIS on Ubuntu making the very best use of packages for all dependancies. Works for the SVN version, too!

Trial Ubuntu packages from current SVN version ( /!\ tested only with Dapper):
 * http://qgis.org/uploadfiles/

Packages in the above directory are date marked so just pick the most recent one.
https://qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu

Your Ubuntu is ready for daily, professional GIS work. Getting started -- it's just a matter of minutes. After adding the UbuntuGIS repository corresponding to their distribution (in sources.list), you can easily install on your machine each of the GIS applications listed below (in brackets the package name), through the Synaptic Package Manager or typing sudo apt-get install program-name from the command line, just like any other package.

General Contents

For users

UbuntuGIS FAQ

  • Q: Is UbuntuGIS another, separate, distribution? Or a subset of packages that I can install as a whole on my machine? Or an external repository?

    • A: An external repository (PPA). UbuntuGIS is a repository that can be added in your sources.list which will provide up to date packages.

  • Q: Do you just repackage the DebianGIS packages?

    • A: Basically, yes. We rebuild/adapt the DebianGIS packages in the different Ubuntu distributions.

  • Q: Can I install DebianGIS packages on Ubuntu?

    • A: You can try, but it's not recommended. Ubuntu and Debian have source compatibility (e.g. they are built from the same sources), but binary compatibility is not guaranteed to work. Add to this that many packages may have different names due to different compile environments, and you'll see it can be a bit frustrating. However, it might work for you if you manage to tweak the packages to work.


For developers and packagers

See also

UbuntuGIS Packages

You can see the current packages that are in the UbuntuGIS repository on our launchpad page: https://launchpad.net/~ubuntugis/+archive/ubuntugis-unstable

QGIS packages

QGIS is now in the UbuntuGIS repository, but also provides a Debian/Ubuntu repository for nightly builds of the trunk development version. See:

https://qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu

UbuntuGIS (last edited 2018-09-11 07:30:43 by sebastic)