install steam in ubuntu 18.04 code example
Example 1: install steam on ubuntu
sudo apt update && sudo apt install steam
Example 2: install steam on ubuntu
sudo add-apt-repository multiverse
sudo apt update && sudo apt install steam
sudo add-apt-repository multiverse