You are not logged in.
Currently I have installed city/xorg-server1.12 - I do not know why. I have to replace it with extra/xorg-server however there are obvious dependeny problems.
How can I force pacman/yaourt to skip dependencies and force install extra/xorg-server package ?
I have tried with
sudo pacman --force -Sd xorg-serverbut without any luck.
Last edited by hsz (2013-05-07 07:42:05)
Offline
Solved with
pacman -S xorg-server xf86-input-evdevOffline
Completely wrong application of --force. PLEASE don't use this option unless you know exactly what it is and what it's going to do.
There shouldn't be dependency problems, what exactly are you running into?
Offline
How can I force pacman/yaourt to skip dependencies
Please read the man page.
Offline