WebGen Linux Manual

← All tools

The package manager

wgpkg is WebGen’s package manager — the app/userspace update plane. Packages are .wgpkg archives fetched from a signed network repo; the base OS itself updates by re-imaging, so wgpkg stays small and low-risk.

Examples

CommandWhat it does
wgpkg updateFetch the repo index and verify its OpenPGP signature against the pinned release key.
wgpkg list --availableShow the repo catalogue you can install, with install state.
wgpkg listShow installed packages.
sudo wgpkg install webgen-editDownload, verify (sha256 from the signed index) and install a package.
sudo wgpkg upgradeUpgrade every installed package the repo has a newer version of.
sudo wgpkg remove webgen-solitaireRemove an installed package.
wgpkg info webgen-terminalShow an installed package’s details.
wgpkg update --insecure-skip-verifyDev only: update WITHOUT verifying the signature (warns loudly).

The repo index is signed; update refuses an index it cannot verify against the release key baked into the image at /etc/wgpkg/trusted.pub.asc (fail closed).