mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-14 11:48:27 +00:00
Update cheatsheets
This commit is contained in:
21
linux/dget
Normal file
21
linux/dget
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# dget
|
||||
|
||||
> Download Debian packages.
|
||||
> More information: <https://manpages.debian.org/latest/devscripts/dget.1.en.html>.
|
||||
|
||||
- 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 {{http://deb.debian.org/debian/pool/main/h/haskell-tldr/haskell-tldr_0.4.0-2.dsc}}`
|
||||
Reference in New Issue
Block a user