Package names differ across distros for the same software (e.g.
python3-pip on apt vs python-pip on pacman vs py3-pip on apk).
Currently pkgwrap passes the name through unchanged, so users must know
the right name for their OS. A mapping table (even a small curated one
for common packages) would remove a major pain point.
Package names differ across distros for the same software (e.g.
python3-pipon apt vspython-pipon pacman vspy3-pipon apk).Currently pkgwrap passes the name through unchanged, so users must know
the right name for their OS. A mapping table (even a small curated one
for common packages) would remove a major pain point.