debchange, debuild, dget, quilt: add pages (#4022)
This commit is contained in:
16
pages/linux/dget.md
Normal file
16
pages/linux/dget.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# dget
|
||||
|
||||
> Download Debian packages.
|
||||
> More information: <https://manpages.debian.org/dget>.
|
||||
|
||||
- Download a binary package:
|
||||
|
||||
`dget {{package_name}}`
|
||||
|
||||
- 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 {{http://deb.debian.org/debian/pool/main/h/haskell-tldr/haskell-tldr_0.4.0-2.dsc}}`
|
Reference in New Issue
Block a user