Cross-distro updates and safe update previewing
Find a file
2020-01-31 15:47:18 +01:00
commands Fix apt inconsistency 2020-01-29 10:01:43 +01:00
include Complete update&upgrade apt 2020-01-31 15:47:18 +01:00
src fetch command fixes 2020-01-14 16:21:06 +01:00
.gitignore Complete update&upgrade apt 2020-01-31 15:47:18 +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 Fix apt inconsistency 2020-01-29 10:01:43 +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)

/!\

Does not work with ubuntu

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