Dear visitor, welcome to KDE-Forum.org.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
How to run an installed programm
For examples i had installed an .rpm or source file programm.
How can i run this programm
I write in console the name of the programm but it doesn't start.
What must i do to start the programm?
you have to make sure that the place where the binary was installed to is in you path. you cant execute a program if it is located in a spot it shouldnt be.
run, as root,
updatedb
then as you,
locate *filename_here*