This is how to install stream on ubuntu

  • open terminal
  • update
    sudo apt update && sudo apt upgrade
    • install system reqirements
      sudo apt install software-properties-common apt-transport-https curl -y
      • enabble 32 bit support
      sudo dpkg --add-architecture i386