Where did my programs go?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Where did my programs go?
# 1  
Old 08-03-2001
Where did my programs go?

I notice that (Mandrake) Linux and Windows do not seem to operate alike in terms of installing third party software.

Windows, on one hand, creates icons and adds items to the Start Menu, with the help of the InstallShield--or equivalent, of course, but Linux, on the other hand, seems to care less about creating items of which you can just click on the "Start" like button on the task bar of the X windows interface, and find the program you just installed to run it.

I installed a Penguin C++ IDE program I downloaded from Tucows, and I have looked in /usr but cannot seem to find it or even know what the program is named.

How can I find this to create a start-menu like shortcut for such a program? I did then try to install KDeveloper that came with Mandrake and that one created it's own shortcut, but what is it with these third party apps? On top of that, the RPM installer does not even mention a path unlike InstallShield (or equivalent).

Thanks--Smilie
# 2  
Old 08-06-2001
Try reading and understanding how to use the find command on your UNIX platform. This command is how UNIX people locate files. It is very powerful and when you learn to use it, it will not be necessary to ask questions like where is this and that file?. find is a tool you will benefit greatly if you learn to use.
# 3  
Old 08-06-2001
So, in other words, you are implying that these unix platforms do not always, if any, create program shortcuts, am I correct?

Thanks
# 4  
Old 08-06-2001
Are you talking about GUI "short cuts" or command-line "short cuts"?

Many GUIs create short cuts, but that has little to do this installation.

Command-lines have symbolic links that are also like short-cuts.
That also has little to do with installations.

Most people do not use UNIX because it emulates GUIs and short-cuts in MS Windowns. They use UNIX because of a superior kernel that typically runs for months and months without needing a reboot.

If you want a nice desktop with all the GUI bells and whistles of Microsoft, then your best bet is to use a Microsoft (or Apple) desktop.

If you want a server that will run flawlessly, taking care of your mail, your DNS, your web-servers, your back end servers, then UNIX is your best choice. Many UNIX servers, like Linux boxes, run for over a year without a reboot.

Also, if you don't like viruses, UNIX is a big plus. Microsoft products are virus-friendly. Ever hear of 'Code Red' Smilie

I use UNIX servers and Microsoft desktop clients. That way, I get the best of both worlds. I also have a Jeep, a Harley, and a Miata. I don't load the Harley with firewood and don't drive the Jeep with a helmet on Smilie

In other words, everything in life has it's proper place and its good and bad. There is no such thing as 'one size fits all' in computer applications and services. Same is true for cars, trucks and motorcycles.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Difference between inbuilt suid programs and user defined root suid programs under bash shell?

Hey guys, Suppose i run passwd via bash shell. It is a suid program, which temporarily runs as root(owner) and modifies the user entries. However, when i write a C file and give 4755 permission and root ownership to the 'a.out' file , it doesn't run as root in bash shell. I verified this by... (2 Replies)
Discussion started by: syncmaster
2 Replies

2. OS X (Apple)

Replacement programs

I just upgraded to Snow Leopard and some of my programs no longer work. I need a good DVD ripper/encoder. I was using Handbrake and Mac the Ripper but they no longer work on my MAC. They also don't have a newer viersion that works with my OS. Can someone help by giving me a suggestion? (2 Replies)
Discussion started by: bitlord
2 Replies

3. Shell Programming and Scripting

Scripting Programs

Hi does anyone know some good shell scripting programs, like visual studio for C++/C#? (8 Replies)
Discussion started by: Mack1982
8 Replies

4. Shell Programming and Scripting

Installation of programs

I have installed a program and put the stuff on /usr/local/ However when I run a script it gives an error GMT Fatal Error: /home/chrisd/Dimech/GMT4.5.2/share/PS_font_info.d: No such file or directory (1 Reply)
Discussion started by: kristinu
1 Replies

5. UNIX for Dummies Questions & Answers

Are programs like sys_open( ) ,sys_read( ) et al examples of system level programs ?

Are the programs written on schedulers ,thread library , process management, memory management, et al called systems programs ? How are they different from the programs that implement functions like open() , printf() , scanf() , read() .. they have a prefix sys_open, sys_close, sys_read etc , right... (1 Reply)
Discussion started by: vishwamitra
1 Replies

6. UNIX for Dummies Questions & Answers

help with calling programs

Hi. I have a problem in running a program in linux system. This program (damaver.l86) is in the path /home/shenk/damaver/, and it needs to call another program (supcomb.l86) in another path /home/shenk/supcomb/. I tried to modified the .bash_profile, but it didn't work. The error message is always... (1 Reply)
Discussion started by: shenk
1 Replies

7. UNIX for Dummies Questions & Answers

Installing Programs

Hello, I have a simple question. How do make it so i can lauch a program from the shell. For instance I want to install firefox 2 and I wanna launch it with ff2 in the terminal, so i tried this to my .bashrc file: alias ff2='/path/./firefox' and its not working as I would hope. anywho,... (2 Replies)
Discussion started by: SeamusHC
2 Replies

8. Debian

Uninstalling programs?

How can I uninstall a program the most efficient way? So that I get rid of all the man pages etc. too? I'm running debian. /Richard (1 Reply)
Discussion started by: riwa
1 Replies

9. Shell Programming and Scripting

shell programs

how to write pipe for finding out the login names and login time of the users whose login name begins with p. (1 Reply)
Discussion started by: rameshparsa
1 Replies

10. Solaris

Solaris programs

Greetings, I have installed the Solaris 10 in my computer, this system is really interesting, and where I can find more free programs for download to install? Anyone knows? (2 Replies)
Discussion started by: FBorges22
2 Replies
Login or Register to Ask a Question