Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
distro/adaptation/centos: resolve curl confliction with installed pac…
…kage curl-minimal curl-minimal has been installed on centos9, which leads to below issue when trying to install curl from programs like makepkg. As a workaround, map curl to curl-minimal. Error: Problem: problem with installed package curl-minimal-7.76.1-29.el9.x86_64 - package curl-minimal-7.76.1-29.el9.x86_64 from @System conflicts with curl provided by curl-7.76.1-29.el9.x86_64 from baseos - package curl-minimal-7.76.1-22.el9.x86_64 from baseos conflicts with curl provided by curl-7.76.1-29.el9.x86_64 from baseos - package curl-minimal-7.76.1-23.el9.x86_64 from baseos conflicts with curl provided by curl-7.76.1-29.el9.x86_64 from baseos - package curl-minimal-7.76.1-26.el9.x86_64 from baseos conflicts with curl provided by curl-7.76.1-29.el9.x86_64 from baseos - package curl-minimal-7.76.1-28.el9.x86_64 from baseos conflicts with curl provided by curl-7.76.1-29.el9.x86_64 from baseos - package curl-minimal-7.76.1-29.el9.x86_64 from baseos conflicts with curl provided by curl-7.76.1-29.el9.x86_64 from baseos - package curl-minimal-7.76.1-12.el9.x86_64 from appstream conflicts with curl provided by curl-7.76.1-29.el9.x86_64 from baseos - package curl-minimal-7.76.1-14.el9.x86_64 from appstream conflicts with curl provided by curl-7.76.1-29.el9.x86_64 from baseos - cannot install the best candidate for the job (try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) Signed-off-by: Philip Li <[email protected]>
- Loading branch information