apx
apx copied to clipboard
Apx (/à·peks/) is the default package manager in Vanilla OS. It is a wrapper around multiple package managers to install packages and run commands inside a managed container.
When runninx apx (doesn't matter which subcommand), it works, but it also print everytime this error message: `error reading binaries: bufio.Scanner: token too long` This happens right after a fresh...
Hello, everyone! I am Runa Inoue a.k.a Runa-Chin. This time I want to request for distribute the APX app into Flatpak format and publish it into Flathub. Why I want...
Hello there, currently trying out Vanilla OS, and I am evaluating it to be my next primary OS. Sadly though, I experience a problem with applications in the apx containers...
Translations update from [Hosted Weblate](https://hosted.weblate.org) for [Vanilla OS/Apx](https://hosted.weblate.org/projects/vanilla-os/apx/). Current translation status: 
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.19.0 to 1.20.1. Release notes Sourced from github.com/spf13/viper's releases. v1.20.1 What's Changed Bug Fixes 🐛 Backport config type fixes to 1.20.x by @sagikazarmark in spf13/viper#2005 Full Changelog:...
Related to https://github.com/Vanilla-OS/live-iso/issues/87.
See https://discord.com/channels/1023243680829681704/1023243681324617780/1348637912648126549 for reference.
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.1 to 1.9.1. Release notes Sourced from github.com/spf13/cobra's releases. v1.9.1 🐛 Fixes Fix CompletionFunc implementation by @ccoVeille in spf13/cobra#2234 Revert "Make detection for test-binary more universal (#2173)"...
TL;DR: * Avoid mixing dynamic and static elements in the `apx` commands to reduce confusion. * Recommend standardizing to a command `action item format`—transition from `apx my-subsystem` to `apx enter...
the error code either needs to be forwarded or there needs to be a generic error thrown for the process failure. ```bash apx snapcraft run "/usr/bin/echo pass" ``` ``` Error:...