Cross-distro updates and safe update previewing
Find a file
2020-03-03 13:07:21 +01:00
commands Fix apt inconsistency 2020-01-29 10:01:43 +01:00
include Cleaner command call 2020-03-03 13:07:21 +01:00
src Cleaner command call 2020-03-03 13:07:21 +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 Enable optimisations 2020-02-13 23:17:02 +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