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 |
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.
|
 |
08-19-2003, 04:40 AM
|
#1
|
Senior Member
Registered: Aug 2003
Distribution: Debian Sid 32/64-bit, F10 32/64-bit
Posts: 1,070
Rep:
|
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.
|
|
|
08-19-2003, 04:52 AM
|
#2
|
Member
Registered: Jul 2003
Location: Geneva, Switzerland
Distribution: Debian 3.1, SLC3 (based on RHEL)
Posts: 84
Rep:
|
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!
|
|
|
08-19-2003, 05:04 AM
|
#3
|
Senior Member
Registered: Aug 2003
Distribution: Debian Sid 32/64-bit, F10 32/64-bit
Posts: 1,070
Original Poster
Rep:
|
How do I run the scripts?
|
|
|
08-19-2003, 05:19 AM
|
#4
|
Member
Registered: Aug 2002
Location: Mumbai,India
Distribution: Linux Mint 12, Gentoo
Posts: 230
Rep:
|
# chmod +x install.sh
# ./install.sh
if there's no install.sh file then post the list of diretory contents

|
|
|
08-19-2003, 05:22 AM
|
#5
|
Member
Registered: Jul 2003
Location: Geneva, Switzerland
Distribution: Debian 3.1, SLC3 (based on RHEL)
Posts: 84
Rep:
|
A script is like an executable.
Just type
./install.sh
in the directory where it is located and it should work.
|
|
|
08-19-2003, 05:33 AM
|
#6
|
Senior Member
Registered: Aug 2003
Distribution: Debian Sid 32/64-bit, F10 32/64-bit
Posts: 1,070
Original Poster
Rep:
|
Thanks arobic.
So what other type of extensions are "executables"?
And does the ./ run them all?
|
|
|
08-19-2003, 05:47 AM
|
#7
|
Member
Registered: Jul 2003
Location: Geneva, Switzerland
Distribution: Debian 3.1, SLC3 (based on RHEL)
Posts: 84
Rep:
|
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!
|
|
|
All times are GMT -5. The time now is 11:16 PM.
|
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
|
|