I just got error while installing the cuda version 9.0.176 using a run file that i download from Nvidia

i run the file using this :
sudo sh cuda_9.0.176_384.81_linux.run
it output this error :
1: eval: ./cuda-installer.pl: not found

while try installing like this :
sudo bash ./cuda_9.0.176_384.81_linux.run
the output error is:
./cuda_9.0.176_384.81_linux.run: line 507: ./cuda-installer.pl: cannot execute: required file not found
, how do i can isntall this cuda run file on my linux pc?
GPU is GTX 770
Driver version is 470.* , used my linux package manager to install the driver.

FIXED - typo error
supposed type ‘sh’ instead of ‘bash’ , just simple mistake.
just there other real error will post separately about it.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.