File: apt-show-versions.pot

package info (click to toggle)
apt-show-versions 0.10
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 124 kB
  • ctags: 7
  • sloc: perl: 262; makefile: 53; sh: 31
file content (264 lines) | stat: -rw-r--r-- 5,987 bytes parent folder | download
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
# 
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2006-08-09 11:30+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: ENCODING"

# type: =head1
#: man/apt-show-versions.pod:1
msgid "NAME"
msgstr ""

# type: textblock
#: man/apt-show-versions.pod:3
msgid "apt-show-versions - Lists available package versions with distribution"
msgstr ""

# type: =head1
#: man/apt-show-versions.pod:5
msgid "DESCRIPTION"
msgstr ""

# type: textblock
#: man/apt-show-versions.pod:7
msgid ""
"apt-show-versions parses the dpkg status file and the APT lists for the "
"installed and available package versions and distribution and shows upgrade "
"options within the specific distribution of the selected package."
msgstr ""

# type: textblock
#: man/apt-show-versions.pod:12
msgid ""
"This is really useful if you have a mixed stable/testing environment and "
"want to list all packages which are from testing and can be upgraded in "
"testing."
msgstr ""

# type: textblock
#: man/apt-show-versions.pod:16
msgid ""
"apt-show-versions uses caching for the status information of installed and "
"available packages. If you run apt-show-versions as root the cache is "
"updated as needed. If you run as non-root uses the newest available "
"information, but can't update the cache. If you run as root with the option "
"B<-i> the cache is initialized or updated only."
msgstr ""

# type: =head1
#: man/apt-show-versions.pod:22
msgid "SYNOPSIS"
msgstr ""

# type: textblock
#: man/apt-show-versions.pod:24
msgid "B<apt-show-versions> [B<-h>] [[B<-p>] I<package name>] [B<-a>] [B<-b>]"
msgstr ""

# type: =head1
#: man/apt-show-versions.pod:26
msgid "OPTIONS"
msgstr ""

# type: textblock
#: man/apt-show-versions.pod:28
msgid ""
"If you don't give any options the status of all installed packages is "
"printed."
msgstr ""

# type: =item
#: man/apt-show-versions.pod:33
msgid "B<-p> I<package>, B<--package>=I<package>"
msgstr ""

# type: textblock
#: man/apt-show-versions.pod:35
msgid ""
"Print available and installed versions for specified I<package>. You can "
"also specify a package name without the option B<-p>. If B<-p> and a package "
"name are missing, all installed packages are displayed."
msgstr ""

# type: =item
#: man/apt-show-versions.pod:39
msgid "B<-r>, B<--regex>"
msgstr ""

# type: textblock
#: man/apt-show-versions.pod:41
msgid "interpret I<package> from option B<-p> as a regex."
msgstr ""

# type: =item
#: man/apt-show-versions.pod:43
msgid "B<-u>, B<--upgradeable>"
msgstr ""

# type: textblock
#: man/apt-show-versions.pod:45
msgid "Print only upgradeable packages"
msgstr ""

# type: =item
#: man/apt-show-versions.pod:47
msgid "B<-a>, B<--allversions>"
msgstr ""

# type: textblock
#: man/apt-show-versions.pod:49
msgid "Print all available versions of the selected packages"
msgstr ""

# type: =item
#: man/apt-show-versions.pod:51
msgid "B<-b>, B<--brief>"
msgstr ""

# type: textblock
#: man/apt-show-versions.pod:53
msgid "Print only package_name/distribution for upgradeable packages"
msgstr ""

# type: =item
#: man/apt-show-versions.pod:55
msgid "B<-v>, B<--verbose>"
msgstr ""

# type: textblock
#: man/apt-show-versions.pod:57
msgid "Prints out verbose messages."
msgstr ""

# type: =item
#: man/apt-show-versions.pod:59
msgid "B<-i>, B<--initialize>"
msgstr ""

# type: textblock
#: man/apt-show-versions.pod:61
msgid ""
"Initialize or update package cache only (as root). Do this everytime when "
"the status of the installed or available packages has changed."
msgstr ""

# type: =item
#: man/apt-show-versions.pod:64
msgid "B<-stf> I<file>, B<--status-file>=I<file>"
msgstr ""

# type: textblock
#: man/apt-show-versions.pod:66
msgid "Use I<file> as the dpkg status file instead of /var/lib/dpkg/status"
msgstr ""

# type: =item
#: man/apt-show-versions.pod:68
msgid "B<-ld> I<directory>, B<--list-dir>=I<directory>"
msgstr ""

# type: textblock
#: man/apt-show-versions.pod:70
msgid ""
"Use I<directory> as path to apt's list files instead of "
"/var/state/apt/lists/ or /var/lib/apt/lists/"
msgstr ""

# type: =item
#: man/apt-show-versions.pod:73
msgid "B<-h>, B<--help>"
msgstr ""

# type: textblock
#: man/apt-show-versions.pod:75
msgid "Prints out command-line help."
msgstr ""

# type: =head1
#: man/apt-show-versions.pod:79
msgid "EXAMPLES"
msgstr ""

# type: textblock
#: man/apt-show-versions.pod:81
msgid ""
"If you want to know for all your installed packages wether they are uptodate "
"or upgradeable, use:"
msgstr ""

# type: verbatim
#: man/apt-show-versions.pod:84
#, no-wrap
msgid ""
"    apt-show-versions\n"
"\n"
msgstr ""

# type: textblock
#: man/apt-show-versions.pod:86
msgid "If you want to have a list of all upgradeable packages:"
msgstr ""

# type: verbatim
#: man/apt-show-versions.pod:88
#, no-wrap
msgid ""
"    apt-show-versions -u\n"
"\n"
msgstr ""

# type: textblock
#: man/apt-show-versions.pod:90
msgid "To get a list of all available versions of libc6:"
msgstr ""

# type: verbatim
#: man/apt-show-versions.pod:92
#, no-wrap
msgid ""
"    apt-show-versions -a -p libc6\n"
"\n"
msgstr ""

# type: textblock
#: man/apt-show-versions.pod:94
msgid "To upgrade all packages in testing:"
msgstr ""

# type: verbatim
#: man/apt-show-versions.pod:96
#, no-wrap
msgid ""
"    apt-get install `apt-show-versions -u -b | fgrep testing`\n"
"\n"
msgstr ""

# type: =head1
#: man/apt-show-versions.pod:98
msgid "AUTHOR"
msgstr ""

# type: textblock
#: man/apt-show-versions.pod:100
msgid "Christoph Martin, martin@uni-mainz.de"
msgstr ""

# type: =head1
#: man/apt-show-versions.pod:102
msgid "SEE ALSO"
msgstr ""

# type: textblock
#: man/apt-show-versions.pod:104
msgid "apt(8), dpkg(1)"
msgstr ""