Ubuntu Installation¶
This section describes how to install Enterprise Steam on Ubuntu. Same steps should apply for similar Debian based Linux distributions.
Requirements¶
Ubuntu 16.04 or greater.
Enterprise Steam .deb file. This is available on the Enterprise Steam download page.
Install Enterprise Steam¶
Download Enterprise Steam from the download page.
Install the Enterprise Steam DEB package.
sudo dpkg -i steam-1.9.13.x86_64.deb
Start Enterprise Steam.
sudo systemctl enable steam sudo systemctl start steam
Validate that the Enterprise Steam service is running.
sudo systemctl status steam
If the service is running, you can login to Enterprise Steam. See the Logging-in section for more information.
If the service is not running, please review the logs (cat /opt/h2oai/steam/log/steam.log
) to identify the issue.