How to update STM32CubeIDE on Linux?
If I open "Help > Check for Updates", I encounter an "Insufficient access privileges to apply this update" error.

I installed by following this guide:
And running the following command:
sudo sh st-stm32cubeide_1.4.0_7511_20200720_0928_amd64.deb_bundle.shI'm then able to launch the IDE from the OS GUI, just like any other app.
To update, do I need to launch STM32CubeIDE as root from CLI and then navigate to the update dialog?
sudo /opt/st/stm32cubeide_1.4.0/stm32cubeideOr will that mess things up more?
If there are special update instructions for Linux, the guide should include those. A workaround is to re-download and re-install the IDE, but doing that for every update is not ideal. And in this case, there's no way to download 1.4.2. The latest available is still 1.4.0. https://www.st.com/en/development-tools/stm32cubeide.html
