Deb(network) for cuda 8.0 GA2 installs cuda 9.1

I used deb(network) for cuda 8.0 GA2 to install cuda 8.0 in Ubuntu 16.04.
However, the deb installed cuda 9.1 in my PC.
This is the link of the deb I used.
https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/cuda-repo-ubuntu1604_8.0.61-1_amd64.deb

I would appreciate it if the deb is fixed.

if you want to install cuda 8.0 try installing cuda-8.0

sudo apt-get install cuda-8.0

Thanks!