|
|
|
|
|
by paulddraper
3478 days ago
|
|
> The .deb package seems to install everything in /opt Hm, just like another commonly installed package... $ ls /opt/google/
chrome
chrome-beta
chrome-unstable
Though it installs executables $ ls -l /usr/bin/google-*
/usr/bin/google-chrome -> /etc/alternatives/google-chrome
/usr/bin/google-chrome-beta -> /opt/google/chrome-beta/google-chrome-beta
/usr/bin/google-chrome-stable -> /opt/google/chrome/google-chrome
/usr/bin/google-chrome-unstable -> /opt/google/chrome/google-chrome-unstable
|
|