I'm trying to install the latest AMD catalyst drivers for Fedora 16 64 bit edition. When I attempt to install the package (amd-driver-installer-12-3-x86.x86_64.run) with the "bash" or "yun install" commands it gives me the error "no such file or directory exists". Do I need to list the directory it's in or something?
exact code:
[PANDAmonium@Jordan-Desktop ~]$ su -
Password:
[root@Jordan-Desktop ~]# bash ./amd-driver-installer-12-3-x86.x86_64.run
bash: ./amd-driver-installer-12-3-x86.x86_64.run: No such file or directory
[root@Jordan-Desktop ~]# yum install amd-driver-installer-12-3-x86.x86_64.run
Loaded plugins: langpacks, presto, refresh-packagekit
Setting up Install Process
No package amd-driver-installer-12-3-x86.x86_64.run available.
Error: Nothing to do
[root@Jordan-Desktop ~]#
Thanks in advance...