LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-30-2009, 02:23 PM   #1
Taso5
Member
 
Registered: Nov 2009
Posts: 30

Rep: Reputation: 15
Run .RUN FILES at ubuntu 9.10


I download the file http://www.nvidia.com/content/Driver...s&type=GeForce which is my graphic card drivers and its in file .run.I got Ubuntu 9.10 it run with the gedit and says Could not open the file /home/taso5/Downloads/NV…x86_64-190.42-pkg2.run.gedit has not been able to detect the character coding.
Please check that you are not trying to open a binary file.
Select a character coding from the menu and try again.

can anyone help me? thanks

Last edited by Taso5; 11-30-2009 at 02:28 PM.
 
Old 11-30-2009, 02:29 PM   #2
AlucardZero
Senior Member
 
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
Code:
sh ~/*x86_64-190.42-pkg2.run
 
Old 11-30-2009, 02:40 PM   #3
Taso5
Member
 
Registered: Nov 2009
Posts: 30

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by AlucardZero View Post
Code:
sh ~/*x86_64-190.42-pkg2.run
it says that it can't open it..
 
Old 11-30-2009, 03:04 PM   #4
TheStarLion
Member
 
Registered: Nov 2009
Location: UK
Distribution: Gentoo
Posts: 472

Rep: Reputation: 41
Do the permissions allow executing that file?
 
Old 11-30-2009, 03:16 PM   #5
Taso5
Member
 
Registered: Nov 2009
Posts: 30

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by TheStarLion View Post
Do the permissions allow executing that file?
today is my second day so i can't say 100% but i think yes i double click at it open it with and it starts loading and then tells me what i wrote in red..
 
Old 11-30-2009, 03:18 PM   #6
TheStarLion
Member
 
Registered: Nov 2009
Location: UK
Distribution: Gentoo
Posts: 472

Rep: Reputation: 41
Right click on it, and choose properties. Then go to the Permissions tab, and ensure the 'Execute' and 'Read' boxes are checked.
 
Old 11-30-2009, 03:24 PM   #7
Taso5
Member
 
Registered: Nov 2009
Posts: 30

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by TheStarLion View Post
Right click on it, and choose properties. Then go to the Permissions tab, and ensure the 'Execute' and 'Read' boxes are checked.
now yes
 
Old 11-30-2009, 03:27 PM   #8
TheStarLion
Member
 
Registered: Nov 2009
Location: UK
Distribution: Gentoo
Posts: 472

Rep: Reputation: 41
the sh command that AlucardZero posted should work then.
 
Old 11-30-2009, 03:34 PM   #9
Taso5
Member
 
Registered: Nov 2009
Posts: 30

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by TheStarLion View Post
the sh command that AlucardZero posted should work then.
it doesn't i open terminal it writes (taso5@taso5-desktop:~$ ) and i paste it. i am doing any mistake?
 
Old 11-30-2009, 03:38 PM   #10
TheStarLion
Member
 
Registered: Nov 2009
Location: UK
Distribution: Gentoo
Posts: 472

Rep: Reputation: 41
Silly question.
You did hit enter afterwards, right?
and if so, what did the terminal output afterwards?
 
Old 11-30-2009, 03:41 PM   #11
Taso5
Member
 
Registered: Nov 2009
Posts: 30

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by TheStarLion View Post
Silly question.
You did hit enter afterwards, right?
and if so, what did the terminal output afterwards?
LOL i hit and writes this sh: Can't open /home/taso5/*x86_64-190.42-pkg2.run
 
Old 11-30-2009, 03:43 PM   #12
TheStarLion
Member
 
Registered: Nov 2009
Location: UK
Distribution: Gentoo
Posts: 472

Rep: Reputation: 41
hmm, check the name of the .run file, and make sure it's input correctly. For example, if it's called runme.run, then enter
sh runme.run
 
Old 11-30-2009, 03:50 PM   #13
Taso5
Member
 
Registered: Nov 2009
Posts: 30

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by TheStarLion View Post
hmm, check the name of the .run file, and make sure it's input correctly. For example, if it's called runme.run, then enter
sh runme.run
sh: Results: Can't open NVIDIA-Linux-x86_64-190.42-pkg2.run

File name NVIDIA-Linux-x86_64-190.42-pkg2.run is at home taso5 downloads

what i am doing wrong?
 
Old 11-30-2009, 03:52 PM   #14
TheStarLion
Member
 
Registered: Nov 2009
Location: UK
Distribution: Gentoo
Posts: 472

Rep: Reputation: 41
Firstly, I'd make sure that your terminal's working directory (Found by entering the command 'pwd') is /home/taso5/downloads
and if it's not, then enter:
cd /home/taso5/downloads
(Make sure it matches, as the terminal is Case Sensative - if the folder is actually Downloads, then remember to capitalize)
Then retry the sh command
 
Old 11-30-2009, 04:02 PM   #15
Taso5
Member
 
Registered: Nov 2009
Posts: 30

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by TheStarLion View Post
Firstly, I'd make sure that your terminal's working directory (Found by entering the command 'pwd') is /home/taso5/downloads
and if it's not, then enter:
cd /home/taso5/downloads
(Make sure it matches, as the terminal is Case Sensative - if the folder is actually Downloads, then remember to capitalize)
Then retry the sh command
i paste to the terminal this /home/taso5/downloads and wrote me this
taso5@taso5-desktop:~$ /home/taso5/downloads
bash: /home/taso5/downloads: No such file or directory
then i pasted this cd /home/taso5/downloads and wrote this
taso5@taso5-desktop:~$ cd /home/taso5/downloads
bash: cd: /home/taso5/downloads: No such file or directory
that what you wanted me to do?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Entering folders recursively to run script on files nested inside, ubuntu 7.10 aidansmoker Linux - Newbie 4 11-11-2007 11:39 PM
getting AVI files to run on Ubuntu ngant17 Linux - Software 4 05-07-2007 11:04 AM
Ubuntu - Getting on-board audio to work? (also .run files) cmndrkeen Linux - Newbie 8 04-01-2007 06:29 PM
[ubuntu] how to run files? shokora Linux - Newbie 7 09-23-2005 05:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:39 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration