Cross-distro updates and safe update previewing
Find a file
zawz 52a35fe7d1 + Add package regex match
+ Add target all option
* Restructure commands
2020-08-11 16:27:39 +02:00
commands + Add package regex match 2020-08-11 16:27:39 +02:00
include + Add package regex match 2020-08-11 16:27:39 +02:00
src + Add package regex match 2020-08-11 16:27:39 +02:00
.gitignore Complete update&upgrade apt 2020-01-31 15:47:18 +01:00
generate_commands.sh + Add package regex match 2020-08-11 16:27:39 +02:00
LICENSE Initial commit 2019-11-14 17:01:02 +01:00
Makefile + Add package regex match 2020-08-11 16:27:39 +02:00
README.md Fix apt ubuntu 2020-05-25 17:22:10 +02:00

zupdate

Cross-distro updating and safe update preview

Installing

From source

Dependencies

Dependencies:

Supported package managers:

  • pacman
  • apt

Optional dependencies:

  • yay (AUR support for arch)

Building

make -j8 for a shared build
STATIC=true make -j8 for a static build

Usage

Full update preview: zupdate
Upgrade: zupdate -yu

Parsable package list: zupdate -L
Download size: zupdate -kd

See zupdate -h for full details