File: debget.pod

package info (click to toggle)
debian-goodies 0.63
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 300 kB
  • ctags: 78
  • sloc: sh: 721; python: 652; perl: 325; makefile: 11
file content (42 lines) | stat: -rw-r--r-- 1,181 bytes parent folder | download | duplicates (6)
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
=head1 NAME

debget - Fetch a .deb for a package in APT's database

=head1 SYNOPSIS

B<debget> I<package> [I<package> ...]

=head1 DESCRIPTION

B<debget> fetches a .deb for one or more packages from an Debian mirror.
It uses apt-get(1) to find out the URL so it will download the same version
from the same server as I<apt-get> would do. The .deb will be downloaded with
curl(1) and stored in your current working directory.

=head1 KNOWN BUGS

B<debget> will not work for packages that are available in I<apt-get>'s cache.
If you need that functionality please use the .I<download> option in
I<aptitude>.

=head1 AUTHOR

Matt Zimmerman <mdz@debian.org>

This manpage was written by Frank Lichtenheld <frank@lichtenheld.de>.

=head1 COPYRIGHT AND LICENCE

Copyright (C) 2001 Matt Zimmerman <mdz@debian.org>.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.

On Debian systems, a copy of the GNU General Public License may be
found in /usr/share/common-licenses/GPL.

=head1 SEE ALSO

apt-get(1), curl(1)