aboutsummaryrefslogtreecommitdiff
path: root/doc/revdep.md
blob: 44eef7a2cdd5a2f47e6593f805dfc7ba5a30966a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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.

# 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.