aboutsummaryrefslogtreecommitdiff
path: root/man/apkg-deps.8
diff options
context:
space:
mode:
authoremmett1 <me@emmett1.my>2026-05-29 23:40:06 +0800
committeremmett1 <me@emmett1.my>2026-05-29 23:40:06 +0800
commit49717b9544bacbcd38a10b791adcb4a4aa2e9162 (patch)
treed032595b7f70de43df9e485ce7da196bb125aee3 /man/apkg-deps.8
parent53900763c5574fe60beb877dda57ea76941f7cec (diff)
downloadautils-49717b9544bacbcd38a10b791adcb4a4aa2e9162.tar.gz
autils-49717b9544bacbcd38a10b791adcb4a4aa2e9162.zip
updates
Diffstat (limited to 'man/apkg-deps.8')
-rw-r--r--man/apkg-deps.833
1 files changed, 33 insertions, 0 deletions
diff --git a/man/apkg-deps.8 b/man/apkg-deps.8
new file mode 100644
index 0000000..20098f9
--- /dev/null
+++ b/man/apkg-deps.8
@@ -0,0 +1,33 @@
+.\" -*- mode: troff; coding: utf-8 -*-
+.TH APKG-DEPS 8
+.SH NAME
+apkg-deps \- show runtime library dependencies of an installed package
+.SH DESCRIPTION
+.LP
+\fBapkg-deps\fR examines the runtime library dependencies of an installed package.
+It uses \fBldd\fR to find shared libraries required by the package's binaries and
+libraries, then maps those libraries back to the packages that provide them.
+Useful for discovering implicit runtime dependencies that may not be listed
+in the package's formal dependency list.
+.SH USAGE
+.LP
+\f(CRapkg-deps <package>\fR
+.PP
+The package must already be installed on the system.
+.SH OUTPUT
+.LP
+Lists packages that provide shared libraries used by the specified package,
+excluding the package itself and common base packages (gcc, musl, binutils, glibc).
+.SH EXAMPLES
+.LP
+\f(CRapkg-deps mypkg\fR - Show runtime library dependencies for mypkg.
+.SH AUTHORS
+.LP
+emmett1 \c
+.MT me@emmett1.my
+.ME
+.SH REPORTING BUGS
+.LP
+Please report bugs and issues in the project issue tracker: \c
+.UR https://codeberg.org/emmett1/autils/issues
+.UE