Releases: trmxvibs/pkgwrap
Releases · trmxvibs/pkgwrap
Release list
pkgwrap v0.1.2
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
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
pkgwrap v0.1.0 — Initial Release
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
pkgwrapandpkwcommands