By default, the install command installs the main nRF Connect SDK (nrf). You can use the --type flag to install a different SDK type.
For example, use the following command to install the nRF Connect SDK Bare Metal option:
nrfutil sdk-manager install v2.8.0 --type nrf-bm
You can also use the --type flag with the sdk install subcommand.
For example:
nrfutil sdk-manager sdk install v2.8.0 --type nrf-bm
This flag works also with the uninstall command.
Tip
To search for specific SDK types, use --type flag with the search command.