Skip to content

Instantly share code, notes, and snippets.

@griimick
Created February 10, 2021 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save griimick/12d1ae8fad935610309878a9a8472b18 to your computer and use it in GitHub Desktop.
Save griimick/12d1ae8fad935610309878a9a8472b18 to your computer and use it in GitHub Desktop.
Recursively download pkg and its deps
apt-get download $(apt-cache depends --recurse --no-recommends --no-suggests --no-conflicts --no-breaks --no-replaces --no-enhances vim | grep "^\w" | sort -u)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment