aboutsummaryrefslogtreecommitdiffstats
path: root/greek/blends/hamradio/get/metapackages.wml
blob: 4988dc98712b0cca858ae3fb595e58482305bfd3 (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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
#use wml::debian::blend title="Using the metapackages"
#use "../navbar.inc"
#use wml::debian::translation-check translation="6d2e0afb56e760364713c2cca2c9f6407c9a744f" 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>Antennas</td>
		<td><a href="https://packages.debian.org/unstable/hamradio-antenna"><code>hamradio-antenna</code></a></td>
		<td>This task contains packages that are useful for antenna modelling.</td>
		<td><a href="https://blends.debian.org/hamradio/tasks/antenna">Link</a></td>
	</tr>
	<tr>
		<td>Data Modes</td>
		<td><a href="https://packages.debian.org/unstable/hamradio-datamodes"><code>hamradio-datamodes</code></a></td>
		<td>This task contains packages that are useful for using data modes, such as
			 RTTY and SSTV, including weak signal modes, such as JT65.</td>
		<td><a href="https://blends.debian.org/hamradio/tasks/datamodes">Link</a></td>
	</tr>
	<tr>
		<td>Digital Voice</td>
		<td><a href="https://packages.debian.org/unstable/hamradio-digitalvoice"><code>hamradio-digitalvoice</code></a></td>
		<td>This task contains packages that are useful for using
			 digital voice modes on RF and for Internet linking.
		<td><a href="https://blends.debian.org/hamradio/tasks/digitalvoice">Link</a></td>
	</tr>
	<tr>
		<td>Logging</td>
		<td><a href="https://packages.debian.org/unstable/hamradio-logging"><code>hamradio-logging</code></a></td>
		<td>This task contains packages that are useful for logging (including for
			 contests).</td>
		<td><a href="https://blends.debian.org/hamradio/tasks/logging">Link</a></td>
	</tr>
	<tr>
		<td>Morse</td>
		<td><a href="https://packages.debian.org/unstable/hamradio-morse"><code>hamradio-morse</code></a></td>
		<td>This task contains packages that are useful for CW operation and
			 for learning morse.</td>
		<td><a href="https://blends.debian.org/hamradio/tasks/morse">Link</a></td>
	</tr>
	<tr>
		<td>Non-Amateur Modes</td>
		<td><a href="https://packages.debian.org/unstable/hamradio-nonamateur"><code>hamradio-nonamateur</code></a></td>
		<td>This task contains packages that are useful for listening to non-amateur
			modes such as AIS and ADS-B.</td>
		<td><a href="https://blends.debian.org/hamradio/tasks/nonamateur">Link</a></td>
	</tr>
	<tr>
		<td>Packet Modes</td>
		<td><a href="https://packages.debian.org/unstable/hamradio-packetmodes"><code>hamradio-packetmodes</code></a></td>
		<td>This task contains packages that are useful for using AX.25, including IPv4
			over AX.25 and APRS.</td>
		<td><a href="https://blends.debian.org/hamradio/tasks/packetmodes">Link</a></td>
	</tr>
	<tr>
		<td>Rig Control</td>
		<td><a href="https://packages.debian.org/unstable/hamradio-rigcontrol"><code>hamradio-rigcontrol</code></a></td>
		<td>This task contains packages that are useful for rig control and
			 programming.</td>
		<td><a href="https://blends.debian.org/hamradio/tasks/rigcontrol">Link</a></td>
	</tr>
	<tr>
		<td>Satellite operation</td>
		<td><a href="https://packages.debian.org/unstable/hamradio-satellite"><code>hamradio-satellite</code></a></td>
		<td>This task contains packages that are useful for amateur satellite operation.</td>
		<td><a href="https://blends.debian.org/hamradio/tasks/satellite">Link</a></td>
	</tr>
	<tr>
		<td>Software-Defined Radio</td>
		<td><a href="https://packages.debian.org/unstable/hamradio-sdr"><code>hamradio-sdr</code></a></td>
		<td>This task contains packages that are useful for working with software-defined radio.</td>
		<td><a href="https://blends.debian.org/hamradio/tasks/sdr">Link</a></td>
	</tr>
	<tr>
		<td>Tools</td>
		<td><a href="https://packages.debian.org/unstable/hamradio-tools"><code>hamradio-tools</code></a></td>
		<td>This task contains packages that provide useful hamradio related tools.</td>
		<td><a href="https://blends.debian.org/hamradio/tasks/tools">Link</a></td>
	</tr>
	<tr>
		<td>Training</td>
		<td><a href="https://packages.debian.org/unstable/hamradio-training"><code>hamradio-training</code></a></td>
		<td>This task contains packages that are useful when training
			 for hamradio exams.</td>
		<td><a href="https://blends.debian.org/hamradio/tasks/training">Link</a></td>
	</tr>
</table>

<p><i>Note: The metapackages have only recently been introduced to the
archives. These will only be available in Debian stretch (testing), and are not
available in Debian jessie (stable).</i></p>
                                                                                 
<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 hamradio-&lt;task&gt;</pre>                                 
                                                                                 
<p>If you want to install the entire blend:</p>                                  
                                                                                 
<pre>apt-get install hamradio-antenna hamradio-datamodes hamradio-digitalvoice hamradio-logging hamradio-morse hamradio-nonamateur hamradio-packetmodes hamradio-rigcontrol hamradio-satellite hamradio-sdr hamradio-tasks hamradio-tools hamradio-training</pre>

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