HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

dget — Download Debian packages. More information: <https://manned.org/dget>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commanddebianclimoreinformationdownloaddgetpackages
linux

Problem

How to use the dget command: Download Debian packages. More information: <https://manned.org/dget>.

Solution

dget — Download Debian packages. More information: <https://manned.org/dget>.

Download a binary package:
dget {{package}}


Download and extract a package source from its .dsc file:
dget {{http://deb.debian.org/debian/pool/main/h/haskell-tldr/haskell-tldr_0.4.0-2.dsc}}


Download a package source tarball from its .dsc file but don't extract it:
dget {{[-d|--download-only]}} {{http://deb.debian.org/debian/pool/main/h/haskell-tldr/haskell-tldr_0.4.0-2.dsc}}

Code Snippets

Download a binary package

dget {{package}}

Download and extract a package source from its `.dsc` file

dget {{http://deb.debian.org/debian/pool/main/h/haskell-tldr/haskell-tldr_0.4.0-2.dsc}}

Download a package source tarball from its `.dsc` file but don't extract it

dget {{[-d|--download-only]}} {{http://deb.debian.org/debian/pool/main/h/haskell-tldr/haskell-tldr_0.4.0-2.dsc}}

Context

tldr-pages: linux/dget

Revisions (0)

No revisions yet.