0

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?

Taskavan
  • 1
  • 1
  • you specified a path for the temp-dir, that doesn't mean that's the only place it needs to store files – Jason Apr 19 '23 at 19:06
  • @Jason How can I specify all the directories for it then? or at least log all the directories that is in use by the dotnet's installation? – Taskavan Apr 19 '23 at 19:15
  • I’m sure there are flags to set the verbosity level of messages – Jason Apr 19 '23 at 20:23
  • There is an issue about [Workload installation failed: No space left on device](https://github.com/dotnet/sdk/issues/28962). Can it help you? – Liyun Zhang - MSFT Apr 20 '23 at 09:45

0 Answers0