LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-19-2003, 03:40 AM   #1
Jongi
Senior Member
 
Registered: Aug 2003
Distribution: Debian Sid 32/64-bit, F10 32/64-bit
Posts: 1,070

Rep: Reputation: 45
Installing programs


I downloaded the DivX for Linux drom the official DivX site. The file comes in a tar.gz file. I have ungizzped the file to a directory but now am wondering what the next step is.

There is no rpm file and no apparent executable file. There is an install.sh file but i have no idea what to do with it.

I am using SuSE 8.2 Live Evaluation.
 
Old 08-19-2003, 03:52 AM   #2
arobic
Member
 
Registered: Jul 2003
Location: Geneva, Switzerland
Distribution: Debian 3.1, SLC3 (based on RHEL)
Posts: 84

Rep: Reputation: 15
Hi!

I downloaded the driver and I think you must run the install.sh script to get the
installation done. Since there are only .h and .so files in the package, it is the only possibility I see.

Hope this helps!
 
Old 08-19-2003, 04:04 AM   #3
Jongi
Senior Member
 
Registered: Aug 2003
Distribution: Debian Sid 32/64-bit, F10 32/64-bit
Posts: 1,070

Original Poster
Rep: Reputation: 45
How do I run the scripts?
 
Old 08-19-2003, 04:19 AM   #4
sandy
Member
 
Registered: Aug 2002
Location: Mumbai,India
Distribution: Linux Mint 12, Gentoo
Posts: 230

Rep: Reputation: 30
# chmod +x install.sh
# ./install.sh
if there's no install.sh file then post the list of diretory contents

 
Old 08-19-2003, 04:22 AM   #5
arobic
Member
 
Registered: Jul 2003
Location: Geneva, Switzerland
Distribution: Debian 3.1, SLC3 (based on RHEL)
Posts: 84

Rep: Reputation: 15
A script is like an executable.

Just type
./install.sh

in the directory where it is located and it should work.
 
Old 08-19-2003, 04:33 AM   #6
Jongi
Senior Member
 
Registered: Aug 2003
Distribution: Debian Sid 32/64-bit, F10 32/64-bit
Posts: 1,070

Original Poster
Rep: Reputation: 45
Thanks arobic.

So what other type of extensions are "executables"?

And does the ./ run them all?
 
Old 08-19-2003, 04:47 AM   #7
arobic
Member
 
Registered: Jul 2003
Location: Geneva, Switzerland
Distribution: Debian 3.1, SLC3 (based on RHEL)
Posts: 84

Rep: Reputation: 15
There is njo such thing as an 'extension' in Unix. What make a file executable is the permission (as sansy mentionned) and the nature of the file itself, which you can get by reading the first line of a script for example or if the file is a binary file. (A script is just shell code, it is readable with a text editor and it is not a binary file)

For example, in your case, the first line of the script is:
#!/bin/bash

which simply means that it is a bash script.

And the only reason why we run it using './install.sh' is to avoid confusion between executables. By typing this, you specify a path for the command ( . means the current directory).

BTW, 'sh' is only a kind of standard for bash script. You can also have ".csh" for example which are another kind of script. But remember that the extension really have no meaning other than informing you of the content of the file. I could have called the script 'foo.bar" and make it run as a executable!
 
  


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
Installing Programs farid_145 Linux - Software 1 12-25-2004 04:23 PM
Installing new programs... rrfish72 Linux - Software 5 11-18-2004 12:59 AM
installing programs mannybabe Linux - Software 5 08-06-2003 11:16 AM
installing new programs scottsteibel Linux - Newbie 4 07-31-2003 05:36 PM
Installing programs jpc82 Linux - Newbie 6 10-17-2001 08:52 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:43 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