Cross-distro updates and safe update previewing
Find a file
2019-12-25 14:26:05 +01:00
commands Added return values on command errors 2019-12-23 13:15:42 +01:00
include Added return values on command errors 2019-12-23 13:15:42 +01:00
src fixed missing color on upgrade commands 2019-12-25 14:26:05 +01:00
.gitignore V1 commit 2019-11-14 17:23:32 +01:00
LICENSE Initial commit 2019-11-14 17:01:02 +01:00
Makefile Added return values on command errors 2019-12-23 13:15:42 +01:00
README.md V1 commit 2019-11-14 17:23:32 +01: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