aboutsummaryrefslogtreecommitdiffstats
path: root/greek/blends/gis/get/metapackages.wml
blob: 427db3887e5bfe96ff570778f5360bb0bb3a2935 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
#use wml::debian::blend title="Using the metapackages"
#use "../navbar.inc"
#use wml::debian::translation-check translation="7699c3698cd2627c6da0718bd3329188b02ad8c6" maintainer="galaxico"

<p>Metapackages are used by the blend as a convinient way of collecting
together related software packages. Each metapackage when installed will cause
the package management system to install the packages related to the task.</p>

<p>The following metapackages are currently maintained by the blend:</p>

<table>
	<tr><th>Task name</th><th>Metapackage</th><th>Description</th><th>Catalogue</th></tr>
	<tr>
		<td>gis-data</td>
		<td><a href="https://packages.debian.org/unstable/gis-data"><code>gis-data</code></a></td>
		<td>This task contains packages providing data that can be used
                    by different GIS applications.</td>
		<td><a href="https://blends.debian.org/gis/tasks/data">Link</a></td>
	</tr>
	<tr>
		<td>gis-devel</td>
		<td><a href="https://packages.debian.org/unstable/gis-devel"><code>gis-devel</code></a></td>
		<td>This task sets up your system for GIS development.</td>
		<td><a href="https://blends.debian.org/gis/tasks/devel">Link</a></td>
	</tr>
	<tr>
		<td>gis-gps</td>
		<td><a href="https://packages.debian.org/unstable/gis-gps"><code>gis-gps</code></a></td>
		<td>Set of Debian packages which are dealing with GPS devices and data.</td>
		<td><a href="https://blends.debian.org/gis/tasks/gps">Link</a></td>
	</tr>
	<tr>
		<td>gis-osm</td>
		<td><a href="https://packages.debian.org/unstable/gis-osm"><code>gis-osm</code></a></td>
		<td>Set of Debian packages which are dealing with OpenStreetMap data.</td>
		<td><a href="https://blends.debian.org/gis/tasks/osm">Link</a></td>
	</tr>
	<tr>
		<td>gis-remotesensing</td>
		<td><a href="https://packages.debian.org/unstable/gis-remotesensing"><code>gis-remotesensing</code></a></td>
		<td>Debian packages which are dealing with Remote Sensing (for
                    instance Synthetic Aperture Radar -- SAR) processing (interferometry,
                    polarimetry, data visualization, etc) and earth observation.</td>
		<td><a href="https://blends.debian.org/gis/tasks/remotesensing">Link</a></td>
	</tr>
	<tr>
		<td>gis-statistics</td>
		<td><a href="https://packages.debian.org/unstable/gis-statistics"><code>gis-statistics</code></a></td>
		<td>Set of Debian packages which are useful for doing statistics with geographical data.</td>
		<td><a href="https://blends.debian.org/gis/tasks/statistics">Link</a></td>
	</tr>
	<tr>
		<td>gis-web</td>
		<td><a href="https://packages.debian.org/unstable/gis-web"><code>gis-web</code></a></td>
		<td>Debian packages which are dealing with geographical information to be presented for the web on so called map tile servers. These are pretty useful when trying to setup an OpenStreetMap tile server but not restricted to OpenStreetMap data only.</td>
		<td><a href="https://blends.debian.org/gis/tasks/web">Link</a></td>
	</tr>
	<tr>
		<td>gis-workstation</td>
		<td><a href="https://packages.debian.org/unstable/gis-workstation"><code>gis-workstation</code></a></td>
		<td>This task sets up your system to be a GIS workstation to
                    process geographical information and make maps.</td>
		<td><a href="https://blends.debian.org/gis/tasks/workstation">Link</a></td>
	</tr>
</table>

<p>To install any of the task metapackages, use your favourite package
management tool as you would with any other Debian package. For
<code>apt-get</code>:</p>
                                                                                 
<pre>apt-get install gis-&lt;task&gt;</pre>                                 
                                                                                 
<p>If you want to install the entire blend:</p>                                  
                                                                                 
<pre>apt-get install gis-data gis-devel gis-gps gis-osm gis-remotesensing gis-statistics gis-web gis-workstation</pre>

© 2014-2024 Faster IT GmbH | imprint | privacy policy