Complete the following steps to install the latest version of nRF Util commands from the web:
-
Run the
nrfutil searchcommand to list the available commands:Command Installed Latest Status ble-sniffer 0.12.0 Not installed completion 1.4.0 Not installed device 2.1.1 Not installed npm 0.3.0 Not installed nrf5sdk-tools 1.0.1 Not installed toolchain-manager 0.14.1 Not installed trace 2.1.0 Not installed Found 7 installable commandsYou can learn more about each command by using the help commands.
Note
The
nrf5sdk-toolscommand has an additional prerequisite. -
To install a command, run
nrfutil installwith the name of the command to install. For example, to install thedevicecommand, run the following:nrfutil install deviceYou can now use the command
nrfutil device, for example with--help. This action installs the latest version of the command.
The command package installs the latest version of the command at the default or custom installation location.
Tip
Make sure to install nrfutil completion as one of the first commands to enable autocompletion features.