Skip to content

pkgwrap v0.1.1

Choose a tag to compare

@trmxvibs trmxvibs released this 07 Aug 04:03
· 2 commits to main since this release

What's new in v0.1.1

  • Fixed critical bug: Termux devices were misdetected as apt (Termux
    also ships apt/dpkg internally) — now correctly detects and uses pkg
  • Fixed graceful error when sudo isn't available on a system
  • Added 5 new backends: zypper, xbps, nix, eopkg, freebsd
  • Added automatic root/sudo detection (no prompt if already root)
  • Added -y / --yes flag to skip confirmation prompts
  • Added install.sh --source for building from source without pip
  • Fixed --version to read from package metadata correctly

Install

pip install pkgwrap-lokesh

Or from source:
curl -fsSL https://raw.githubusercontent.com/trmxvibs/pkgwrap/main/install.sh | bash -s -- --source