-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapertium-get.1
More file actions
68 lines (68 loc) · 1.89 KB
/
Copy pathapertium-get.1
File metadata and controls
68 lines (68 loc) · 1.89 KB
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
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
.TH APERTIUM-GET "1" "September 2020" "apertium-get 1.0.0" "User Commands"
.SH NAME
apertium-get \- apertium-get
.SH DESCRIPTION
usage: apertium\-get [\-h] [\-l [MODULES [MODULES ...]]]
.TP
[\-m [MODULES [MODULES ...]]] [\-k] [\-s] [\-x SKIP]
[\-d DEPTH] [\-S]
[pairs [pairs ...]]
.PP
Download and build Apertium pairs and language data.
.SS "positional arguments:"
.TP
pairs
pairs or modules to install
.SS "optional arguments:"
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-l\fR [MODULES [MODULES ...]], \fB\-\-list\fR [MODULES [MODULES ...]]
list available pairs in MODULES instead of setting up
data. If no modules are specified, all pairs will be
listed.
.TP
\fB\-m\fR [MODULES [MODULES ...]], \fB\-\-modules\fR [MODULES [MODULES ...]]
list available pairs in MODULES instead of setting up
data. If no modules are specified, all pairs will be
listed.
.TP
\fB\-k\fR, \fB\-\-keep\-going\fR
keep going even if a dependency fails.
.TP
\fB\-s\fR, \fB\-\-skip\-update\fR
don't rebuild up\-to\-date dependencies/pairs
.TP
\fB\-x\fR SKIP, \fB\-\-skip\fR SKIP
skip data dependency DEP (useful if DEP is installed
through a package manager); may be specified multiple
times
.TP
\fB\-d\fR DEPTH, \fB\-\-depth\fR DEPTH
specify a \fB\-\-depth\fR to 'git clone'
.TP
\fB\-S\fR, \fB\-\-ssh\fR
use ssh urls in git clone rather than https
.PP
EXAMPLES
.IP
apertium\-get nno\-nob
.IP
Download and set up apertium\-nno\-nob, along with its nno and
nob dependencies.
.IP
sudo apt\-get install giella\-sme
apertium\-get \fB\-x\fR sme sme\-nob
.IP
Install giella\-sme through apt\-get, then install download and set
up apertium\-sme\-nob, along with the nob dependency (but not sme).
.IP
apertium\-get \fB\-l\fR trunk
.IP
List available language pairs in SVN trunk.
.IP
apertium\-get \fB\-l\fR | grep kaz
.IP
List available language pairs involving Kazakh.