logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Manage APX Package Managers - Create & Control Packages | Online Free DevTools by Hexmos

Manage and control APX package managers with ease. Create, list, remove, and show package manager configurations. Free online tool, no registration required.

apx-pkgmanagers

Manage package managers in apx. Note: User-created package manager configurations are stored in ~/.local/share/apx/pkgmanagers. More information: https://github.com/Vanilla-OS/apx.

  • Interactively create a new package manager configuration:

apx pkgmanagers create

  • List all available package manager confirgurations:

apx pkgmanagers list

  • Remove a package manager configuration:

apx pkgmanagers rm --name {{string}}

  • Display information about a specific package manager:

apx pkgmanagers show {{name}}

See Also