Is it possible to substitute binary with same name alternative? I have /usr/bin/qtcreator
I want to use alternative version but /usr/bin/qtcreator is binary but not alternative.
What the way I should do this?
Is it possible to substitute binary with same name alternative? I have /usr/bin/qtcreator
I want to use alternative version but /usr/bin/qtcreator is binary but not alternative.
What the way I should do this?
Copyright © 2021 Jogjafile Inc.
You could place your new qtcreator at
/usr/local/bin/qtcreator, that location should have preference over/usr/bin.You can check the possible locations for binaries and the order is which they are searched with
echo $PATHand you can check which binary will be called withwhich qtcreator