Hi @iTom79, and welcome!
This indicates that it could not write in the directory, which in turn would be a permissions problem. Indeed, if you executed
pacman -Syu
…without sudo
this would be the case. Try:
sudo pacman -Syu
…instead. Or as I always recommendd, use pamac
instead of pacman
:
pamac upgrade --enable-downgrade --aur --devel
Hope it helps!
Tip:
When posting terminal output, copy the output and paste it here, wrapped in three (3) backticks, before AND after the pasted text. Like this:
```
pasted text
```
This will just cause it to be rendered like this:
Sed
sollicitudin dolor
eget nisl elit id
condimentum
arcu erat varius
cursus sem quis eros.
Instead of like this:
Sed sollicitudin dolor eget nisl elit id condimentum arcu erat varius cursus sem quis eros.
Alternatively, paste the text you wish to format as terminal output, select all pasted text, and click the </> button on the taskbar. This will indent the whole pasted section with one TAB, causing it to render the same way as described above.
Thereby increasing legibility thus making it easier for those trying to provide assistance.
Please edit your post accordingly.