~townsend/libertine/copy-user-data

« back to all changes in this revision

Viewing changes to tools/libertine-container-manager.1

  • Committer: Chris Townsend
  • Date: 2015-12-23 13:12:23 UTC
  • mfrom: (150.1.1 libertine.add-man-page)
  • Revision ID: christopher.townsend@canonical.com-20151223131223-e88pb5siwslq17bc
Add man page for libertine-container-manager.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH libertine-container-manager "1" " December 2015" "libertine-container-manager 0.99" "User Commands"
 
2
 
 
3
.SH NAME
 
4
libertine-container-manager \- Manage Libertine containers for supporting legacy X applications on Unity 8
 
5
 
 
6
.SH SYNOPSIS
 
7
.B libertine-container-manager
 
8
[ -v | -q ]
 
9
.I command
 
10
[
 
11
.I command_options
 
12
]
 
13
.br
 
14
.B libertine-container-manager
 
15
-h
 
16
.br
 
17
.B libertine-container-manager
 
18
.I command
 
19
-h
 
20
 
 
21
.SH DESCRIPTION
 
22
libertine-container-manager is a utility for managing Libertine containers used to support legacy X applications on Unity 8.
 
23
 
 
24
It is possible to create new containers, delete containers, update containers, install new packages in a container, remove a package from a container, search for possible packages to install, and list all of the current containers.
 
25
 
 
26
.SH OPTIONS
 
27
.TP
 
28
.BR \-q ", " \-\-quiet ""
 
29
do not print status updates on stdout
 
30
.TP
 
31
.BR \-v ", " \-\-verbose ""
 
32
extra verbose output
 
33
.TP
 
34
.BR \-h ", " \-\-help ""
 
35
Print a summary of the command line options and exit.
 
36
 
 
37
.SH COMMAND OVERVIEW
 
38
.TP
 
39
.B libertine-container-manager create [options]
 
40
Create a new Libertine container.
 
41
.TP
 
42
.B libertine-container-manager destroy [options]
 
43
Destroy (delete) an existing Liberine container.
 
44
.TP
 
45
.B libertine-container-manager install-package [options]
 
46
Install a package inside an existing Libertine container.
 
47
.TP
 
48
.B libertine-container-manager remove-package [options]
 
49
Remove an installed package inside an existing Libertine container.
 
50
.TP
 
51
.B libertine-container-manager search-cache [options]
 
52
Searches the apt cache inside an existing Libertine container for matches based on the given search string.
 
53
.TP
 
54
.B libertine-container-manager update [options]
 
55
Updates the packages inside an existing Libertine container.
 
56
.TP
 
57
.B libertine-container-manager list [options]
 
58
Lists all existing Libertine containers.
 
59
 
 
60
.SH COMMAND REFERENCE
 
61
.TP
 
62
.B libertine-container-manager create [options]
 
63
.TP
 
64
.SS Options:
 
65
.BR \-h ", " \-\-help  ""
 
66
.RS 14
 
67
Prints help for this command and exits.
 
68
.RE
 
69
.IP
 
70
.BR \-i " ID, " \-\-id " ID" ""
 
71
.RS 14
 
72
Container identifier. Required.
 
73
.RE
 
74
.IP
 
75
.BR \-t " TYPE, " \-\-type " TYPE" ""
 
76
.RS 14
 
77
Type of Libertine container to create. Either 'lxc' or 'chroot'.
 
78
.RE
 
79
.IP
 
80
.BR \-d " DISTRO, " \-\-distro " DISTRO" ""
 
81
.RS 14
 
82
Ubuntu distro series to create.
 
83
.RE
 
84
.IP
 
85
.BR \-n " NAME, " \-\-name " NAME" ""
 
86
.RS 14
 
87
User friendly container name.
 
88
.RE
 
89
.TP
 
90
.B libertine-container-manager destroy [options]
 
91
.TP
 
92
.SS Options:
 
93
.BR \-h " ," \-\-help ""
 
94
.RS 14
 
95
Prints help for this command and exits.
 
96
.RE
 
97
.IP
 
98
.BR \-i " ID," \-\-id " ID" ""
 
99
.RS 14
 
100
Container identifier.  Default container is used if omitted. 
 
101
.RE
 
102
.TP
 
103
.B libertine-container-manager install-package [options]
 
104
.TP
 
105
.SS Options:
 
106
.BR \-h " ," \-\-help ""
 
107
.RS 14
 
108
Prints help for this command and exits.
 
109
.RE
 
110
.IP
 
111
.BR \-i " ID," \-\-id " ID" "" 
 
112
.RS 14
 
113
Container identifier.  Default container is used if omitted.
 
114
.RE
 
115
.IP
 
116
.BR \-p " PACKAGE, " \-\-package " PACKAGE" ""
 
117
.RS 14
 
118
Name of package to install. Required.
 
119
.RE
 
120
.TP
 
121
.B libertine-container-manager remove-package [options]
 
122
.TP
 
123
.SS Options:
 
124
.BR \-h " ," \-\-help ""
 
125
.RS 14
 
126
Prints help for this command and exits.
 
127
.RE
 
128
.IP
 
129
.BR \-i " ID," \-\-id " ID" ""
 
130
.RS 14
 
131
Container identifier.  Default container is used if omitted.
 
132
.RE
 
133
.IP
 
134
.BR \-p " PACKAGE, " \-\-package " PACKAGE" ""
 
135
.RS 14
 
136
Name of package to remove. Required.
 
137
.RE
 
138
.TP
 
139
.B libertine-container-manager search-cache [options]
 
140
.TP
 
141
.SS Options:
 
142
.BR \-h " ," \-\-help ""
 
143
.RS 14
 
144
Prints help for this command and exits.
 
145
.RE
 
146
.IP
 
147
.BR \-i " ID," \-\-id " ID" ""
 
148
.RS 14
 
149
Container identifier.  Default container is used if omitted.
 
150
.RE
 
151
.IP
 
152
.BR \-s " SEARCH_STRING, " \-\-search-string " SEARCH_STRING" ""
 
153
.RS 14
 
154
String to search for in the package cache. Required.
 
155
.RE
 
156
.TP
 
157
.B libertine-container-manager update [options]
 
158
.TP
 
159
.SS Options:
 
160
.BR \-h " ," \-\-help ""
 
161
.RS 14
 
162
Prints help for this command and exits.
 
163
.RE
 
164
.IP
 
165
.BR \-i " ID," \-\-id " ID" ""
 
166
.RS 14
 
167
Container identifier.  Default container is used if omitted.
 
168
.RE
 
169
.TP
 
170
.B libertine-container-manager list
 
171
.TP
 
172
.SS Options:
 
173
.BR \-h " ," \-\-help ""
 
174
.RS 14
 
175
Prints help for this command and exits.
 
176
.RE
 
177
.SH SEE ALSO
 
178
.UR https://launchpad.net/libertine
 
179
.BR https://launchpad.net/libertine