PLEASE NVIDIA HELP ME

Hello Nvidia,

Please Help me! I need to install Nvidia410 and cuda 10 on my RTX 2080 Super on Fedora or Ubuntu.

I cant install the .run file. I just found a link to a RPM and i tried to install it:

⬢[node@toolbox Downloads]$ sudo yum localinstall x11-driver-video-nvidia-current-410.57-1.mga6.nonfree.x86_64.rpm
Last metadata expiration check: 0:17:47 ago on Sun Feb 16 16:14:58 2020.
Error: 
 Problem: conflicting requests
  - nothing provides kmod(nvidia-current.ko) = 410.57 needed by x11-driver-video-nvidia-current-410.57-1.mga6.nonfree.x86_64
  - nothing provides ldetect-lst >= 0.3.7.9-2 needed by x11-driver-video-nvidia-current-410.57-1.mga6.nonfree.x86_64
  - nothing provides xserver-abi(videodrv) < 25 needed by x11-driver-video-nvidia-current-410.57-1.mga6.nonfree.x86_64
  - nothing provides lib64vdpau1 needed by x11-driver-video-nvidia-current-410.57-1.mga6.nonfree.x86_64
  - nothing provides x11-server-common needed by x11-driver-video-nvidia-current-410.57-1.mga6.nonfree.x86_64
  - nothing provides update-alternatives needed by x11-driver-video-nvidia-current-410.57-1.mga6.nonfree.x86_64
(try to add '--skip-broken' to skip uninstallable packages)

I need to have 410 and Cuda 10 in order to run my older TensorFlow 1.4 code. Please help me.

For graphic drivers you always use distribution packages. Installing from .run file can break your system if you don’t know how to do it.
What version of Ubuntu?
For Ubuntu, being connected to the internet:

sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
sudo apt-get install nvidia-driver-410

When you see in the terminal that it is finished, you restart the system.

The previously installed drivers have CUDA run files integrated, you can use CUDA applications.
If you need CUDA toolkit for developers, the last two versions of ubuntu contain CUDA 10.1 from repositories. So if you have those versions, to install CUDA:

sudo apt-get install nvidia-cuda-toolkit

You wait for this to end, it should download about 1.5GB of files.