Skip to content

Instantly share code, notes, and snippets.

View vitiral's full-sized avatar

Rett Berg vitiral

  • Google
  • Denver, CO
View GitHub Profile
@damphat
damphat / apt-rdepends-tree
Last active December 16, 2023 01:38
debian dependency tree
#! /bin/bash
# Description: show dependency tree
# Author: damphat
if [ $# != 1 ]; then
echo 'Usage: apt-rdepends-tree <package>'
echo 'Required packages: apt-rdepends'
exit 1
fi