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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
11-30-2009, 03:23 PM
|
#1
|
Member
Registered: Nov 2009
Posts: 30
Rep:
|
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 03:28 PM.
|
|
|
11-30-2009, 03:29 PM
|
#2
|
Senior Member
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824
|
Code:
sh ~/*x86_64-190.42-pkg2.run
|
|
|
11-30-2009, 03:40 PM
|
#3
|
Member
Registered: Nov 2009
Posts: 30
Original Poster
Rep:
|
Quote:
Originally Posted by AlucardZero
Code:
sh ~/*x86_64-190.42-pkg2.run
|
it says that it can't open it..
|
|
|
11-30-2009, 04:04 PM
|
#4
|
Member
Registered: Nov 2009
Location: UK
Distribution: Gentoo
Posts: 472
Rep:
|
Do the permissions allow executing that file?
|
|
|
11-30-2009, 04:16 PM
|
#5
|
Member
Registered: Nov 2009
Posts: 30
Original Poster
Rep:
|
Quote:
Originally Posted by TheStarLion
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..
|
|
|
11-30-2009, 04:18 PM
|
#6
|
Member
Registered: Nov 2009
Location: UK
Distribution: Gentoo
Posts: 472
Rep:
|
Right click on it, and choose properties. Then go to the Permissions tab, and ensure the 'Execute' and 'Read' boxes are checked.
|
|
|
11-30-2009, 04:24 PM
|
#7
|
Member
Registered: Nov 2009
Posts: 30
Original Poster
Rep:
|
Quote:
Originally Posted by TheStarLion
Right click on it, and choose properties. Then go to the Permissions tab, and ensure the 'Execute' and 'Read' boxes are checked.
|
now yes
|
|
|
11-30-2009, 04:27 PM
|
#8
|
Member
Registered: Nov 2009
Location: UK
Distribution: Gentoo
Posts: 472
Rep:
|
the sh command that AlucardZero posted should work then.
|
|
|
11-30-2009, 04:34 PM
|
#9
|
Member
Registered: Nov 2009
Posts: 30
Original Poster
Rep:
|
Quote:
Originally Posted by TheStarLion
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?
|
|
|
11-30-2009, 04:38 PM
|
#10
|
Member
Registered: Nov 2009
Location: UK
Distribution: Gentoo
Posts: 472
Rep:
|
Silly question.
You did hit enter afterwards, right?
and if so, what did the terminal output afterwards?
|
|
|
11-30-2009, 04:41 PM
|
#11
|
Member
Registered: Nov 2009
Posts: 30
Original Poster
Rep:
|
Quote:
Originally Posted by TheStarLion
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
|
|
|
11-30-2009, 04:43 PM
|
#12
|
Member
Registered: Nov 2009
Location: UK
Distribution: Gentoo
Posts: 472
Rep:
|
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
|
|
|
11-30-2009, 04:50 PM
|
#13
|
Member
Registered: Nov 2009
Posts: 30
Original Poster
Rep:
|
Quote:
Originally Posted by TheStarLion
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?
|
|
|
11-30-2009, 04:52 PM
|
#14
|
Member
Registered: Nov 2009
Location: UK
Distribution: Gentoo
Posts: 472
Rep:
|
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
|
|
|
11-30-2009, 05:02 PM
|
#15
|
Member
Registered: Nov 2009
Posts: 30
Original Poster
Rep:
|
Quote:
Originally Posted by TheStarLion
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?
|
|
|
All times are GMT -5. The time now is 03:39 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|