Installing software and C programming Questions
Hi,
I will like to know more about installing software in linux. In what way is it different from windows? ( In windows, it's just point and click). For linux, there seems to be no such easy way. What are the methods for installing software for linux? I have heard that there is rpm and those tar files. What are the general steps a user should do with them in order to install the software in linux?
Next, its about C programming in linux. I use the gnome text editor to create the text file and then save it to disk. Then at the command line, i typed 'gcc - ansi hello.c -o hello ' where hello is the program name. The compilation seemed to go fine. However when i attempted to run the program by typing hello or hello.c at the command prompt, there is always a message saying file not found. May I know why this happens? I followed the steps in my notes exactly but it cant run. Btw, my notes are written for Unix HP workstations but i guess they can be used in linux as well.
Please reply.....thanks!
|