...May 2026

Zielina
Package
Manager

APT · Flatpak · Snap — One Interface

ZPM unifies your Linux package management into a single, fast, user-friendly CLI. No more switching between APT, Flatpak, and Snap — just z* commands.

bash — install zpm
$ sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/Ignacyyy/ZPM/main/INETINSTALL.sh)"
Requirements: Installed with ZPM  |  Platform: Debian / Ubuntu (APT)
Open Source MIT License Debian / Ubuntu C++ ...

Why ZPM

One manager.
All packages.

Instead of remembering the syntax of three different tools — use one unified interface.

One interface

APT, Flatpak and Snap managed from a single unified CLI. Simple commands with the z prefix.

🔎

Fast search

The zsearch command instantly finds a package without needing to know its exact source.

🛡️

MIT License

Fully open-source. Use, modify and distribute ZPM without restrictions.

📦

Cache management

Built-in zclean command for clearing package cache — fast and painless.

🔄

Auto-update

Update ZPM and system packages with a single command. Always up to date.

💻

Written in C++

C++ core provides minimal overhead and fast startup. A shell wrapper completes the integration.

▶️

Run packages

The zrun command lets you launch an installed program directly through ZPM — no path hunting.

Commands

Everything you need.

Click a command to view its source code from GitHub.

zinst { }
Install a package from a chosen source (APT / Flatpak / Snap)
zrm { }
Remove an installed package
zsearch { }
Search for a package by name or keyword
zinfo { }
Show detailed info about a package
zlist { }
List all installed packages
zupd { }
Update system packages
zupgr { }
Upgrade ZPM itself to the latest version
zclean { }
Clear the package cache
zhelp { }
Display the full help guide
zuninstall { }
Uninstall ZPM from the system
zrun { }
Run an installed package or program via ZPM
Loading...

You can also use: zpm --help or ZPM --help for the unified interface.

ZPM Management

Update.
Uninstall.

Update ZPM

sudo zupgr

Uninstall ZPM

sudo zuninstall

Specifications

Technical details.

Supported systems

Debian / Ubuntu (APT)

Version

...

Install path

/opt/ZPM

Command location

/usr/bin/z* (symlinks)

License

MIT

Language

C++ + Shell

Dependencies

Installed with ZPM