I'm using Raspberry - 3 B and trying to install chrome (not chromiun) in Ubuntu Mate.
For my laptop ubuntu 16.04 LTS version I use the follow:
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sh -c 'echo "deb https://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
apt-get update
apt-get install google-chrome-stable
But when I try the same for Ubuntu Mate I have an error. Is it related to the chrome amd64 architecture ? So is chrome allowed or not to install in raspberry pi -3?