You are not logged in.
Pages: 1
I am trying to update with pacman but get this error;
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...
warning: removing 'libgl' from target list because it conflicts with 'nvidia-utils'
error: failed to prepare transaction (could not satisfy dependencies)
:: ati-dri: requires libgl=7.7.1
:: intel-dri: requires libgl=7.7.1
:: mach64-dri: requires libgl=7.7.1
:: mga-dri: requires libgl=7.7.1
:: r128-dri: requires libgl=7.7.1
:: savage-dri: requires libgl=7.7.1
:: sis-dri: requires libgl=7.7.1
:: tdfx-dri: requires libgl=7.7.1Can I safely remove these drivers to allow upgrade?
I only have an nvidia gpu so I do not see a problem in removing these....:/
I could be wrong of course.
Any advice welcome.
Offline
See this.
Offline
pacman -Rd libgl
pacman -S nvidia-utils
it provides "libgl", so there is no prob.
Offline
Pages: 1