
apx
List of commands for apx:
-
apx:tldr:093c2 apx: Search for specific packages.$ apx search ${package1 package2 ---}try on your machineexplain this command
-
apx:tldr:66181 apx: Upgrade all installed packages in the container to their newest available version.$ apx upgradetry on your machineexplain this command
-
apx:tldr:7b5de apx: Install specific packages in the container.$ apx install ${package1 package2 ---}try on your machineexplain this command
-
apx:tldr:9cae2 apx: Update the list of available packages in the container.$ apx updatetry on your machineexplain this command
-
apx:tldr:a5a0c apx: Remove specific packages from the container.$ apx remove ${package1 package2 ---}try on your machineexplain this command
-
apx:tldr:d1a57 apx: Enter the managed container shell to execute commands (type `exit` to exit the container).$ apx entertry on your machineexplain this command
-
apx:tldr:d3a81 apx: Install a DEB/RPM package inside the container (Use `--dnf` flag for installing RPMs).$ apx install --sideload ${path-to-package}try on your machineexplain this command
-
apx:tldr:ea4fb apx: Initialize or reinitialize a specific container.$ apx inittry on your machineexplain this command