• ...
  • base images
  • SDK
  • ...
  • ...
  • tools
  • premade packages

simpleswitch-helper install/uninstall#

$ simpleswitch-helper install --help
usage: simpleswitch-helper install [-h] fragment

positional arguments:
fragment    Path to the manifest fragment

options:
-h, --help  show this help message and exit

can be used to install a SimpleSwitch™ package stored on the device. The path to the simpleswitch.package file of the new package needs to be passed.

Note

The filesystem image of the package (.ext4 or .squashfs) needs to be in the same folder as the simpleswitch.package file.

To uninstall an installed package run

$  simpleswitch-helper uninstall --help
usage: simpleswitch-helper uninstall [-h] app

positional arguments:
app         The application to uninstall

options:
-h, --help  show this help message and exit