The circup uninstall
command is used to uninstall the specified module(s) from the connected device.
$ circup uninstall --help Usage: circup uninstall [OPTIONS] [MODULE]... Uninstall a named module(s) from the connected device. Multiple modules can be uninstalled at once by providing more than one module name, each separated by a space. Options: --help Show this message and exit.
The uninstall command does not have any other specific options beyond the --help
argument which prints the built-in documentation info.
Modules Arguments
The final part of the command is a single or space separated list of multiple modules to uninstall. The module names should be the same ones used to import them in code e.g. adafruit_display_text
.
$ circup uninstall adafruit_rsa $ circup uninstall adafruit_display_shapes adafruit_display_text $ circup uninstall adafruit_logging --py --upgrade $ circup --path cool_project/ --cpy-version 9.0.0 uninstall adafruit_logging $ circup --host 192.168.1.188 --password Passw0rd uninstall adafruit_display_text
circup uninstall adafruit_rsa Found device at /media/myusername/CIRCUITPY, running CircuitPython 9.0.5. Uninstalling ('adafruit_rsa',) from /media/myusername/CIRCUITPY Uninstalled 'adafruit_rsa'.
Text editor powered by tinymce.