rami3l / pacaptr

Pacman-like syntax wrapper for many package managers.
https://crates.io/crates/pacaptr
GNU General Public License v3.0
365 stars 10 forks source link

[Feature Request] Add support for more package managers #142

Open rami3l opened 3 years ago

rami3l commented 3 years ago

What's supported so far:

What isn't yet supported in pacaptr, but supported in pacapt:

elenakrittik commented 1 year ago

I'd personally like to see support for Termux's pkg PM, which is essentially a wrapper around apt.

rami3l commented 1 year ago

@ItsAleph Thanks for your feedback!

Unfortunately, I haven't been using Termux a lot lately. May I ask what is missing from current apt support when running pacaptr from Termux?

elenakrittik commented 1 year ago

Termux Wiki article on package management in Termux, including what is pkg and why it is (highly) recommended over apt.

If i understand correctly, the only thing missing from pkg support is that it should be preferred over apt by pacaptr if running inside Termux ($HOME or $PREFIX start with /data/data/com.termux/ or one of the following variables are defined: TERMUX_VERSION, TERMUX_IS_DEBUGGABLE_BUILD, TERMUX_MAIN_PACKAGE_FORMAT, TERMUX_API_VERSION, TERMUX_APK_RELEASE, TERMUX_APP_PID).

rami3l commented 1 year ago

@ItsAleph I've created a new issue for you at https://github.com/rami3l/pacaptr/issues/576, let's continue our discussion there!