Skip to content

Releases: trmxvibs/pkgwrap

pkgwrap v0.1.2

Choose a tag to compare

@trmxvibs trmxvibs released this 09 Aug 02:02

What's new

Added command aliases for muscle-memory compatibility across package
manager ecosystems — cross-verified against apt, Termux pkg, pacman,
dnf, apk, brew, zypper, xbps, nix, eopkg, and FreeBSD pkg conventions:

  • install: also accepts in, add
  • remove: also accepts uninstall, del, rm
  • update: also accepts up, upgrade
  • search: also accepts find

Note: full-upgrade/dist-upgrade remain intentionally unsupported —
they represent a different, more invasive operation than update
currently performs.

pkgwrap v0.1.1

Choose a tag to compare

@trmxvibs trmxvibs released this 07 Aug 04:03

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

pkgwrap v0.1.0 — Initial Release

Choose a tag to compare

@trmxvibs trmxvibs released this 28 Jul 04:49
e258b2e

What's included

  • 11 package-manager backends (apt, pkg/Termux, pacman, dnf, apk, brew, zypper, xbps, nix, eopkg, FreeBSD pkg)
  • Automatic sudo/root detection
  • -y flag for auto-confirmation
  • Both pkgwrap and pkw commands