Adrian Gunawan wrote:
> 
> how can i uninstall XFree86-server ?
> because i want to upgrade to the new one but it can't
> upgrade it said the file conflicts with the new
> package
> 
> if anyone can help me

Hi Adrian. Do a "man RPM" from a shell. Lots of options there including:

--nodeps (will install despite dependency problems)

--force (will install over top of existing)

and don't forget:

rpm -q <name of package> (to see what version you currently have)

rpm -e <name of package> (to uninstall a current version)

Read the man results carefully, it will help a lot! ;-)

-- 
                                                                             
                                                                       /\    
                                                                   Dark><Lord
                                                                       \/

Reply via email to