Buenas tardes.
Por si sirve de algo, simplemente comentar que estoy instalando icestudio 0.10 rc1 en Ubuntu 22.04.1 y me da el siguiente error al lanzarlo:
$ ./icestudio-0.10-rc1-linux64.AppImage
dlopen(): error loading libfuse.so.2
AppImages require FUSE to run.
You might still be able to extract the contents of this AppImage
if you run it with the --appimage-extract option.
See https://github.com/probonopd/AppImageKit/wiki/FUSE
for more information
Instalando el paquete libfuse2 (sudo apt install libfuse2) ha quedado resuelto y ya arranca, pero ahora tengo otro error cuando le digo que instale la toolchain, a pesar de tener instalado Python 3.10.6, parece que tengo que tener instalado python3-venv, así que un sudo apt install python3-venv y ya funciona todo ok.
Un saludo.