Files
tldr/pages.zh/linux/dget.md

16 lines
439 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# dget
> 下载 Debian 包。
> 更多信息:<https://manned.org/dget.1>。
- 下载一个二进制包:
`dget {{package}}`
- 从其 `.dsc` 文件下载并提取一个包源:
`dget {{http://deb.debian.org/debian/pool/main/h/haskell-tldr/haskell-tldr_0.4.0-2.dsc}}`
- 从其 `.dsc` 文件下载一个包源 tarball但不提取它
`dget -d {{http://deb.debian.org/debian/pool/main/h/haskell-tldr/haskell-tldr_0.4.0-2.dsc}}`