You are not logged in.
If I have a self-build package that provides something (another package) that I allready have installed and also conflicts with, how do I replace the installed package with the self-build?
When I try to install it with
pacman -A /path/to/packagepacman first tells me that my self-build package conflicts with the installed and whether I want to remove it. If I tell him that he should remove the installed package I get a list of dependencies that would get broke and the installation aborts.
Any hints on how to solve that problem?
Offline
Use -U (upgrade) switch if updating the package with the same name.
Use -Rd (remove without dependencies) to uninstall a package and then install the one that provides the same.
Last edited by lucke (2007-02-11 23:15:27)
Offline