Hi Guys…
I am having some weird trouble. I logout from Plasma, switch to a console, and run sudo pacman -Syu and after downloading all the packages, it try to update and abort with “exists in filesystem”. But I can’t find information in pacman.log.
What should I do? Do I need to use --overwrite? It’s the first time in several years that I get this error. Mostly are node modules that I don’t recognize.
and it did it “successfully”. For pacman npm 10.9.2 didn’t exist, so it deleted all the files registered in the npm 10.9.0 package. So when I tried to install it again with:
sudo pacman -S npm
it gave the same error than before, because those 10.8.2 files still “exists in filesystem”.
So I manually move the conflicting files from /usr/lib to another location and installed npm without problems. Not the best elegant solution that I was hoping but so far it worked. I have another libraries in that directory (in the old one) that are not in the main package, but I think are mostly AUR packages dependencies that I hope reacquire when needed to recompile.
Edit: Yes, I did mess things up. I had to reinstall some packages to leave node operational (I leave it here in case it helps another soul):