LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   .run ??? (https://www.linuxquestions.org/questions/linux-newbie-8/run-608432/)

willrs2 12-21-2007 05:04 PM

.run ???
 
I just downloaded an ati graphics driver for linux and it has a .run extention. How would I run/compile/etc. it?

reddazz 12-21-2007 05:09 PM

You can do
Code:

$chmod +x somefile.run
$./somefile.run


willrs2 12-21-2007 05:12 PM

Thanks, that worked. :)

Uncle_Theodore 12-21-2007 05:19 PM

You can also do it like this

sh ati-driver-installer-8.443.1-x86.x86_64.run

BTW, I've just installed them myself. Seems pretty good. :)


All times are GMT -5. The time now is 09:34 PM.