Opened 7 years ago

Closed 7 years ago

#221 closed enhancement (fixed)

Add yum-plugin-replace to available yum plugins

Reported by: Lewis Rosenthal Owned by:
Priority: major Milestone:
Component: yum Version:
Severity: high Keywords:
Cc:

Description

yum-plugin-replace provides for swapping conflicting packages, either different ones or the same, but for different arches. Thus, it is possible to:

yum replace mysql --replace-with mysql51

without uninstalling the first package and then installing the replacement. This also works for packages which are "locked" by dependencies.

Source: https://github.com/iuscommunity/yum-plugin-replace

Presently, the only alternative to this is to use the yum shell to uninstall and then install, and even that is not as robust as yum-plugin-replace.

Change History (1)

comment:1 Changed 7 years ago by Silvan Scherrer

Resolution: fixed
Status: newclosed

it's in exp repo. have fun with it

Note: See TracTickets for help on using tickets.