You are not logged in.
Pages: 1
pacman is reinstalling any dependency which is already installed. Is it possible to stop pacman from reinstalling alrady installed ones.
Offline
Does pacman still think they are installed if you do a "pacman -Qi <dep>"?
Offline
I found the solution just add --needed at the end like:
pacman -Sy nano --needed
It will prevent pacman from reinstalling the already installed deps.
Offline
Pages: 1