Open NourAldynKMHD opened 7 months ago
Moving this over to the .NET MAUI repo
This sounds similar to https://github.com/dotnet/maui/issues/23219 that I just created. Ubuntu snaps are also sandboxed from what I gather, just like Flatpaks, and it seems like .NET is installed in a read-only filesystem. From what I understand this makes it impossible to install MAUI workloads, even if using sudo
would be possible (which usually doesn't exist in Flatpaks).
The workaround for now is to not use .NET 8 within Flatpak-ed or snapped apps, or alternatively use something like flatpak-spawn --host dotnet ...
and have .NET 8 installed on the host instead.
URL(s)
https://github.com/dotnet/core/issues?q=is%3Aissue+is%3Aopen+author%3ANourAldynKMHD
Description
on my Linux PC I'm trying to install dotnet-sdk and its workload when I'm trying to download any work load using
dotnet workload install maui-android
it give me this errorI have searched a lot but I don't find any one who fix the problem so what I have to do