pkgwrap v0.1.1
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 usespkg - Fixed graceful error when
sudoisn'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/--yesflag to skip confirmation prompts - Added
install.sh --sourcefor building from source without pip - Fixed
--versionto 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