- Nov 12, 2006
- 925
- 0
- 76
I am pretty new to Ubuntu, but so far I love it. I've set up the power management better and I have most of the programs I need.
I just downloaded a program called celtx (which is a great free screenwriting program, if you're interested).
It came in a .tar.gz folder, which had the program files inside. I could just put it on my desktop and run it. I'm still trying to get used to the cryptic folder names in linux, and the lack of a "Program Files" directory.
What I did was this: I moved the entire folder into /usr/lib, then I made a symbolic soft link in /usr/bin to the shell script file called celtx. There is also an executable file called celtx-bin in the celtx folder, but when I double click on it nothing happens...
So, the shell scrip "celtx" will start the program, and it all works this way, but I was wondering, do shell scripts usually start programs, as opposed to executables?
Did I put the files in the right folders? (or I guess directories, I'm not sure if the word "folders" is used in Linux)
I am still used to .exe files, so this is one thing about linux that I'm very confused about. I don't know what the different directories are for.
/usr/bin?
/bin?
/usr/lib or usr/lib64, usr/local/etc? I'm totally confused.
Thanks for any clarification
I just downloaded a program called celtx (which is a great free screenwriting program, if you're interested).
It came in a .tar.gz folder, which had the program files inside. I could just put it on my desktop and run it. I'm still trying to get used to the cryptic folder names in linux, and the lack of a "Program Files" directory.
What I did was this: I moved the entire folder into /usr/lib, then I made a symbolic soft link in /usr/bin to the shell script file called celtx. There is also an executable file called celtx-bin in the celtx folder, but when I double click on it nothing happens...
So, the shell scrip "celtx" will start the program, and it all works this way, but I was wondering, do shell scripts usually start programs, as opposed to executables?
Did I put the files in the right folders? (or I guess directories, I'm not sure if the word "folders" is used in Linux)
I am still used to .exe files, so this is one thing about linux that I'm very confused about. I don't know what the different directories are for.
/usr/bin?
/bin?
/usr/lib or usr/lib64, usr/local/etc? I'm totally confused.
Thanks for any clarification