Right now opentabletdriver is not in repositories yet. So here is how I managed to install it.
First you need to install dotnet:
cd Downloads && curl -LO https://dot.net/v1/dotnet-install.sh \
bash dotnet-install.shNow, you should add .dotnet folder to your PATH, and set DOTNET_ROOT environment variable. Add this at the end of your .bashrc