System Grab Bag

View all TLDR pages from Linux (or from all pages)

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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.