You are not logged in.

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.

1

Friday, May 7th 2004, 12:17am

I'm new to KDE & Linux...

I have just recently started using KDE/Linux...I have absolutely no clue on how to install programs so that they will appear on my desktop and in my programs menu. Can someone explain this for me?

Thanks;
Shawn McCuan
mccuan@wave3.org

seb

Professional

Posts: 622

Location: Sydney

Occupation: Student

  • Send private message

2

Friday, May 7th 2004, 7:41am

As a general rule, most programs you download will be a source code version. This means that you have to extract it, then configure it, then make it, and then finally install it.

This is normally done in the following steps.
[code:1]
tar -zxvf *filename*.tar.gz
cd *filename*
./configure --prefix=/usr // this is for kde apps
make
su
make install
[/code:1]

Depending of the size of the application, this could take from minuts to hours to days (on the stage of KDE).

As for adding the application to your desktop or your kde-menu, you normally have to do this manually, by opening up kmenuedit and adding an entry. Similar for desktop entries. For the executable field, just type the name of the program, such as 'kopete'.

Hth,
Seb

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

3

Monday, May 10th 2004, 6:31pm

That's true for application not available as packages.

Usually most software is available as easy to install packages, depending on your distribution maybe even with automatic downloading.

Cheers,
_
Qt/KDE Developer
Debian User