Skip to content

How to unlink one specific binary #5346

Discussion options

You must be logged in to vote

You could probably do something like

brew install sem
brew unlink sem
brew install parallel
brew link --overwrite sem

So that the sem from the sem formula overwrites the sem from the parallel formula.

Unfortunately this is something you'd need to do every time one of sem or parallel is upgraded. I'd personally have use for linking only specific files from certain formulae to resolve conflicts (e.g. parallel and moreutils), but I haven't found the time to work on a better solution.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Greg-Myers-SB
Comment options

Answer selected by Greg-Myers-SB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants