install error :Dependency: cuda-9-0 (> = 9.0.176) But it will not be installed

when I install cuda as root

apt install cuda

however It throw a error

The following packages have unmet dependencies:
  cuda: Dependency: cuda-9-0 (> = 9.0.176) But it will not be installed
E: Could not correct the error because you are asking some packages to remain as they are, breaking the dependencies between the packages.

My Ststem is Linux 4.13.0-parrot10-amd64 X86_64 is base on Debain.
So, what can I do ?

I was flow that

Installation Instructions:
`sudo dpkg -i cuda-repo-ubuntu1604_9.0.176-1_amd64.deb`
`sudo apt-key adv --fetch-keys http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/7fa2af80.pub`
`sudo apt-get update`
`sudo apt-get install cuda`
Other installation options are available in the form of meta-packages. For example, to install all the library packages, replace "cuda" with the "cuda-libraries-9-0" meta package. For more information on all the available meta packages click here.