Cross-distro updates and safe update previewing
Find a file
2022-04-11 10:24:28 +02:00
commands Fix apt ext size 2020-08-25 09:08:40 +02:00
include Fix apt ext size 2020-08-25 09:08:40 +02:00
src fix(fetch): fix sizeconvert on raw number 2022-04-11 10:24:28 +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 Minor fixes and improvements 2020-08-21 10:17:56 +02:00
README.md Fix zpkg link 2020-08-21 10:18:36 +02:00

zupdate

Cross-distro updating and safe update preview

Installing

From zpkg

# install zpkg
wget -qO- https://zpkg.zawz.net/install.sh | sh
# install zupdate
zpkg install zupdate

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