Installing cuBLAS 9.2 Patch Update

I am trying to install Cuda 9.2 with the cuBlas update but when I try sudo apt-get update after unpacking the deb file I get the following error:

Reading package lists… Done
Building dependency tree
Reading state information… Done
You might want to run ‘apt-get -f install’ to correct these.
The following packages have unmet dependencies:
cuda-cublas-dev-9-2 : Depends: cuda-cublas-9-2 (>= 9.2.88.1) but 9.2.88-1 is installed
E: Unmet dependencies. Try using -f.

I’m guessing it is because of the dash vs. period in “9.2.88.1” and “9.2.88-1”