No seu caso, é tudo igual. google-chrome
inicia o
versão configurada, veja no final da minha resposta.
Primeiro, vamos começar um pequeno teste:
% ls -laog /usr/bin/google-chrome
lrwxrwxrwx 1 31 Mär 17 2015 /usr/bin/google-chrome -> /etc/alternatives/google-chrome
% ls -laog /etc/alternatives/google-chrome
lrwxrwxrwx 1 27 Mär 17 2015 /etc/alternatives/google-chrome -> /usr/bin/google-chrome-stable
Como você pode ver
/usr/bin/google-chrome
é um link simbólico para
/etc/alternatives/google-chrome
e
/etc/alternatives/google-chrome
é um link simbólico para
/usr/bin/google-chrome-stable
Se você instalou, por exemplo, google-chrome-beta
e google-chrome-stable
, você pode começar
sudo update-alternatives --config google-chrome
para mudar o comportamento, por exemplo. no meu caso
There are 2 choices for the alternative google-chrome (providing /usr/bin/google-chrome).
Selection Path Priority Status
------------------------------------------------------------
* 0 /usr/bin/google-chrome-stable 200 auto mode
1 /usr/bin/google-chrome-beta 150 manual mode
2 /usr/bin/google-chrome-stable 200 manual mode
Press enter to keep the current choice[*], or type selection number: