logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

debget - Fetch one or more .deb files for a package in APT's database

Author

       Matt Zimmerman <mdz@debian.org>, Axel Beckert <abe@debian.org>

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

Description

debget fetches .deb files for one or more packages from an Debian mirror.  It uses apt-get(8)'s download
       subcommand to download the package so it will download the same version from the same server as
       apt-get(8)'s install subcommand would do. The .deb file will be saved into your current working
       directory.

       If a "=version" with a package version number is appended to a package name, that package version (if
       available) will be downloaded.

Name

       debget - Fetch one or more .deb files for a package in APT's database

See Also

apt-get(8)

perl v5.40.0                                       2024-12-12                                          DEBGET(1)

Synopsis

debgetpackage[=version] [package>[=version] ...]

See Also