I need Ubuntu 16.04 LTS and I'm hoping to install Lutris on it. When I attempt to install it using a PPA package, the package lutris is not found. The procedure for attempting this is as follows:
sudo add-apt-repository ppa:lutris-team/lutris
sudo apt-get update
sudo apt-get install lutris
When I attempt to download a TAR of Lutris and then to run its Python executable bin/lutris I encounter the error ImportError: cannot import name '_gi' from 'gi', in spite of the fact that the Python module gi is already installed.
So how might Lutris be installed on 16.04?