apx: refresh page (#9725)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:

committed by
GitHub

parent
a0e6b5341a
commit
380a396bf9
@@ -1,10 +1,10 @@
|
||||
# apx
|
||||
|
||||
> Package management utility for Vanilla OS.
|
||||
> Install packages inside managed containers from multiple sources (`apx` supports --aur,--dnf flags in all commands).
|
||||
> Package management utility.
|
||||
> Install packages inside managed containers from multiple sources (`apx` supports --aur,--dnf, --apk flags in all commands).
|
||||
> More information: <https://github.com/Vanilla-OS/apx>.
|
||||
|
||||
- Initialize the container:
|
||||
- Initialize or reinitialize a specific container:
|
||||
|
||||
`apx init`
|
||||
|
||||
@@ -12,6 +12,10 @@
|
||||
|
||||
`apx install {{package1 package2 ...}}`
|
||||
|
||||
- Install a DEB/RPM package inside the container (Use `--dnf` flag for installing RPMs):
|
||||
|
||||
`apx install --sideload {{path/to/package}}`
|
||||
|
||||
- Remove specific packages from the container:
|
||||
|
||||
`apx remove {{package1 package2 ...}}`
|
||||
|
Reference in New Issue
Block a user