Codebase list debian-goodies / 87e6be1
Update debget's POD and hence man page, too. Axel Beckert 6 years ago
1 changed file(s) with 9 addition(s) and 13 deletion(s). Raw diff Collapse all Expand all
00 =head1 NAME
11
2 debget - Fetch a .deb for a package in APT's database
2 debget - Fetch one or more F<.deb> files for a package in APT's database
33
44 =head1 SYNOPSIS
55
77
88 =head1 DESCRIPTION
99
10 B<debget> fetches a .deb for one or more packages from an Debian mirror.
11 It uses L<apt-get(8)> to find out the URL so it will download the same version
12 from the same server as L<apt-get(8)> would do. The .deb will be downloaded with
13 curl(1) and stored in your current working directory.
14
15 =head1 KNOWN BUGS
16
17 B<debget> will not work for packages that are available in L<apt-get(8)>'s cache.
18 If you need that functionality please use the I<download> option in
19 L<aptitude(8)>.
10 B<debget> fetches F<.deb> files for one or more packages from an
11 Debian mirror. It uses L<apt-get(8)>'s I<download> subcommand to
12 download the package so it will download the same version from the
13 same server as L<apt-get(8)>'s I<install> subcommand would do. The
14 F<.deb> file will be saved into your current working directory.
2015
2116 =head1 AUTHOR
2217
23 Matt Zimmerman <mdz@debian.org>
18 Matt Zimmerman <mdz@debian.org>,
19 Axel Beckert <abe@debian.org>
2420
2521 This manpage was written by Frank Lichtenheld <frank@lichtenheld.de>.
2622
3834
3935 =head1 SEE ALSO
4036
41 L<apt-get(8)>, L<curl(1)>
37 L<apt-get(8)>