Multiple applications with the same name can be used with alternatives.
For example, if you want to install several versions of gcc, alternatives support
switching between multiple versions with one command.
- List which versions of gcc are installed
- Add several alternatives for gcc
ls /usr/bin/gcc*
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.4 40
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.1 30