← 返回命令列表

Linux command

apx-subsystems 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Create

apx subsystems new

List

apx subsystems list

Reset

apx subsystems reset -n name

Force

apx subsystems reset -n name -f

Remove

apx subsystems rm -n name

Force

apx subsystems rm -n name -f

说明

apx subsystems manages containerized subsystems in the apx package manager. Subsystems are containers created from pre-existing stacks, allowing isolated package installations with different package managers.

参数

new
Interactively create a new subsystem
list
List all available subsystems
reset
Reset a subsystem to its initial state
rm
Remove a subsystem
-n, --name _name_
Specify subsystem name
-f, --force
Force the operation without confirmation

FAQ

What is the apx-subsystems command used for?

apx subsystems manages containerized subsystems in the apx package manager. Subsystems are containers created from pre-existing stacks, allowing isolated package installations with different package managers.

How do I run a basic apx-subsystems example?

Run `apx subsystems new` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does new do in apx-subsystems?

Interactively create a new subsystem