You are not logged in.
Pages: 1
Hello,
My current setup requires me to run the latest nvidia drivers. I have downloaded and installed them from nvidia's website and have been running without issue. My problem is that the 'nvidia-utils' package now wants to be upgraded, and the upgrade wants to install files that are already installed from the stock nvidia driver.
When I try to upgrade I get the following error:
(435/435) checking for file conflicts [#####################] 100%
error: failed to commit transaction (conflicting files)
nvidia-utils: /usr/lib/libXvMCNVIDIA.so.195.36.15 exists in filesystem
nvidia-utils: /usr/lib/xorg/modules/extensions/libglx.so.195.36.15 exists in filesystem
Errors occurred, no packages were upgraded.Is the nvida-utils package required by other packages? If so, how can I tell? I looked here: http://www.archlinux.org/packages/extra … dia-utils/ and it says that it is only required by the 'nvidia' package....
Can this be safely removed?
Offline
Do a
pacman -Qo /usr/lib/libXvMCNVIDIA.so.195.36.15
If it belongs to a package, remove it. Then update.
Offline
It's best not to install without pacman. If you need another version use ABS and modify the PKGBUILD.
All men have stood for freedom...
For freedom is the man that will turn the world upside down.
Gerrard Winstanley.
Offline
Is there a way to tell if nvidia-utils is a dependency for other packages installed on my sytem?
Offline
> Is there a way to tell if nvidia-utils is a dependency for other packages installed on my sytem?
Sure: 'pacman -Qi nvidia-utils | grep Required'. If you get "Required By : None" then pacman know of no deps.
You can also 'pacman -Rs nvidia-utils' and pacman either will remove the package and all the other unneeded packages or will tell you that some package needs nvidia-utils.
> It's best not to install without pacman.
+1 The nVidia webpage will tell which ones you need for your card, but you use install the drivers via pacman.
Offline
Pages: 1