Install a .run file

Solved
newbgfafa13 Posted messages 61 Status Membre -  
 gonza -
Hi again for some...

So here it is, I want to install my graphics card on Ubuntu, but the file is in .run
How do I install that? Thanks in advance again :)

Configuration: Windows Vista Ultimate Sp2 / Chrome 23.0.1271.91

1 réponse

zipe31 Posted messages 34620 Registration date   Status Contributeur Last intervention   6 501
 
Hello,

In a terminal:
 cd /path/where_the_file_is <Enter> chmod u+x file.run <Enter> sudo ./file.run  <Enter>


--
Zen my nuggets ;-)
Do something for the environment, close your windows and adopt a penguin.
5
newbgfafa13 Posted messages 61 Status Membre 4
 
Oh finally, thank you very much! Have a great day x)
0
gonza
 
You can also start the installation of the .run file from the command line:
example:
cd/Documents (navigate to the directory where the .run is located) e.g. file to install: hpplip.run
then type:
sh hpplip.run
And follow the installation procedure, and there you go!
0