How to install CUDA package

Hello,
i have trouble how to install this package from this link down
https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&target_distro=OpenSUSE&target_version=150&target_type=runfilelocal

i am new to linux and am really trying, i have red all installation instructions but i dont quite understand how to use all that commands.

file is in cuda_10.1.105_418.39_linux.run format.

appricite all help for newbies.

thanks

Download this instead;


https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&target_distro=OpenSUSE&target_version=150&target_type=rpmlocal


sudo rpm -i cuda-repo-opensuse15-10-1-local-10.1.105-418.39-1.0-1.x86_64.rpm
sudo zypper refresh
sudo zypper install cuda

please disregard this thread, i found the way.