Linux - NewbieThis 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.
I know someone esle might've aked the same question ..i tried to search but wasn't successful.
I am trying to install Openoffice in fedora if i want all users to be able to use the openoffice or any other application where am i supposed to install the applications? what is the gereral rules? Also, after installing application they are not added to my start program menu? how do i add them there or do i have to make shortcuts for every application i install?
to add to the start menu in KDE, I right click the K menu icon in the taskbar, select menu editor, and then right click, select new item or whatever, type in the path to the executable, change the icon, etc, etc.
There is probably a better way but this works for me. As for where the program installs to check the README or INSTALL documentation ususlly present in the tarball or type ./configure --help one of these ways usually tell where the installation path is. then
./configure
make
make install
make clean (opt)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.