steam in ubuntu code example
Example 1: how to install steam on ubuntu
$ sudo apt update
$ sudo apt install steam
$ steam
Example 2: install steam on ubuntu
sudo apt update && sudo apt install steam
Example 3: install steam on ubuntu
sudo add-apt-repository multiverse