CalebDepatie / unified-package-manager

upm is "unified" in that it provides a consistent and simple CLI layer to access all your systems package managers
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Sudo vs User managers #14

Closed CalebDepatie closed 11 months ago

CalebDepatie commented 11 months ago

Some package managers (IE - flatpak) are per user and as such trying to update via sudo or install via sudo does not work as intended. UPM will need to be aware of what managers require sudo and which are unintended to, and selectively dispatch sudo perms.

CalebDepatie commented 11 months ago

This is now determined via guile using a simple t/f flag