Understanding the Command: update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-13 60
The update-alternatives utility is a standard tool in Debian-based Linux distributions (like Ubuntu) that manages multiple versions of programs providing the same functionality. It uses symbolic links and priority values to determine which version should be used by default when a command is invoked....