diff options
| author | emmett1 <me@emmett1.my> | 2026-05-29 23:40:06 +0800 |
|---|---|---|
| committer | emmett1 <me@emmett1.my> | 2026-05-29 23:40:06 +0800 |
| commit | 49717b9544bacbcd38a10b791adcb4a4aa2e9162 (patch) | |
| tree | d032595b7f70de43df9e485ce7da196bb125aee3 /man/revdep.md | |
| parent | 53900763c5574fe60beb877dda57ea76941f7cec (diff) | |
| download | autils-49717b9544bacbcd38a10b791adcb4a4aa2e9162.tar.gz autils-49717b9544bacbcd38a10b791adcb4a4aa2e9162.zip | |
updates
Diffstat (limited to 'man/revdep.md')
| -rw-r--r-- | man/revdep.md | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/man/revdep.md b/man/revdep.md deleted file mode 100644 index 6f23ee3..0000000 --- a/man/revdep.md +++ /dev/null @@ -1,29 +0,0 @@ -# NAME - -**revdep** - utility to discover and rebuild reverse deps - -# DESCRIPTION - -**revdep** is a utility inspired by the gentoo program revdep-rebuild. It is written in posix shell and -it can discover programs that need to be rebuilt after library upgrades or are missing libraries. -It should probably run after any big upgrade, especially those that feature lib version bumps. - -# OPTIONS - -- **-h** Show program help. -- **-v** Verbose output of the operation. - -# NOTE - -**revdep** does not automatically rebuild broken packages or their dependencies. You need to -use apkg for these operations. - -# REPORTING BUGS - -**apkg** is in a working stage but also under heavy development. Please report and bugs/issues in the project issue tracker: https://codeberg.org/emmett1/autils/issues - -# AUTHORS - -emmett1 <emmett1.2miligrams@protonmail.com> Author of the program and creator of alice linux. - -mobinmob <mobinmob@disroot.org> Author of the man page. |