Thanks. I'll give that a try
Edit:
So, from the link you provided, am I correct that first I need to installl .Net 8 for Debian, via
https://learn.microsoft.com/en-gb/dotne ... bs=dotnet8
After following the instructions to install .Net, if |I run the command dotnet --info
to confirm installation, I get dotnet: command not found
Same if I run dotnet --list-sdks
If I run the installation sudo apt-get update && \
sudo apt-get install -y dotnet-sdk-8.0
I get dotnet-sdk-8.0 is already the newest version (8.0.405-1).
Thanks for any suggestions