Skip to content

Windows support via winget/choco #3

Description

@trmxvibs

pkgwrap currently supports 11 Unix-like backends but no native Windows
support. Adding a WindowsBackend (winget or choco) would follow the same
Backend interface in backends/base.py — see apt_backend.py as reference.

Challenges to solve: winget syntax differs (winget install vs apt
install), and Windows has no sudo equivalent (UAC elevation works
differently). Good starting point for anyone comfortable with subprocess

  • Windows.

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions