Skip to content

Instantly share code, notes, and snippets.

View acx2015's full-sized avatar

Alex Chamberlain acx2015

  • Intel Corp.
  • Hillsboro, OR
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