I have to install some packages for a vnc server on a CentOS 6.5 machine that has no access to repos (so I have to transfer the rpm packages I need using sftp).
As I tried to install the package libX11-1.6.0-6 I got the following error :
error: Failed dependencies: libxcb < 1.9.1-3 conflicts with libX11-1.6.0-6.el6.i686
So I upgraded libxcb to the requested version but I still got the same error. I tried to force the libX11 install with --nodeps but now I don't have the following libraries : libxcb-glx.so.0 and libxcb.so.1.
Trying to reinstall, upgrade or downgrade libxcb to get the libraries back has proven unsuccessful.
What shall I do ?