upm
upm copied to clipboard
Universal Package Manager
Could You add to feature list composer package manager support for PHP? Thanks? Suggestions: I don't like ruby, but I think that I can to be your one of the...
To setup a machine that doesn't have ruby on it yet. (Functionally overlaps with tools like chef/puppet.)
When the network is available, "search" should default to the web-based search providers for performance (with appropriate exceptions).
Feature matrix! Also, real screenshots.
Use dpkg-query to generate a nice table with package sizes: ``` dpkg-query -W -f='${Installed-Size;8} ${Package}\n' | sort -n ```
`favorites.yml` which lists your favourite packages/libraries/git repos. Can be auto generated from the install logs. Can be pushed to a free remote service for use anywhere.
Create a set of subdirectories containing just the files necessary for upm to detect the distro (eg: /etc/os-release, /bin/pacman, /.ENV, /.uname, etc). Then write some tests! (Even better would be...
verfiy
verfiy in readme.md
Hey UPM developers, I’ve got a proposal to share: Linux’s package management ecosystem is notoriously fragmented — `.deb`, `.rpm`, `.opkg`, `.apk`, `.tar.gz`, `.AppImage`, `Flatpak`, `Snap`… Every distro has its own...