When I'm executing command
sudo dotnet workload install maui-android --temp-dir $(HOME)/.temp
It installs packages, but at the end it outputs:
Workload installation failed: No space left on device
df -h ~/.temp output
Filesystem Size Used Avail Use% Mounted on
/dev/nvme0n1p3 476G 35G 441G 8% /home
How can I fix this?