error: replacing packages with -U is not supported yet error: you can replace packages manually using -Rd and -U -U is not yet supported but can be done using -U? Dave ------------- root@xxxxxxxxxxxxxxx cranky@xxxxxxxxxxxx On Fri, Oct 9, 2009 at 3:22 PM, Allan McRae <allan@xxxxxxxxxxxxx> wrote: > David Houston wrote: >> >> dave@devbox [2054] --> pacman -U >> nvidia-utils-beta-190.36-1-i686.pkg.tar.gz >> loading package data... >> checking dependencies... >> error: replacing packages with -U is not supported yet >> error: you can replace packages manually using -Rd and -U >> error: failed to prepare transaction (conflicting dependencies) >> :: nvidia-utils-beta: conflicts with nvidia-utils >> zsh: exit 1 sudo pacman -U nvidia-utils-beta-190.36-1-i686.pkg.tar.gz >> > > Q: Whats wrong with this error message > A: Nothing... > > You want: > pacman -Rd nvidia-utils > pacman -U nvidia-utils-beta-190.36-1-i686.pkg.tar.gz > > > >