I have moreutils
installed which provides /usr/bin/parallel
, which is not useful for me. If I now want to install the parallel
package (GNU Parallel) I have learnt from this answer that it would rename the existing /usr/bin/parallel
of moreutils
to /usr/bin/parallel.moreutils
.
I was wondering what would happen if the opposite is done. For example, I have the parallel
package installed and later on someone uninstalls moreutils
and then reinstalls it again, will it rename /usr/bin/parallel
to /usr/bin/parallel.gnu
or what name would it get?
And if it does the renaming, how to avoid that?
My current Ubuntu version is:
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.3
LTS Release: 18.04
Codename: bionic
I also use Ubuntu 16.04 on other machines.