1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/apx.md
K.B.Dharun Krishna f539c1fd63
apx: refresh page (#9605)
* apx: refresh page

Closes #9604

* Fix typo

* Update apx.md
2022-12-13 15:44:34 +10:00

799 B

apx

Package management utility for Vanilla OS. Install packages inside managed containers from multiple sources (apx supports --aur,--dnf flags in all commands). More information: https://github.com/Vanilla-OS/apx.

  • Initialize the container:

apx init

  • Install specific packages in the container:

apx install {{package1 package2 ...}}

  • Remove specific packages from the container:

apx remove {{package1 package2 ...}}

  • Search for specific packages:

apx search {{package1 package2 ...}}

  • Enter the managed container shell to execute commands (type exit to exit the container):

apx enter

  • Update the list of available packages in the container:

apx update

  • Upgrade all installed packages in the container to their newest available version:

apx upgrade