Particle CLI installer not working on Ubuntu 16.04

I am trying to install Particle CLI using

bash <( curl -sL https://particle.io/install-cli )

as described in https://docs.particle.io/guide/tools-and-features/cli/photon/#installing , and getting the following error:

Am I missing anything on my machine?

1 Like

I would suggest trying po-util. It’s a tool I’ve been working on for almost two years that does a very good job at installing particle-cli, dfu-util, and the local toolchain on Mac and Linux. It also has helper tools for building projects with the local toolchain and quickly flashing over usb, a library manager, and more.
You can get it with:

$ bash <(curl -sL get.po-util.com)

Awesome, thank you!

1 Like