autils

Unnamed repository; edit this file 'description' to name the repository.
git clone https://codeberg.org/emmett1/autils
Log | Files | Refs | README | LICENSE

revdep.md (946B)


      1 # NAME
      2 
      3 **revdep** - utility to discover and rebuild reverse deps
      4 	
      5 # DESCRIPTION
      6 
      7 **revdep** is a utility inspired by the gentoo program revdep-rebuild. It is written in posix shell and
      8 it can discover programs that need to be rebuilt after library upgrades or are missing libraries. 
      9 It should probably run after any big upgrade, especially those that feature lib version bumps.
     10 
     11 # OPTIONS
     12 
     13 - **-h** Show program help.
     14 - **-v** Verbose output of the operation.
     15 
     16 # NOTE
     17 
     18 **revdep** does not automatically rebuild broken packages or their dependencies. You need to
     19 use apkg for these operations.
     20 
     21 # REPORTING BUGS
     22 
     23 **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
     24 
     25 # AUTHORS
     26 
     27 emmett1 <emmett1.2miligrams@protonmail.com> Author of the program and creator of alice linux.
     28 
     29 mobinmob <mobinmob@disroot.org> Author of the man page.