Skip to content

Instantly share code, notes, and snippets.

@DodyDevo
Last active October 7, 2024 05:46
Show Gist options
  • Select an option

  • Save DodyDevo/dc93244a98719a7b506ec2c47b72d686 to your computer and use it in GitHub Desktop.

Select an option

Save DodyDevo/dc93244a98719a7b506ec2c47b72d686 to your computer and use it in GitHub Desktop.

Install ubuntu deb with all dependicies recursivly

sudo apt-get download $(apt-cache depends --recurse --no-recommends --no-suggests --no-conflicts --no-breaks --no-replaces --no-enhances <your-package-here> | grep "^\w" | sort -u)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment