Linux executes thecurl
command and reports an error:curl: (23) Failure writing output to destination
System: Ubuntu 20.04 LTS
Solution:snap curl
is useless. You should uninstall and reinstall it withapt
:
sudo snap remove curl
sudo apt install curl
So far, the problem has been solved.